summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2017-11-13core: Fix configuration of remote console socket path.Corey Farrell
2017-11-13sorcery: Add ast_sorcery_retrieve_by_prefix()Sean Bright
2017-11-11core: Add cache_media_frames debugging option.Richard Mudgett
2017-11-11frame.c: Make ast_frame_free()/ast_frfree() NULL tolerantRichard Mudgett
2017-11-09core: Remove disabled code.Corey Farrell
2017-11-09Merge "stasis_bridges.c: Fix off-nominal json memory leaks." into 13Jenkins2
2017-11-08AST-2017-010: Fix cdr_object_update_party_b_userfield_cb() buf overrunRichard Mudgett
2017-11-07Merge "stasis: Release object if vector append fails." into 13Jenkins2
2017-11-07Merge "format_cap: Fix leak on AST_VECTOR_APPEND error." into 13Joshua Colp
2017-11-07Merge "Messaging: Report error on failure to register tech or handler." into 13Joshua Colp
2017-11-07Merge "CLI: Remove unused internal command." into 13Jenkins2
2017-11-07Merge "tcptls: Print notice when TLS is enabled but not configured." into 13Joshua Colp
2017-11-07Merge "stasis: Remove silly use of RAII_VAR in stasis_forward_all." into 13Joshua Colp
2017-11-07Merge "stasis_channels.c: Remove a very silly RAII_VAR()." into 13Jenkins2
2017-11-07Merge "Fix ast_(v)asprintf() malloc failure usage conditions." into 13Jenkins2
2017-11-06stasis: Release object if vector append fails.Corey Farrell
2017-11-06RTP Engine: Deal with errors returned from AST_VECTOR_REPLACE.Corey Farrell
2017-11-06Messaging: Report error on failure to register tech or handler.Corey Farrell
2017-11-06format_cap: Fix leak on AST_VECTOR_APPEND error.Corey Farrell
2017-11-06stasis: Remove silly use of RAII_VAR in stasis_forward_all.Corey Farrell
2017-11-06CLI: Remove unused internal command.Corey Farrell
2017-11-06stasis_bridges.c: Fix off-nominal json memory leaks.Richard Mudgett
2017-11-06stasis_channels.c: Remove a very silly RAII_VAR().Richard Mudgett
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2017-11-06Merge "Stasis/ARI: Fix off-nominal path json memory leaks." into 13Joshua Colp
2017-11-06Merge "AOC: Fix AOC-S json memory leak." into 13Jenkins2
2017-11-06tcptls: Print notice when TLS is enabled but not configured.Alexander Traud
2017-11-03Stasis/ARI: Fix off-nominal path json memory leaks.Richard Mudgett
2017-11-03AOC: Fix AOC-S json memory leak.Richard Mudgett
2017-11-03Build System: Fix build failure caused by recent CLI improvements.Corey Farrell
2017-11-02Modules: Additional improvements to CLI completion.Corey Farrell
2017-10-31features: Bridge application's BRIDGERESULT not appropriately setKevin Harwell
2017-10-31Merge "Build System: Fix --disable-xmldoc option." into 13Jenkins2
2017-10-30Modules: Fix issues with CLI completion.Corey Farrell
2017-10-26codec.c: Defensively check the returned samples.Richard Mudgett
2017-10-25Merge "http.c: Fix http header send content." into 13Joshua Colp
2017-10-25Build System: Fix --disable-xmldoc option.Corey Farrell
2017-10-25http.c: Fix http header send content.Ben Ford
2017-10-24hashtab: Use ast_free.Corey Farrell
2017-10-23main/Makefile: Remove rule for non-existant testexpr2.Corey Farrell
2017-10-16cdr.c: Rename the Party A CDR container.Richard Mudgett
2017-10-16cdr.c: Add container to key off of Party B channel names.Richard Mudgett
2017-10-16declare optional openssl dependencies in moduleinfoTzafrir Cohen
2017-10-15Merge "ast_bt_get_symbols: Prevent double-free." into 13Jenkins2
2017-10-15Merge "tcptls: NULL-check the parameter of ast_ssl_teardown before accessing ...Jenkins2
2017-10-13Merge "cdr.c: Eliminated many calls to ao2_global_obj_ref()." into 13Jenkins2
2017-10-13Merge "cdr.c: Defer getting ao2_global_obj_ref() until needed." into 13Jenkins2
2017-10-13Merge "cdr.c: Set stringfields only if they are different." into 13Jenkins2
2017-10-13Merge "cdr.c: Fix setting dnid, callingsubaddr, and calledsubaddr" into 13Jenkins2
2017-10-13ast_bt_get_symbols: Prevent double-free.Corey Farrell