summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2010-12-18Merged revisions 298960 via svnmerge from Tilghman Lesher
2010-12-12Add support for several platforms to obtain the real thread ID.Jeff Peeler
2010-08-06Merged revisions 281085 via svnmerge from Tilghman Lesher
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-03-10Add new unit test for stringfields.Jeff Peeler
2010-01-26RFC compliant uri and display-name encode/decodeDavid Vossel
2010-01-15Make sure to set owner_line, ownder_func, and owner_file in ast_calloc_with_s...Mark Michelson
2010-01-05Fix build of utility apps that include utils.c.Russell Bryant
2010-01-05Merged revisions 237697 via svnmerge from Russell Bryant
2009-12-07fixes incorrect logic in ast_uri_encodeDavid Vossel
2009-11-06Merged revisions 228378 via svnmerge from Matthew Nicholson
2009-09-04Merged revisions 216435 via svnmerge from Michiel van Baak
2009-08-10AST-2009-005Tilghman Lesher
2009-05-28Ensure that accidental calls to ast_string_field_free_memory() on embedded st...Kevin P. Fleming
2009-05-28Fix a bug in stringfields where it did not actually free the pools of memory.Joshua Colp
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-05Add a more efficient way of allocating structures that use stringfieldsKevin P. Fleming
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...Kevin P. Fleming
2009-05-05Ensure that string pools allocated to hold stringfields are properly accounte...Kevin P. Fleming
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-03-31Optimizations to the stringfields APIKevin P. Fleming
2009-03-18Merged revisions 182810 via svnmerge from Russell Bryant
2009-02-18Fixed error where a check for an zero length, terminated string was needed.Doug Bailey
2009-02-18Need to take into account the \0 terminator of the old string to determine th...Doug Bailey
2009-02-16Merged revisions 176216 via svnmerge from Kevin P. Fleming
2008-12-22Merged revisions 166297 via svnmerge from Russell Bryant
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.Russell Bryant
2008-12-18Merged revisions 165796 via svnmerge from Russell Bryant
2008-12-16Merged revisions 164881 via svnmerge from Russell Bryant
2008-12-15Update to work with new ast_str changes.Joshua Colp
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-09Merged revisions 162413 via svnmerge from Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-07-23Merged revisions 132872 via svnmerge from Kevin P. Fleming
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-27Merged revisions 125793 via svnmerge from Tilghman Lesher
2008-06-26Merged revisions 125587 via svnmerge from Jason Parker
2008-06-19Add errors that report any locks held by threads when they are being closed.Brett Bryant
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability toRussell Bryant
2008-05-30Fix a minor merge issue that caused a function to not get compiled in withRussell Bryant
2008-05-29Merged revisions 118953 via svnmerge from Tilghman Lesher
2008-05-23A new feature thanks to the fine folks at Switchvox!Mark Michelson
2008-05-23Merged revisions 118048 via svnmerge from Russell Bryant
2008-05-15Use casts or intermediate variables to remove a numberLuigi Rizzo
2008-05-12Merged revisions 115735 via svnmerge from Mark Michelson
2008-05-01Merged revisions 115017 via svnmerge from Tilghman Lesher
2008-04-22Hopefully, this will resolve the issues that russellb had with this log_show_...Steve Murphy