summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2018-03-21Merge "core: Stop using AST_INLINE_API for allocator functions."Jenkins2
2018-03-19core: Remove additional symbols.Corey Farrell
2018-03-17core: Stop using AST_INLINE_API for allocator functions.Corey Farrell
2018-03-13core: Remove incorrect usage of attribute_malloc.Corey Farrell
2018-01-25Build System: Require __sync or __atomic functions.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
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-02-23Binaural synthesis (confbridge): Adds binaural synthesis to bridge_softmix.frahaase
2017-02-15Binaural synthesis (confbridge): Adds utils/conf_bridge_binaural_hrir_importerDennis Guse
2017-01-04core/pbx: dialplan show - display filename/line#Jonathan R. Rose
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-09-29core: Remove ABI effects of LOW_MEMORY.Corey Farrell
2016-08-19Fix naming mismatch of allocator functions.Corey Farrell
2016-07-21pbx: Create pbx_sw.c for management of 'struct ast_sw'.Corey Farrell
2016-07-18pbx: Create pbx_ignorepat.c for management of 'struct ast_ignorepat'.Corey Farrell
2016-07-15pbx: Create pbx_include.c for management of 'struct ast_include'.Corey Farrell
2016-05-14logger: Support JSON logging with Verbose messagesMatt Jordan
2015-06-05Fixes for OS XDavid M. Lee
2015-05-19doxygen: Fix doxygen errorsMatt Jordan
2015-05-13MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.Corey Farrell
2015-05-03utils: Remove trailing whitespaceRodrigo Ramírez Norambuena
2015-05-04CLI: Enable automatic references to modules.Corey Farrell
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2015-04-13Fixing extconf compileDavid M. Lee
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-11Add .gitignore and .gitreview filesGeorge Joseph
2015-04-06clang compiler warnings: Remove large chunks of unused code from extconfMatthew Jordan
2015-03-28clang compiler warnings: Fix a variety of "unused" warningsMatthew Jordan
2015-03-28clang compiler warnings: Fix -Wparantheses-equality warningsMatthew Jordan
2015-03-26Fix compile errors caused by r4500 / r4501.Corey Farrell
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-07-04Remove many deprecated modulesMatthew Jordan
2014-04-11utils dir: Remove no longer needed traces of refcounter except in the clean m...Richard Mudgett
2014-04-11main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG outputMatthew Jordan
2014-04-04internal_timing: Remove the option and always make it enabled if a timing mod...Richard Mudgett
2014-03-25Revert -r411073. It didn't help and blew up the system.Richard Mudgett
2014-03-24locking: Add temporary sanity checks.Richard Mudgett
2014-03-21Make the AEL load process less chatty.Sean Bright
2014-02-27Fix memory stomping bug in astman.David M. Lee
2014-02-22Remove extra defines of AST_PBX_MAX_STACK.Corey Farrell
2014-01-22pbx.c: Pre-initialize timezone to avoid crash on destroyScott Griepentrog
2013-11-08app_dahdiras: Use waitpid instead of wait4.Kevin Harwell
2013-10-25Put clicompat-r2.patch back inJonathan Rose
2013-10-25revert clicompat-r2.patch from r401704Jonathan Rose
2013-10-24memory leaks: Memory leak cleanup patch by Corey Farrell (second set)Jonathan Rose
2013-09-10Fixed utils directory breakage from r398748, this time with extra hate.David M. Lee
2013-09-10Fixed utils directory breakage from r398648David M. Lee
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes