summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-06-28Merge in changes from my cdr-tds-conversion branch. This changes the internalSean Bright
2008-06-28yay for airplane ride optimizations... sort the fields in ast_channel by alig...Kevin P. Fleming
2008-06-27Document DLA_UNLOCK and DLA_LOCKTilghman Lesher
2008-06-27Optimization suggested by Russell to cache the value of pthread_self() soMark Michelson
2008-06-27Merged revisions 125793 via svnmerge from Tilghman Lesher
2008-06-27Fix a compile time error that occurs if OpenSSL is not installed. Reported by...Philippe Sultan
2008-06-26Convert casts to unions, to fix alignment issues on SolarisTilghman Lesher
2008-06-26- add get_max_rate timing API callRussell Bryant
2008-06-25Merged revisions 125132 via svnmerge from Kevin P. Fleming
2008-06-25Fix indentationMark Michelson
2008-06-25Fix a bug in the rwlock tracking. ast_rwlock_unlock did not take intoMark Michelson
2008-06-25More expansion of the deadlock avoidance macro, including a macro to do lockingTilghman Lesher
2008-06-25Merged revisions 124965 via svnmerge from Tilghman Lesher
2008-06-20Change references to doc/channelvariables.txt toMark Michelson
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-06-19Detect if the installed gcc version supports the warn_unused_result attribute.Tilghman Lesher
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...Brett Bryant
2008-06-16Clean up code that handles fsk mwi message generation by pulling it from do_m...Doug Bailey
2008-06-16(closes issue #12689)Steve Murphy
2008-06-16Add a "timing test" CLI command. It opens a timer and configures it forRussell Bryant
2008-06-16 - Fix a typo in a timing API callRussell Bryant
2008-06-13Document the input for ast_realtime_require_field()Tilghman Lesher
2008-06-13Merge changes from timing branchRussell Bryant
2008-06-12Complete the documentation for the timing API.Russell Bryant
2008-06-12Get default entity ID determination working on Linux againRussell Bryant
2008-06-12clarify documentation on how timer intervals should be specifiedKevin P. Fleming
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-12Merged revisions 122046 via svnmerge from Steve Murphy
2008-06-12add infrastructure so that timing source can be a loadable module... next ste...Kevin P. Fleming
2008-06-11Expand CDR uniqueid field to 150 chars, to account for maximum systemname.Tilghman Lesher
2008-06-10Move the table cache routines to res_odbc, so they can be used from otherTilghman Lesher
2008-06-10Merge some more changes from team/russell/eventsRussell Bryant
2008-06-10Merge another change from team/russell/eventsRussell Bryant
2008-06-10Merge another change from team/russell/events ...Russell Bryant
2008-06-10Merge a couple of configure script checks in from team/russell/events. This ...Russell Bryant
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-06-05This patch adds more detailed statistics for RTP channels, and provides an AP...Brett Bryant
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,Tilghman Lesher
2008-06-03fix build for non debug threadsRussell Bryant
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability toRussell Bryant
2008-06-02After determining that the version of spandsp installed is an acceptable vers...Russell Bryant
2008-06-02Add a configure script check for spandspRussell Bryant
2008-05-30Add native AGI command GOSUB, as invoking Gosub with EXEC does not workTilghman Lesher
2008-05-30Prefer T140 with REDundance before T140 without.Olle Johansson
2008-05-29Adds support for changing logger settingss on remote consoles with a Brett Bryant
2008-05-29Merged revisions 118954 via svnmerge from Tilghman Lesher
2008-05-29Merged revisions 118953 via svnmerge from Tilghman Lesher
2008-05-28Changed to temporary namespaces to match with latest XEPs. As soon asPhilippe Sultan
2008-05-27Add printf format attribute for vasprintf().Russell Bryant