aboutsummaryrefslogtreecommitdiffstats
path: root/main/utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-10Add new unit test for stringfields.jpeeler1-0/+1
2010-01-26RFC compliant uri and display-name encode/decodedvossel1-21/+24
2010-01-15Make sure to set owner_line, ownder_func, and owner_file in ast_calloc_with_s...mmichelson1-0/+5
2010-01-05Fix build of utility apps that include utils.c.russell1-0/+2
2010-01-05Merged revisions 237697 via svnmerge from russell1-1/+1
2009-12-07fixes incorrect logic in ast_uri_encodedvossel1-1/+1
2009-11-06Merged revisions 228378 via svnmerge from mnicholson1-1/+1
2009-09-04Merged revisions 216435 via svnmerge from mvanbaak1-1/+1
2009-08-10AST-2009-005tilghman1-3/+3
2009-05-28Ensure that accidental calls to ast_string_field_free_memory() on embedded st...kpfleming1-4/+10
2009-05-28Fix a bug in stringfields where it did not actually free the pools of memory.file1-1/+5
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-4/+4
2009-05-05Add a more efficient way of allocating structures that use stringfieldskpfleming1-0/+49
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...kpfleming1-1/+1
2009-05-05Ensure that string pools allocated to hold stringfields are properly accounte...kpfleming1-18/+41
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman1-0/+120
2009-03-31Optimizations to the stringfields APIkpfleming1-45/+108
2009-03-18Merged revisions 182810 via svnmerge from russell1-2/+2
2009-02-18Fixed error where a check for an zero length, terminated string was needed.dbailey1-1/+1
2009-02-18Need to take into account the \0 terminator of the old string to determine th...dbailey1-1/+1
2009-02-16Merged revisions 176216 via svnmerge from kpfleming1-18/+38
2008-12-22Merged revisions 166297 via svnmerge from russell1-12/+25
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.russell1-24/+90
2008-12-18Merged revisions 165796 via svnmerge from russell1-13/+38
2008-12-16Merged revisions 164881 via svnmerge from russell1-0/+6
2008-12-15Update to work with new ast_str changes.file1-2/+2
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-60/+0
2008-12-09Merged revisions 162413 via svnmerge from russell1-62/+0
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-3/+0
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman1-28/+36
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+5
2008-07-23Merged revisions 132872 via svnmerge from kpfleming1-11/+42
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-1/+1
2008-06-27Merged revisions 125793 via svnmerge from tilghman1-4/+4
2008-06-26Merged revisions 125587 via svnmerge from qwell1-0/+3
2008-06-19Add errors that report any locks held by threads when they are being closed.bbryant1-0/+14
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-0/+3
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability torussell1-5/+6
2008-05-30Fix a minor merge issue that caused a function to not get compiled in withrussell1-3/+4
2008-05-29Merged revisions 118953 via svnmerge from tilghman1-0/+28
2008-05-23A new feature thanks to the fine folks at Switchvox!mmichelson1-2/+48
2008-05-23Merged revisions 118048 via svnmerge from russell1-0/+16
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-2/+2
2008-05-12Merged revisions 115735 via svnmerge from mmichelson1-12/+14
2008-05-01Merged revisions 115017 via svnmerge from tilghman1-1/+1
2008-04-22Hopefully, this will resolve the issues that russellb had with this log_show_...murf1-59/+66
2008-04-17Make this file compile. The variable str is never set anywhere. Furthermore,russell1-1/+2
2008-04-16A small enhancement-- I added the routine log_show_lock to utils.c, which if ...murf1-1/+49
2008-04-10Merged revisions 114051 via svnmerge from mmichelson1-0/+2
2008-03-19Merged revisions 109838 via svnmerge from russell1-1/+1