aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Merge in changes from my cdr-tds-conversion branch. This changes the internalseanbright1-3/+0
2008-06-28yay for airplane ride optimizations... sort the fields in ast_channel by alig...kpfleming1-73/+66
2008-06-27Document DLA_UNLOCK and DLA_LOCKtilghman1-0/+24
2008-06-27Optimization suggested by Russell to cache the value of pthread_self() sommichelson1-1/+2
2008-06-27Merged revisions 125793 via svnmerge from tilghman1-8/+8
2008-06-27Fix a compile time error that occurs if OpenSSL is not installed. Reported by...phsultan1-2/+2
2008-06-26Convert casts to unions, to fix alignment issues on Solaristilghman1-6/+11
2008-06-26- add get_max_rate timing API callrussell1-0/+10
2008-06-25Merged revisions 125132 via svnmerge from kpfleming1-42/+0
2008-06-25Fix indentationmmichelson1-2/+2
2008-06-25Fix a bug in the rwlock tracking. ast_rwlock_unlock did not take intommichelson1-12/+21
2008-06-25More expansion of the deadlock avoidance macro, including a macro to do lockingtilghman1-0/+19
2008-06-25Merged revisions 124965 via svnmerge from tilghman1-0/+19
2008-06-20Change references to doc/channelvariables.txt tommichelson1-1/+1
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-0/+3
2008-06-19Detect if the installed gcc version supports the warn_unused_result attribute.tilghman4-8/+18
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...bbryant1-7/+2
2008-06-16Clean up code that handles fsk mwi message generation by pulling it from do_m...dbailey1-2/+15
2008-06-16(closes issue #12689)murf1-1/+1
2008-06-16Add a "timing test" CLI command. It opens a timer and configures it forrussell1-0/+1
2008-06-16 - Fix a typo in a timing API callrussell1-1/+1
2008-06-13Document the input for ast_realtime_require_field()tilghman1-3/+15
2008-06-13Merge changes from timing branchrussell2-7/+29
2008-06-12Complete the documentation for the timing API.russell1-15/+71
2008-06-12Get default entity ID determination working on Linux againrussell1-0/+2
2008-06-12clarify documentation on how timer intervals should be specifiedkpfleming1-2/+2
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler6-80/+35
2008-06-12Merged revisions 122046 via svnmerge from murf1-4/+14
2008-06-12add infrastructure so that timing source can be a loadable module... next ste...kpfleming1-0/+112
2008-06-11Expand CDR uniqueid field to 150 chars, to account for maximum systemname.tilghman1-2/+3
2008-06-10Move the table cache routines to res_odbc, so they can be used from othertilghman1-0/+31
2008-06-10Merge some more changes from team/russell/eventsrussell2-19/+203
2008-06-10Merge another change from team/russell/eventsrussell1-0/+48
2008-06-10Merge another change from team/russell/events ...russell2-43/+116
2008-06-10Merge a couple of configure script checks in from team/russell/events. This ...russell1-0/+12
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-1/+32
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman2-0/+59
2008-06-05This patch adds more detailed statistics for RTP channels, and provides an AP...bbryant1-2/+32
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,tilghman1-0/+12
2008-06-03fix build for non debug threadsrussell1-0/+2
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability torussell1-293/+554
2008-06-02After determining that the version of spandsp installed is an acceptable vers...russell1-2/+2
2008-06-02Add a configure script check for spandsprussell1-0/+6
2008-05-30Add native AGI command GOSUB, as invoking Gosub with EXEC does not worktilghman1-0/+2
2008-05-30Prefer T140 with REDundance before T140 without.oej1-3/+3
2008-05-29Adds support for changing logger settingss on remote consoles with a bbryant1-1/+4
2008-05-29Merged revisions 118954 via svnmerge from tilghman1-0/+5
2008-05-29Merged revisions 118953 via svnmerge from tilghman1-1/+33
2008-05-28Changed to temporary namespaces to match with latest XEPs. As soon asphsultan1-5/+6
2008-05-27Add printf format attribute for vasprintf().russell1-1/+1