aboutsummaryrefslogtreecommitdiffstats
path: root/utils.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-12Merged revisions 37419 via svnmerge from kpfleming1-8/+0
2006-07-10Fixed. Done. Good. Make ast_join work like it used to.file1-1/+1
2006-07-10Whitespace changes onlytilghman1-11/+13
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+4
2006-06-01changes for base64 to work in multiline instancesmogorman1-35/+34
2006-06-01fix an incorrect comment (issue #7259, tardieu)russell1-1/+1
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell1-0/+28
2006-05-05use ast_malloc instead of mallocrussell1-2/+2
2006-04-12add 'show threads' and 'show profile' commands.rizzo1-1/+46
2006-04-10Bug 6829 - asprintf for Solaristilghman1-0/+34
2006-03-30initial implementation of support for native atomic ops.rizzo1-0/+11
2006-03-23don't wrap this in ifdef... using va_start is safe on all platforms :-)kpfleming1-4/+0
2006-03-07Doxygen changesoej1-14/+16
2006-03-06Portability issue - make stringfields work on FreeBSD 4.x (oej/rizzo)oej1-0/+4
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-2/+5
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-0/+24
2006-02-11eliminate warning on older versions of gccrussell1-1/+1
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman1-1/+20
2006-01-26string field manager improvements:kpfleming1-33/+49
2006-01-10Declare missing randomlockoej1-0/+3
2006-01-10Bug 5961 - new RAND() functiontilghman1-0/+13
2006-01-06ensure that string field 'build' operation only evaluates arguments one timekpfleming1-2/+23
2006-01-04add memory-pool based string field management for structureskpfleming1-3/+55
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...russell1-0/+19
2005-12-13Merged revisions 7468 via svnmerge from kpfleming1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5569 minus lock.h changeskpfleming1-1/+1
2005-11-01issue #4678kpfleming1-1/+6
2005-11-01issue #5549kpfleming1-2/+2
2005-10-31provide an alternate getloadavg implementation and a fallback for systems tha...kpfleming1-6/+42
2005-10-31silence compiler warningkpfleming1-1/+1
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-2/+2
2005-10-26remove duplicate headerrussell1-1/+0
2005-10-26more doxygenification (issue #5513)russell1-8/+8
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+5
2005-10-21Fix segfault in CVS head (sorry about that)markster1-1/+3
2005-10-21Be sure to avoid octal interpretations of IP's (bug #5477)markster1-2/+13
2005-10-16More utility cleanupsmarkster1-2/+2
2005-10-01add ast_build_string_va(), which accepts a varargs list directlykpfleming1-4/+13
2005-09-29ensure scheduling priority is inherited into new threads (issue #5293)kpfleming1-0/+13
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...russell1-0/+26
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-14don't double define our own string functions on platforms that don't have the...kpfleming1-2/+2
2005-09-02fix a couple of warnings on osxrussell1-2/+2
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)kpfleming1-83/+143
2005-08-23make the warning message be LOG_WARNING (issue #4960)kpfleming1-1/+1
2005-08-07more fixes for gcc4 warnings ...russell1-1/+1
2005-08-03Fix solaris vasprintf (don't free the memory, duh) (bug #4890)markster1-1/+0
2005-08-03Fix vasnprintf emulation (bug #4882)markster1-3/+3
2005-07-20move strtoq into new string files (bug #4740)kpfleming1-0/+97