summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-18Fix a crash in pjnath when starting an ICE connectivity check and immediately...Joshua Colp
2012-07-17Add pubsub unsubscription support so subscriptions do not linger for MWI and ...Joshua Colp
2012-07-17Fix a crash as a result of propagating MWI or device state over XMPP when the...Joshua Colp
2012-07-16Fix an issue where a service discovery request could crash Asterisk.Joshua Colp
2012-07-16Fix a bug where some XMPP servers would reject authentication. We need to use...Joshua Colp
2012-07-16Add missing namespace for old non-SASL based authentication.Joshua Colp
2012-07-16Fix an issue where specifying the resource in the username would cause authen...Joshua Colp
2012-07-16Add support for SIP over WebSocket.Joshua Colp
2012-07-13Reduce memory consumption and add the H.264 and H.263 modules I shamefully ne...Joshua Colp
2012-07-13Add support for parsing SDP attributes, generating SDP attributes, and passin...Joshua Colp
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-07-10Add required items for Google video support.Joshua Colp
2012-07-09Fix an issue where media would not flow for situations where the legacy STUN ...Joshua Colp
2012-07-09Add additional namespaces for Google Talk which are used for the gmail client.Joshua Colp
2012-07-07Add a new unified Jingle, Google Jingle, and Google Talk channel driver writt...Joshua Colp
2012-07-06Import revision 4196 from pjproject trunk. Fix a crash issue when starting IC...Joshua Colp
2012-07-05Add 'stun show status' commandMatthew Jordan
2012-07-02Add a cleaned up drop-in replacement for res_jabber called res_xmpp. This pro...Joshua Colp
2012-07-02Ensure the timer heap is protected by a lock.Joshua Colp
2012-07-01Enable IPv6 support in pjproject.Joshua Colp
2012-07-01Don't try to send connectivity checks on RTCP if RTCP is no longer present an...Joshua Colp
2012-07-01Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.Joshua Colp
2012-06-25Multiple revisions 369323-369324Mark Michelson
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-13Mark res_smdi/res_adsi as 'core' supported modulesMatthew Jordan
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-06-02Add res_http_websocket module which implements the WebSocket protocol accordi...Joshua Colp
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-17Fix checking bounds of array index after using it; improper sizeofMatthew Jordan
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-04Fix core FINDING 2, FINDING 3, and FINDING 4 from Coverity's CONSTANT_EXPRESS...Mark Michelson
2012-04-28res_corosync: Fix build against corosync 2.0.Russell Bryant
2012-04-27fix a wrong behavior of alarm timezones in caldav and icalendar when an alarm...Stefan Schmidt
2012-04-21res_corosync: Recover if corosync gets restarted.Russell Bryant
2012-04-21res_corosync: reimplement "corosync show members" command.Russell Bryant
2012-04-19Convert some strncpys to ast_copy_stringTerry Wilson
2012-04-17Fix places in resources where a negative return value could impact executionMatthew Jordan
2012-04-17Make use of va_args more appropriate to form in various res_config modules pl...Jonathan Rose
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-06Fix memory leak in res_calendar_ews when event email address node is emptyMatthew Jordan
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-03-24Multiple revisions 360356-360357Russell Bryant
2012-03-19Convert MuteAudio documentation to XML.Richard Mudgett
2012-03-14Fix incorrect usage of sizeof() in res_crypto.Russell Bryant
2012-03-14Fix broken usage of sizeof() in res_adsi.Russell Bryant
2012-03-13Finalize ast_channel opaquificationTerry Wilson