summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2010-01-16Get MoH building on OpenSolaris.Sean Bright
2010-01-15Clarify error message in res_timing_timerfd.Sean Bright
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2010-01-14Plug a memory leak in res_config_ldap.Sean Bright
2010-01-14If we aren't running on a machine that support CLOCK_MONOTONIC, don't load.Sean Bright
2010-01-12Fix crash in res_config_ldap.Sean Bright
2010-01-11Socket level option is SOL_SOCKET, not SO_SOCKET.Tilghman Lesher
2010-01-11Pass NULL for the ao2_callback function pointer instead of duplicating cb_true.Sean Bright
2010-01-08Add the class actually used in the MusicOnHold start event.Tilghman Lesher
2010-01-08Initialize variables that we attempt to free later.Tilghman Lesher
2010-01-04Merged revisions 237405 via svnmerge from Tilghman Lesher
2010-01-04Fix timeout for AGI command speech recognize.Jeff Peeler
2010-01-04- Disable res_pktccops by defaultOlle Johansson
2009-12-23Merged revisions 236184 via svnmerge from Tilghman Lesher
2009-12-21Merged revisions 235940 via svnmerge from Jeff Peeler
2009-12-16Add auth_policy option to jabber.conf for auto user registration.Jeff Peeler
2009-12-15Merged revisions 235052 via svnmerge from Tilghman Lesher
2009-12-10Missed a case that emits a WARNING where none is warranted.Tilghman Lesher
2009-12-08Find another ref leak and change how we manage module references.Tilghman Lesher
2009-12-07Add applications JabberJoin, JabberLeave, JabberSendGroup for XMPP groupchatJeff Peeler
2009-12-04Buildbot complainedTilghman Lesher
2009-12-04OS X does not define MSG_NOSIGNAL, but it does have a socket option SO_NOSIGP...Tilghman Lesher
2009-12-03Remove debugging lineTilghman Lesher
2009-12-03Fix multiple issues with musiconhold, which led to classes not getting destro...Tilghman Lesher
2009-12-01More 32->64 bit codec conversions.Tilghman Lesher
2009-11-30Merged revisions 231441 via svnmerge from David Vossel
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-11-10fixes pgsql double free of threadstorageDavid Vossel
2009-11-09Fix various problems detected with Valgrind.Tilghman Lesher
2009-11-04Merged revisions 227944 via svnmerge from Jeff Peeler
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-11-03Resolve another warning.Russell Bryant
2009-11-02Add PacketCable NCS 1.0 support for Docsis/Eurodocsis networksTilghman Lesher
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.Russell Bryant
2009-10-27Don't prepend the URI prefix to the post directoryTerry Wilson
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-10-19Merged revisions 224670 via svnmerge from Kevin P. Fleming
2009-10-15Properly handle PUT requests for CALENDAR_WRITE()Terry Wilson
2009-10-14Add missing 'getnum' fieldTerry Wilson
2009-10-13use Calendar: instead of Calendar/ for devstateTerry Wilson
2009-10-13Fix compiler warning.Richard Mudgett
2009-10-13Fix handling of notification calls w/ the dialing apiTerry Wilson
2009-10-10Fix handling of floating times and datesTerry Wilson
2009-10-09Properly return "free" on confirmed events that are freeTerry Wilson
2009-10-09Don't add Attendees during copy, replace themTerry Wilson
2009-10-08Remove global variable that makes dlopen unhappyTerry Wilson
2009-10-07Formatting, moving error messages to ERROR, removing references to unexisting...Olle Johansson
2009-10-07Use extref for doxygen references to external libraries (in this case Postgre...Olle Johansson
2009-10-06Change schema query to involve the use of an optional schema parameter.Tilghman Lesher
2009-10-06When we call a gosub routine, the variables should be scoped to avoid contami...Tilghman Lesher