summaryrefslogtreecommitdiff
path: root/netsock.c
AgeCommit message (Expand)Author
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10use ast_calloc instaed of calloc, and remove a couple of duplicatedRussell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-09clear memory before passing to ASTOBJ_INITLuigi Rizzo
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming