summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2005-01-08Include missing file (bug #3277)Mark Spencer
2005-01-03Merge OEJ's print groups feature (bug #3228, with changes)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-10-17Thread fixes, vm fix (bug #2665)Mark Spencer
2004-10-05Major changes to res_config to support centralized config, eliminate configur...Mark Spencer
2004-09-25Fix for "show applications like" (bug #2501)Mark Spencer
2004-09-06Use stdlib.h instead of alloca.hMark Spencer
2004-08-31Merge NetBSD and Courtesty tone with modifications (bug #2329)Mark Spencer
2004-08-27Merge "show applications" from corydon76 (bug #2291)Mark Spencer
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