summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-06-29FreeBSD fix for utils (bug #1949)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-28Merge OSX compatibility patch (bug #1940)Mark Spencer
2004-06-25Commit remaining changesMark Spencer
2004-06-22Misc formatting cleanupsJames Golovich
2004-06-22Code formatting cleanups in utils.c and include/asterisk/lock.hJames Golovich
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-12Fix OpenBSD compile (bug #1830)Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-31Add missing strings include for BSDMark Spencer
2004-05-15Fix logic in gethostbyname_r (bug #1634)Mark Spencer
2004-05-13Really fix ast_gethostbynameMark Spencer
2004-05-11Refuse to gethostbyname on a pure integerMark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich