summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2018-03-13Merge "core: Remove ABI effects of MALLOC_DEBUG."Jenkins2
2018-03-07utils: In Solaris, avoid a warning about an unused variable.Alexander Traud
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2018-01-25Build System: Require __sync or __atomic functions.Corey Farrell
2017-12-19core: Fix multiple trivial issues in the core.Corey Farrell
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2017-10-24Single API for ast_store_lock_info and ast_remove_lock_info.Corey Farrell
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
2016-11-30res_rtp: Fix regression when IPv6 is not available.Guido Falsi
2016-11-15Implement internal abstraction for iostreamsTimo Teräs
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-16utils.c: Fix ast_set_default_eid for multiple platformsGeorge Joseph
2016-09-30astobj2: Add backtrace to log_bad_ao2.Corey Farrell
2016-09-29core: Remove ABI effects of LOW_MEMORY.Corey Farrell
2016-08-19Fix naming mismatch of allocator functions.Corey Farrell
2016-08-15core: Entity ID is not set or invalidAlexei Gradinari
2016-07-19Add 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