summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-18res_ari_events: Fix shutdown ref leak.Richard Mudgett
2015-08-18res_http_websocket.c: Add missing unref on an off nominal path.Richard Mudgett
2015-08-18res_http_websocket.c: Fix some off nominal path cleanup.Richard Mudgett
2015-08-18res_ari.c: Add missing off nominal unlock and remove a RAII_VAR().Richard Mudgett
2015-08-17app_queue.c: Fix error checking in QUEUE_MEMBER() read.Richard Mudgett
2015-08-17CHAOS: prevent sorcery object with null idScott Griepentrog
2015-08-14res_pjsip_sdp_rtp: Restore removed NULL check.Mark Michelson
2015-08-13audiohook.c: Simplify variable usage in audiohook_read_frame_both().Richard Mudgett
2015-08-13audiohook.c: Fix MixMonitor crash when using the r() or t() options.Richard Mudgett
2015-08-13Merge "chan_sip.c: wrong peer searched in sip_report_security_event"Mark Michelson
2015-08-13chan_sip.c: wrong peer searched in sip_report_security_eventKevin Harwell
2015-08-13res_http_websocket: When shutting down a session don't close closed socketJoshua Colp
2015-08-12Merge "res_http_websocket: Forcefully terminate on write errors."Joshua Colp
2015-08-12Merge "chan_dahdi.c: Lock private struct for ast_write()."Mark Michelson
2015-08-12Merge "chan_dahdi.c: Flush the DAHDI write buffer after starting DTMF."Mark Michelson
2015-08-12Merge "chan_sip: Fix negotiation of iLBC 30."Joshua Colp
2015-08-12Merge "res_pjsip.c: Fix crash from corrupt saved SUBSCRIBE message."Mark Michelson
2015-08-12res_http_websocket: Forcefully terminate on write errors.Joshua Colp
2015-08-11res/res_format_attr_silk: Expose format attributes to other modulesMatt Jordan
2015-08-11chan_dahdi.c: Flush the DAHDI write buffer after starting DTMF.Richard Mudgett
2015-08-11chan_dahdi.c: Lock private struct for ast_write().Richard Mudgett
2015-08-11res_pjsip.c: Fix crash from corrupt saved SUBSCRIBE message.Richard Mudgett
2015-08-11chan_sip: Fix negotiation of iLBC 30.Alexander Traud
2015-08-10main/format: Add an API call for retrieving format attributesMatt Jordan
2015-08-10Merge "Replace htobe64 with htonll"Joshua Colp
2015-08-10Merge "Replaces clock_gettime() with ast_tsnow()"Joshua Colp
2015-08-08Merge "rtp_engine.c: Fix performance issue with several channel drivers that ...Matt Jordan
2015-08-07Replace htobe64 with htonllDavid M. Lee
2015-08-07Replaces clock_gettime() with ast_tsnow()David M. Lee
2015-08-07ARI: Retrieve existing log channelsScott Emidy
2015-08-07ARI: Creating log channelsScott Emidy
2015-08-07Merge "ARI: Deleting log channels"Joshua Colp
2015-08-07Merge "res_pjsip: Ensure sanitized XML is NULL terminated."Joshua Colp
2015-08-07Merge "res_pjsip_pubsub: More accurately persist packet."Joshua Colp
2015-08-07Merge "res_rtp_asterisk.c: Fix off-nominal crash potential."Joshua Colp
2015-08-06ARI: Deleting log channelsScott Emidy
2015-08-06res_pjsip_pubsub: More accurately persist packet.Mark Michelson
2015-08-06Merge "rtp_engine.c: Must protect mime_types_len with mime_types_lock."Joshua Colp
2015-08-06Merge "res_pjsip_sdp_rtp.c: Fixup some whitespace."Joshua Colp
2015-08-06res_pjsip: Ensure sanitized XML is NULL terminated.Joshua Colp
2015-08-06Merge "res_pjsip_sdp_rtp.c: Fix processing wrong SDP media list."Joshua Colp
2015-08-06Merge "res_http_websocket: Debug write lengths."Joshua Colp
2015-08-05res_rtp_asterisk: Don't leak temporary key when enabling PFS.Joshua Colp
2015-08-04res_http_websocket: Debug write lengths.Mark Michelson
2015-08-03Merge "res_http_websocket: Avoid passing strlen() to ast_websocket_write()."Matt Jordan
2015-08-03Merge "res/res_rtp_asterisk: Add ECDH support"Matt Jordan
2015-08-03res_http_websocket: Avoid passing strlen() to ast_websocket_write().Mark Michelson
2015-08-03Merge topic 'misc_rtp_tweaks'Joshua Colp
2015-08-03Merge "chan_sip.c: Tweak glue->update_peer() parameter nil value."Joshua Colp
2015-07-31Merge "ARI: Channels added to Stasis application during WebSocket creation ..."Mark Michelson