aboutsummaryrefslogtreecommitdiffstats
path: root/utils.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-06Use stdlib.h instead of alloca.hmarkster1-1/+1
2004-08-31Merge NetBSD and Courtesty tone with modifications (bug #2329)markster1-1/+1
2004-08-27Merge "show applications" from corydon76 (bug #2291)markster1-0/+47
2004-08-08Merge BSD stack size work (bug #2067)markster1-1/+20
2004-06-29FreeBSD fix for utils (bug #1949)markster1-0/+6
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-0/+7
2004-06-28Merge OSX compatibility patch (bug #1940)markster1-4/+1
2004-06-25Commit remaining changesmarkster1-0/+125
2004-06-22Misc formatting cleanupscitats1-2/+2
2004-06-22Code formatting cleanups in utils.c and include/asterisk/lock.hcitats1-38/+46
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-3/+62
2004-06-12Fix OpenBSD compile (bug #1830)markster1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+2
2004-05-31Add missing strings include for BSDmarkster1-0/+1
2004-05-15Fix logic in gethostbyname_r (bug #1634)markster1-1/+1
2004-05-13Really fix ast_gethostbynamemarkster1-1/+1
2004-05-11Refuse to gethostbyname on a pure integermarkster1-1/+14
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats1-0/+130