summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2017-11-18iostream: Fix ast_iostream_printf declaration.Corey Farrell
2017-11-17Merge "DEBUG_FD_LEAKS: Add missing FD creators."Joshua Colp
2017-11-16aoc: Fix memory management issues.Corey Farrell
2017-11-16Merge "sorcery: Add ast_sorcery_retrieve_by_prefix()"Jenkins2
2017-11-15audiohook.c: Fix freeing a frame and still using it.Richard Mudgett
2017-11-14Merge "core: Fix configuration of remote console socket path."Joshua Colp
2017-11-14Merge "core: Use ast_alertpipe for Asterisk signal monitoring thread."Joshua Colp
2017-11-14Merge "core: Add cache_media_frames debugging option."Jenkins2
2017-11-13core: Use ast_alertpipe for Asterisk signal monitoring thread.Corey Farrell
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."Joshua Colp
2017-11-09Merge "main/sdp_state: Check for errors from ast_stream_topology_set_stream."Joshua Colp
2017-11-08DEBUG_FD_LEAKS: Add missing FD creators.Corey Farrell
2017-11-08AST-2017-010: Fix cdr_object_update_party_b_userfield_cb() buf overrunRichard Mudgett
2017-11-08Merge "stream: Return error from ast_stream_topology_set_stream."Jenkins2
2017-11-07Merge "stasis: Release object if vector append fails."Jenkins2
2017-11-07Merge "PBX: Handle errors from AST_VECTOR_APPEND."Jenkins2
2017-11-07Merge "Messaging: Report error on failure to register tech or handler."Jenkins2
2017-11-07Merge "format_cap: Fix leak on AST_VECTOR_APPEND error."Jenkins2
2017-11-07Merge "CLI: Remove unused internal command."Jenkins2
2017-11-07main/sdp_state: Check for errors from ast_stream_topology_set_stream.Corey Farrell
2017-11-07stream: Return error from ast_stream_topology_set_stream.Corey Farrell
2017-11-07Merge "tcptls: Print notice when TLS is enabled but not configured."Joshua Colp
2017-11-07Merge "stasis: Remove silly use of RAII_VAR in stasis_forward_all."Joshua Colp
2017-11-07Merge "stasis_channels.c: Remove a very silly RAII_VAR()."Joshua Colp
2017-11-07Merge "Fix ast_(v)asprintf() malloc failure usage conditions."Joshua Colp
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-06PBX: Handle errors from AST_VECTOR_APPEND.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-06Merge "dtls: Add support for ephemeral DTLS certificates."Joshua Colp
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."Joshua Colp
2017-11-06Merge "AOC: Fix AOC-S json memory leak."Joshua Colp
2017-11-06dtls: Add support for ephemeral DTLS certificates.Sean Bright
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-03Merge "Modules: Additional improvements to CLI completion."Joshua Colp
2017-11-02core: Don't attempt to write to a stream that does not exist.Joshua Colp