aboutsummaryrefslogtreecommitdiffstats
path: root/utils.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-15add ast_build_string library function (from bug #3644)kpfleming1-0/+23
2005-05-09Provide proper code attribution for public domain gethostbyname_rmarkster1-1/+4
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)kpfleming1-10/+11
2005-05-03fix breakage when ast_copy_string is used to copy substrings (bug #4146, but ...kpfleming1-1/+3
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ...kpfleming1-0/+9
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-0/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-5/+5
2005-04-06*** empty log message ***kpfleming1-3/+3
2005-03-17Add support for Solaris/x86 (bug #3064)markster1-0/+1
2005-03-08Fix compile of utils.c on *BSD (Bug #3724)twisted1-1/+3
2005-03-05Make mpg123 behave more nicelymarkster1-0/+10
2005-03-04Make stack size be selectablemarkster1-2/+4
2005-03-03Roll back previous change due to crossing of fixestwisted1-1/+1
2005-03-03Fix AST_STACKSIZE to match utils.h of AST_STACK_SIZE (bug 3706)twisted1-1/+1
2005-03-03Fix stack size (take 2) (bug #3706)markster1-3/+0
2005-03-03Support > 300 threads on x86-32 and other 32-bit systemsmarkster1-1/+1
2005-02-18Add OEJ's md5 app (bug #3604)markster1-0/+16
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-27/+0
2005-01-08Include missing file (bug #3277)markster1-0/+1
2005-01-03Merge OEJ's print groups feature (bug #3228, with changes)markster1-0/+26
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+7
2004-10-17Thread fixes, vm fix (bug #2665)markster1-3/+3
2004-10-05Major changes to res_config to support centralized config, eliminate configur...markster1-0/+13
2004-09-25Fix for "show applications like" (bug #2501)markster1-1/+1
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