summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2012-04-03Allow the Hangup manager action to match channels by regexMark Murawki
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-15Fix remotely exploitable stack overflow in HTTP managerMatthew Jordan
2012-02-29Update stringfield documentation for removed second va_list in favor of va_copy.Walter Doekes
2011-11-11Use __alignof__ instead of sizeof for stringfield length storage.Walter Doekes
2011-11-02Ensure that string field lengths are properly alignedWalter Doekes
2011-05-26Use va_copy for stringfieldsTerry Wilson
2011-05-05Merged revisions 316917-316919 via svnmerge from Sean Bright
2011-03-15Merged revisions 310781 via svnmerge from Alec L Davis
2011-01-31Merged revisions 304950 via svnmerge from Tilghman Lesher
2011-01-25Use unsigned char in comparison for UTF8 check to quiet a compiler warning.Matthew Nicholson
2011-01-24According to section 19.1.2 of RFC 3261:Matthew Nicholson
2011-01-19Merged revisions 302555 via svnmerge from Sean Bright
2011-01-19Merged revisions 302505 via svnmerge from Sean Bright
2011-01-11Merged revisions 301308 via svnmerge from Matthew Nicholson
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