summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2013-08-16Prevent heap alloc functions from running out of stack space.Walter Doekes
2013-08-15Fix deadlocks in chan_sip in REFER and BYE handlingKinsey Moore
2013-08-08Prevent spurious memory error when appending backtrace with MALLOC_DEBUGMatthew Jordan
2013-07-23Reinclude sys/stat.h in chan_dahdi.c and remove redundant include in utils.cRichard Mudgett
2013-07-04Fix utils directory breakage.David M. Lee
2013-07-03ARI - channel recording supportDavid M. Lee
2013-07-03ARI authentication.David M. Lee
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-02Add Asterisk Version to core show locksAlec L Davis
2013-01-12Fix XML encoding of 'identity display' in NOTIFY messages.David M. Lee
2012-12-13Remove compile time check HAVE_DEV_URANDOM.Russell Bryant
2012-11-29Fixed ast_random's comment about locking.David M. Lee
2012-11-18Reorder startup sequence to prevent lockups when process is sent to backgroundMatthew Jordan
2012-11-08Add MALLOC_DEBUG enhancements.Richard Mudgett
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-08-27Implement workaround for BETTER_BACKTRACES crashKinsey Moore
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-20Fix for commit r371535Kinsey Moore
2012-08-20Apply work-around for BETTER_BACKTRACES crashKinsey Moore
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-08Fix error paths in action_hangup() for AMI Hangup action.Richard Mudgett
2012-06-02Add res_http_websocket module which implements the WebSocket protocol accordi...Joshua Colp
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