summaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Expand)Author
2006-03-07Doxygen changesOlle Johansson
2006-03-06Portability issue - make stringfields work on FreeBSD 4.x (oej/rizzo)Olle Johansson
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)Kevin P. Fleming
2006-02-11eliminate warning on older versions of gccRussell Bryant
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)Tilghman Lesher
2006-01-26string field manager improvements:Kevin P. Fleming
2006-01-10Declare missing randomlockOlle Johansson
2006-01-10Bug 5961 - new RAND() functionTilghman Lesher
2006-01-06ensure that string field 'build' operation only evaluates arguments one timeKevin P. Fleming
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...Russell Bryant
2005-12-13Merged revisions 7468 via svnmerge from Kevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5569 minus lock.h changesKevin P. Fleming
2005-11-01issue #4678Kevin P. Fleming
2005-11-01issue #5549Kevin P. Fleming
2005-10-31provide an alternate getloadavg implementation and a fallback for systems tha...Kevin P. Fleming
2005-10-31silence compiler warningKevin P. Fleming
2005-10-26change ast_strlen_zero to also check for the string to be definedRussell Bryant
2005-10-26remove duplicate headerRussell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-21Fix segfault in CVS head (sorry about that)Mark Spencer
2005-10-21Be sure to avoid octal interpretations of IP's (bug #5477)Mark Spencer
2005-10-16More utility cleanupsMark Spencer
2005-10-01add ast_build_string_va(), which accepts a varargs list directlyKevin P. Fleming
2005-09-29ensure scheduling priority is inherited into new threads (issue #5293)Kevin P. Fleming
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14don't double define our own string functions on platforms that don't have the...Kevin P. Fleming
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