summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2013-03-27AST-2013-001: Prevent buffer overflow through H.264 format negotiationMatthew Jordan
2013-03-25Properly delimit post data in res_config_curl.Sean Bright
2013-03-22Move more channel events to Stasis; move res_json.c to main/json.c.David M. Lee
2013-03-20Pass the sorcery instance to wizards for CUD operations as well as retrieve.Joshua Colp
2013-03-16Make sure things compile...Kinsey Moore
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-03-16Add support for using XMPP buddy state via device state.Joshua Colp
2013-03-16Fix a bug where resources were not found due to hashing on the priority itself.Joshua Colp
2013-03-13Always set the RTP instance data in the RTP engineMatthew Jordan
2013-03-12Update DoxygenAndrew Latham
2013-03-12Fix a crash when res_xmpp is configured using a username without a domain.Joshua Colp
2013-03-12Switch to using external pjproject libraries.Jason Parker
2013-03-07Load sorcery modules earlier, so they can actually be used.Jason Parker
2013-03-07Add a 'secret' probation strictrtp mode to handle delayed changes in RTP sourceMatthew Jordan
2013-02-28While the ICE negotiation is occurring leave strictrtp in an open state, medi...Joshua Colp
2013-02-28Fix a bug with ICE and strictrtp where media could get dropped.Joshua Colp
2013-02-28Don't undefine bzero()/bcopy().Jason Parker
2013-02-22Fix FastAGI To Properly Check For A ConnectionMichael L. Young
2013-02-19Add The Status Of A Module To The Output Of "CLI> module show"Michael L. Young
2013-02-16Add support for retrieving multiple objects from sorcery using a regex on the...Joshua Colp
2013-02-15Add CLI configuration documentationMatthew Jordan
2013-02-11Minor fixes to res_json and test_json.David M. Lee
2013-02-11Fix crash in res_xmpp when deleting pubsub node from CLIMatthew Jordan
2013-02-07Fix a bug where a changed configuration file might not be available to all so...Joshua Colp
2013-02-04Fix how we build pjproject.Jason Parker
2013-01-31Multiple revisions 380735-380736Jason Parker
2013-01-31Multiple revisions 380671-380673Jason Parker
2013-01-30Fix memory leak in res_calendar_icalendarMatthew Jordan
2013-01-25Make sorcery modules global, since they are required by other modules that ar...Jason Parker
2013-01-25Add a missing '\' to a log message.Joshua Colp
2013-01-25Merge the sorcery data access layer API.Joshua Colp
2013-01-22res_fax_spandsp: fix t38 transmission bug caused by not returning successJonathan Rose
2013-01-22Add ControlPlayback manager actionMatthew Jordan
2013-01-16Let documentation reference links specify which module they're linking toMatthew Jordan
2013-01-16Multiple revisions 379209-379210Matthew Jordan
2013-01-13Reset RTP timestamp; sequence number on SSRC changeMatthew Jordan
2013-01-11Retain XMPP filters across reconnections so external modules continue to func...Joshua Colp
2013-01-11Add JSON API for Asterisk.David M. Lee
2013-01-04res_srtp: Prevent a crash from occurring due to srtp_create failures in srtp_...Jonathan Rose
2013-01-04Fix pjproject compilation in certain circumstancesKinsey Moore
2013-01-04Don't pass STUN packets through the SRTP unprotect function.Joshua Colp
2013-01-04Doxygen CleanupsAndrew Latham
2013-01-03Prevent exhaustion of system resources through exploitation of event cacheJoshua Colp
2013-01-03Prevent crashes in res_xmpp when receiving large messagesMatthew Jordan
2013-01-02Prevent exhaustion of system resources through exploitation of event cacheMatthew Jordan
2013-01-02Resolve crashes due to large stack allocations when using TCPMatthew Jordan
2012-12-13Make generate_exchange_uuid() always return the passed ast_str pointer.Sean Bright
2012-12-13Use the UUID API to generate and validate UUIDs for res_calendar_exchange.Sean Bright
2012-12-13The UUID commit removed changes made in res_clialiases.cMark Michelson
2012-12-11Add UUID support to Asterisk.Mark Michelson