summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2005-09-02fix a couple of warnings on osxRussell Bryant
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)Kevin P. Fleming
2005-08-23make the warning message be LOG_WARNING (issue #4960)Kevin P. Fleming
2005-08-07more fixes for gcc4 warnings ...Russell Bryant
2005-08-03Fix solaris vasprintf (don't free the memory, duh) (bug #4890)Mark Spencer
2005-08-03Fix vasnprintf emulation (bug #4882)Mark Spencer
2005-07-20move strtoq into new string files (bug #4740)Kevin P. Fleming
2005-07-19restore warning about negative timestamps now that it is fixedRussell Bryant
2005-07-19suppress timestamp message until we can figure out where it is coming from,Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15more ifdef cleanup to match proper Linux macrosKevin P. Fleming
2005-07-15Fix breakage caused by bug #4669. Next time let's test the build onJosh Roberson
2005-07-15first phase of proper fix for portable string function problems (bug #4669)Kevin P. Fleming
2005-06-24split up string/time functions into separate header filesKevin P. Fleming
2005-06-23make inlinable functions only need the function body in one file, and respond...Kevin P. Fleming
2005-06-18Fix up utils nonsenseMark Spencer
2005-06-17don't let ast_trim_blanks operate on empty strings or run off the beginning o...Kevin P. Fleming
2005-06-17string/whitespace handling cleanups (bug #4449, with mods)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-05-27Fix cast to int from pointer (duh!)Mark Spencer
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with API...Kevin P. Fleming
2005-05-15add ast_build_string library function (from bug #3644)Kevin P. Fleming
2005-05-09Provide proper code attribution for public domain gethostbyname_rMark Spencer
2005-05-04add MD5 and CHECK_MD5 functions, deprecate MD5 and MD5Check apps (bug #4123)Kevin P. Fleming
2005-05-03fix breakage when ast_copy_string is used to copy substrings (bug #4146, but ...Kevin P. Fleming
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ...Kevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-06*** empty log message ***Kevin P. Fleming
2005-03-17Add support for Solaris/x86 (bug #3064)Mark Spencer
2005-03-08Fix compile of utils.c on *BSD (Bug #3724)Josh Roberson
2005-03-05Make mpg123 behave more nicelyMark Spencer
2005-03-04Make stack size be selectableMark Spencer
2005-03-03Roll back previous change due to crossing of fixesJosh Roberson
2005-03-03Fix AST_STACKSIZE to match utils.h of AST_STACK_SIZE (bug 3706)Josh Roberson
2005-03-03Fix stack size (take 2) (bug #3706)Mark Spencer
2005-03-03Support > 300 threads on x86-32 and other 32-bit systemsMark Spencer
2005-02-18Add OEJ's md5 app (bug #3604)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-15Make groups be 64-bits (bug #3351, with mods)Mark Spencer
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