summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-04-24core: Use eventfd for alert pipes on Linux when possibleSean Bright
2017-01-26ast_careful_fwrite to support EPIPE gracefullykkm
2016-11-30res_rtp: Fix regression when IPv6 is not available.Guido Falsi
2016-10-16utils.c: Fix ast_set_default_eid for multiple platformsGeorge Joseph
2016-10-06astobj2: Add backtrace to log_bad_ao2.Corey Farrell
2016-08-15core: Entity ID is not set or invalidAlexei Gradinari
2016-07-21Add conditional support for noreturn functions.Corey Farrell
2016-04-04stringfields: Refactor to allow fields to be added to the end of structuresGeorge Joseph
2016-04-01utils.c: Fix typo in handle_show_locksGeorge Joseph
2016-03-24Restrict CLI/AMI commands on shutdown.Mark Michelson
2016-01-07main: Use ast_strdup instead of strdupDiederik de Groot
2015-12-14Fix sscanf() format string type mismatch.Richard Mudgett
2015-12-14Merge "main/utils: Don't emit an ERROR message if the read end of a pipe closes"Matt Jordan
2015-12-13main/utils: Don't emit an ERROR message if the read end of a pipe closesMatt Jordan
2015-12-12pjsip/config_transport: Check pjproject version at runtime for async opsGeorge Joseph
2015-12-08res_pjsip: Add existence and readablity checks for tls related filesGeorge Joseph
2015-09-03Core/General: Add #ifdef needed on FreeBSD.Guido Falsi
2015-07-16strings.h: Fix issues with escape string functions.Richard Mudgett
2015-06-08AMI: Escape string values.Kevin Harwell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-17Various: bugfixes found via chaosScott Griepentrog
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