summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
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
2012-03-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Add IPv6 support to FastAGI.Sean Bright
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-27Converts locking for odbc containers from ast_mutex_lock to ao2_locks.Jonathan Rose
2012-02-27Remove possible segfaults from res_odbc by adding locks around usage of odbc ...Jonathan Rose
2012-02-24Remove srtp_shutdown from res_srtpMatthew Jordan
2012-02-24Allow SRTP policies to be reloadedMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-22Track module use count for res_calendarTerry Wilson
2012-02-21Fix some opaquification-related compiler warningsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-16Fix AMI Monitor action without File header converting channel name into filen...Richard Mudgett
2012-02-14res_agi: Add AGIEXITONHANGUP variable.Russell Bryant
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-13Fix reconnecting to pgsql database after connection loss.Richard Mudgett
2012-02-09Adding reload support to res_fax.soMark Michelson