summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2018-03-19core: Remove dead symbols from asterisk.exports.in.Corey Farrell
2018-03-19Merge "loader: Convert reload_classes to built-in modules."Jenkins2
2018-03-19Merge "main/cdr: Use ast_cli_completion_add for CDR channel completion."Jenkins2
2018-03-16Merge "astobj2_container: Use ast_cli_completion_add for container names."Joshua Colp
2018-03-16Merge "main/ccss: Use ast_cli_completion_add for core id."Jenkins2
2018-03-16Merge "main/channel: Use ast_cli_completion_add for channeltypes."Jenkins2
2018-03-15main/cdr: Use ast_cli_completion_add for CDR channel completion.Corey Farrell
2018-03-15main/ccss: Use ast_cli_completion_add for core id.Corey Farrell
2018-03-15astobj2_container: Use ast_cli_completion_add for container names.Corey Farrell
2018-03-15main/channel: Use ast_cli_completion_add for channeltypes.Corey Farrell
2018-03-15cli: Enable ast_cli_completion_add on public completion generators.Corey Farrell
2018-03-14Merge "core: Remove incorrect usage of attribute_malloc."Jenkins2
2018-03-14Merge "core: Remove non-critical cleanup from startup aborts."Jenkins2
2018-03-14loader: Convert reload_classes to built-in modules.Corey Farrell
2018-03-13core: Remove incorrect usage of attribute_malloc.Corey Farrell
2018-03-13Merge "core: Remove ABI effects of MALLOC_DEBUG."Jenkins2
2018-03-13core: Remove non-critical cleanup from startup aborts.Corey Farrell
2018-03-12Merge "Replace direct checks of option_debug with DEBUG_ATLEAST macro."Jenkins2
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2018-03-07utils: In Solaris, avoid a warning about an unused variable.Alexander Traud
2018-03-06Merge "BuildSystem: Cast any intptr_t explicitly to its proposed type."Jenkins2
2018-03-05Merge "BuildSystem: Detect whether uselocale(.) is available."Jenkins2
2018-03-05Merge "core: Fix handling of maximum length lines in config files."Jenkins2
2018-03-03BuildSystem: Cast any intptr_t explicitly to its proposed type.Alexander Traud
2018-03-03BuildSystem: Detect whether uselocale(.) is available.Alexander Traud
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2018-02-28pjproject: Add cache_pools debugging option.Richard Mudgett
2018-02-23core: Fix handling of maximum length lines in config files.Corey Farrell
2018-02-21manager.c: Fix lseek() parameter order.Richard Mudgett
2018-02-21AST-2018-001: rtp / channel: Don't allow an unnegotiated format to be passed up.Joshua Colp
2018-02-20channel.c: Fix typo.Richard Mudgett
2018-02-20Merge "core: Rename sounds_index.c to sounds.c."Jenkins2
2018-02-20Merge "config: Fix locking for extconfig reload."Jenkins2
2018-02-19Merge "optional_api: Refactor to use vector's and standard allocators."Jenkins2
2018-02-19Merge "rtp_engine: Load format name / mime type in uppercase again."Jenkins2
2018-02-19Merge "manager: Add AMI event Load/Unload"Jenkins2
2018-02-19core: Rename sounds_index.c to sounds.c.Corey Farrell
2018-02-19config: Fix locking for extconfig reload.Corey Farrell
2018-02-17rtp_engine: Load format name / mime type in uppercase again.Alexander Traud
2018-02-15bridge_roles: Use a non-locking linked list where appropriateSean Bright
2018-02-14Merge "main/asterisk.c: Remove silly usage of RAII_VAR."Jenkins2
2018-02-13Merge "core: Remove embedded editline."Jenkins2
2018-02-13Merge "json: Add conditionals to avoid locking if Jansson is thread safe."Joshua Colp
2018-02-12main/asterisk.c: Remove silly usage of RAII_VAR.Corey Farrell
2018-02-12optional_api: Refactor to use vector's and standard allocators.Corey Farrell
2018-02-12Merge "cdr.c: Fix runtime leak of CDR records."Jenkins2
2018-02-12manager: Add AMI event Load/UnloadSungtae Kim
2018-02-12json: Add conditionals to avoid locking if Jansson is thread safe.Corey Farrell
2018-02-12core: Remove embedded editline.Corey Farrell
2018-02-10backtrace: Avoid potential spurious output.Alexander Traud