aboutsummaryrefslogtreecommitdiffstats
path: root/res
AgeCommit message (Expand)AuthorFilesLines
2008-07-01make the AIS checking a little more generic, and have a more useful configure...kpfleming3-8/+9
2008-06-27Fix a compile time error that occurs if OpenSSL is not installed. Reported by...phsultan1-14/+18
2008-06-26- add get_max_rate timing API callrussell2-0/+14
2008-06-26fix compile failure found by buildbot (go, buildbot!)kpfleming1-0/+2
2008-06-25Merged revisions 125132 via svnmerge from kpfleming2-2/+3
2008-06-25Separate the global initialization routines for cURL into its own separatetilghman2-2/+84
2008-06-24Subscribe to buddy's presence only if we really need to. That is, ifphsultan1-20/+27
2008-06-24Code simplificationphsultan1-29/+31
2008-06-24fix a memory leak.russell1-2/+6
2008-06-21Reduce warning to debug, otherwise we flood the log when we (legitimately)tilghman1-7/+7
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak2-6/+6
2008-06-19- Make res_timing_pthread allow a max rate of 100/sec instead of 50/secrussell1-5/+4
2008-06-19Don't change pointers that need to be later passed back for deallocation.tilghman1-41/+44
2008-06-18Whitespace onlyseanbright1-134/+134
2008-06-17Fix the check against the max supported raterussell1-1/+1
2008-06-16Merge res_timing_pthread. This is a timing interface for Asterisk thatrussell1-0/+480
2008-06-13Properly detect the size of char/varchar fieldstilghman1-3/+17
2008-06-13Do not allow res_timing_dahdi to be unloaded. We can re-enable this once werussell1-2/+4
2008-06-13Merge changes from timing branchrussell1-0/+188
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-12/+12
2008-06-10Move the table cache routines to res_odbc, so they can be used from othertilghman2-191/+178
2008-06-10Merge another big set of changes from team/russell/eventsrussell8-2/+1715
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman3-40/+128
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman3-22/+719
2008-06-05Merged revisions 120675 via svnmerge from phsultan1-1/+1
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agitilghman1-1/+0
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,tilghman1-1/+17
2008-06-03Merged revisions 119929 via svnmerge from murf1-6/+0
2008-06-02Do not link the guest account with any configured XMPP client (inphsultan1-4/+17
2008-05-27When binding anonymously, credentials are still needed.tilghman1-1/+3
2008-05-23Protect the object from changing while the 'odbc show' CLI command is runningtilghman1-0/+4
2008-05-23- remove whitespaces between tags in received XML packets before givingphsultan1-3/+34
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak3-5/+5
2008-05-20Increase limit of unshared connections from 1023 to 4.2 billion.tilghman1-2/+2
2008-05-20Revert part of previous fix, and heavily comment the logic for objecttilghman1-21/+47
2008-05-19Merged revisions 117135 via svnmerge from file1-1/+14
2008-05-19Remove a premature mutex destroy (the destruction callback will end up destro...file1-13/+19
2008-05-14Merged revisions 116466 via svnmerge from tilghman1-1/+5
2008-05-14Make the ldap version setting work without having both version and protocol set.file1-1/+1
2008-05-14Formatting changes (coding guidelines) while thinking about something else...oej1-29/+31
2008-05-13Initialize the start time in smdi_msg_wait. Somehow this code got lost in tr...russell1-0/+2
2008-05-07Don't free the object on destroy, as astobj2 takes care of that for youtilghman1-1/+0
2008-05-07Only save a password if a username exists.russell1-5/+8
2008-05-07Use the default that the log output claims will be used for the basednrussell1-2/+3
2008-05-06Merged revisions 115418 via svnmerge from qwell1-1/+1
2008-05-05Merge refcounting of res_odbctilghman1-233/+117
2008-05-02Make res/snmp/agent.c buildmmichelson1-2/+2
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-8/+10
2008-05-01Merge changes from team/russell/smdi-msg-searchingrussell1-16/+74
2008-04-29Merged revisions 114829 via svnmerge from qwell1-2/+1