aboutsummaryrefslogtreecommitdiffstats
path: root/netsock.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10use ast_calloc instaed of calloc, and remove a couple of duplicatedrussell1-24/+17
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+0
2006-05-09clear memory before passing to ASTOBJ_INITrizzo1-1/+1
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...kpfleming1-0/+5
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...kpfleming1-0/+205