summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2015-02-06various: cleanup issues found during leak huntScott Griepentrog
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-11-06Fix unintential memory retention in stringfields.Corey Farrell
2014-11-05config: Make text_file_save and 'dialplan save' escape semicolons in values.George Joseph
2014-09-18utils: Create ast_strsep function that ignores separators inside quotesGeorge Joseph
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-08-11general: Fix memory Corruption in __ast_string_field_ptr_build_va.Walter Doekes
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-18astobj2: assert on invalid ref and backtrace cleanupScott Griepentrog
2014-07-03main/untils: Prevent potential infinite loop in ast_careful_fwriteMatthew Jordan
2014-06-24Move eid functions to utils.c, mark netsock.h deprecatedCorey Farrell
2014-06-12AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.Richard Mudgett
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-04Add some asserts that were handy when looking for a stasis cache problem.Richard Mudgett
2014-01-24Thread Debugging: Add LWP to core show locks outputJonathan Rose
2013-11-23res_pjsip: AMI commands and events.Kevin Harwell
2013-10-24utils: Fix memory leaks and missed unregistration of CLI commands on shutdownJonathan Rose
2013-10-02MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.Richard Mudgett
2013-09-09Fix DEBUG_THREADS when lock is acquired in __constructor__David M. Lee
2013-08-23Fix memory corruption when trying to get "core show locks".Richard Mudgett
2013-08-16Fix utilities compilation/linking.Richard Mudgett
2013-08-16Improve sounds indexer CLI commandsKinsey Moore
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