summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2015-10-06res/res_rtp_asterisk: Fix assignment after ao2 decrementMatt Jordan
2015-10-06Fix improper usage of scheduler exposed by 5c713fdf18fMatt Jordan
2015-10-01res_sorcery_memory_cache.c: Fix deadlock with scheduler.Richard Mudgett
2015-10-01res_sorcery_memory_cache.c: Replace inline code with function.Richard Mudgett
2015-10-01res_sorcery_memory_cache.c: Shutdown in a less crash potential order.Richard Mudgett
2015-10-01res_sorcery_memory_cache.c: Misc tweaks.Richard Mudgett
2015-10-01res_sorcery_memory_cache.c: Made use OBJ_SEARCH_MASK.Richard Mudgett
2015-09-30res_rtp_asterisk: Move "Set role" warning to be debug.Joshua Colp
2015-09-29res/ari/config.c: Fix user sort compare function.Richard Mudgett
2015-09-29res/ari/config.c: Optimize conf_alloc() object init.Richard Mudgett
2015-09-29res/ari/config.c: Fix conf_alloc() object init.Richard Mudgett
2015-09-27res/res_stasis: Fix accidental subscription to 'all' bridge topicMatt Jordan
2015-09-22ARI: Add events for Contact and Peer Status changesMatt Jordan
2015-09-22res/res_stasis_device_state: Allow for subscribing to 'all' device stateMatt Jordan
2015-09-22ARI: Add the ability to subscribe to all eventsMatt Jordan
2015-09-19Merge "CHAOS: res_pjsip_diversion avoid crash if allocation fails" into 13Matt Jordan
2015-09-18CHAOS: avoid crash if string create failsScott Griepentrog
2015-09-17CHAOS: res_pjsip_diversion avoid crash if allocation failsRichard Mudgett
2015-09-17res_pjsip_pubsub: Eliminate race during initial NOTIFY.Mark Michelson
2015-09-11Merge "res/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-...Matt Jordan
2015-09-10res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Add some notification comments.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Set dlg_status code instead of sending SIP response.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Fix off-nominal memory leak.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Fix one byte buffer overrun error.Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Use ast_alloca() instead of alloca().Richard Mudgett
2015-09-10res_pjsip_pubsub.c: Add missing error return in load_module().Richard Mudgett
2015-09-10res_pjsip/location.c: Use the builtin ao2_callback() match function instead.Richard Mudgett
2015-09-10res_pjsip: Copy default_from_user to avoid crash.Mark Michelson
2015-09-10res/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-RouteMatt Jordan
2015-09-10Merge "ParkAndAnnounce: Add variable inheritance" into 13Joshua Colp
2015-09-09pjsip: avoid possible crash req_caps allocation failureScott Griepentrog
2015-09-09Merge "res_pjsip: Use hash for contact object identity instead of Contact URI...Joshua Colp
2015-09-08ParkAndAnnounce: Add variable inheritanceJonathan Rose
2015-09-08Merge "res_rtp_asterisk: Add more ICE debugging" into 13Matt Jordan
2015-09-08res_rtp_asterisk: Add more ICE debuggingDavid M. Lee
2015-09-08Merge "res/res_pjsip: Purge contacts when an AoR is deleted" into 13Joshua Colp
2015-09-08res_pjsip: Use hash for contact object identity instead of Contact URI.Joshua Colp
2015-09-07res/res_pjsip: Purge contacts when an AoR is deletedMatt Jordan
2015-09-05Merge "res_pjsip: Change default from user value." into 13Joshua Colp
2015-09-05Merge "Fix when remote candidates exceed PJ_ICE_MAX_CAND" into 13Joshua Colp
2015-09-04Fix when remote candidates exceed PJ_ICE_MAX_CANDDavid M. Lee
2015-09-04res_pjsip: Change default from user value.Mark Michelson
2015-09-04res/pjsip: Mark WSS transport as secureMartin Tomec
2015-09-02res_pjsip: Fix contact refleak on stateful responses.Mark Michelson
2015-09-01res_pjsip_pubsub: re-re-fix persistent subscription storage.Mark Michelson
2015-08-28res_pjsip_sdp_rtp: Fix multiple keepalive scheduled items.Joshua Colp
2015-08-28Merge "res_pjsip_session: Don't invoke session supplements twice for BYE requ...Mark Michelson
2015-08-27Merge "res_pjsip: Add common ast_sip_get_host_ip API." into 13Joshua Colp
2015-08-27res_pjsip_session: Don't invoke session supplements twice for BYE requests.Joshua Colp