aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-01-18Since we're relying on the offset between the frame and the beginning of the ...russell1-1/+1
2008-01-17Have IAX2 optimize the codec translation path just like chan_sip does it. Ifrussell1-0/+4
2008-01-16Add an unused pointer to the ast_channel struct. This makes the ast_channel ...russell1-0/+3
2008-01-16Replace current spy architecture with backport of audiohooks. This should tak...file3-155/+360
2008-01-16Add autoconf logic for speexdsp. Later versions use a separate library for so...file1-0/+3
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell2-3/+33
2008-01-11Backport the ability to set the ToS bits on Linux when not running as root.russell1-0/+3
2008-01-10Fix a comment that is no longer true.qwell1-1/+1
2008-01-10Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody hasrussell1-3/+0
2007-12-27Use the constant that I really meant to use here ...russell1-1/+1
2007-12-21Convert the contexts lock to a read/write lock to resolve a deadlock. Thisrussell1-1/+3
2007-12-19Check for the existence of the soxmix application on the target platform and ...russell1-0/+3
2007-12-17Today is tomorrow's yesterday, and yesterday's tomorrow is today, andtilghman1-2/+2
2007-12-17In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,kpfleming1-0/+3
2007-12-14When compiling with DETECT_DEADLOCKS, don't spam the CLI with messagesmmichelson1-4/+5
2007-12-12Test directly for the API that fixed AST-2007-026, to ensure that oldertilghman1-3/+0
2007-12-07Fix another bug in the DEBUG_THREADS code. The ast_mutex_init() function hadrussell1-1/+1
2007-12-07I love fixing lock related errors in the lock debugging code. That's about asrussell1-1/+1
2007-12-06Add a new module flag to indicate that a build sum is present. Modules builtrussell1-2/+3
2007-12-06Make sure logger is reloaded at general reload in the cli.oej1-0/+3
2007-12-05Fix some crashes in chan_iax2 that were reported as happening on Mac systems.russell1-2/+2
2007-12-04Modify file.h to maintain API compatibility with earlier versions. If a recentrussell3-1/+16
2007-12-03Solaris requires the inclusion of sys/loadavg.h for getloadavg().tilghman1-0/+1
2007-12-03A big one...mmichelson2-0/+42
2007-12-03Preserve the indication currently playing on a channel when a masquerade oper...file1-0/+2
2007-11-30Change the behavior of ao2_link(). Previously, in inherited a reference.russell1-10/+10
2007-11-30Add some notes on the behavior of ao2_unlink() after a discussion with Tilghmanrussell1-1/+18
2007-11-29Use of "private" as a field name in a header file messes with C++ projectstilghman1-1/+1
2007-11-29This set of changes is to make some callerID handling thread-safe.russell1-0/+3
2007-11-29Merge a change from team/russell/chan_refcount ...russell1-3/+8
2007-11-28 - update documentation for some of the goto functions to note that theyrussell1-1/+20
2007-11-27If we get a codec offer using a well-known payload type, but using it for ano...oej1-1/+7
2007-11-27closes issue #11379; OK, this is an attempt to make both sides happy. To the ...murf1-0/+1
2007-11-25We previously attempted to use the ESCAPE clause to set the escape delimiter totilghman1-0/+6
2007-11-20re-doxygen some commentskpfleming1-5/+8
2007-11-20bring back compile-option checking when loading modules, only this time use a...kpfleming1-1/+4
2007-11-16Temporarily revert revision 89325, which added md5 magic for keeping track ofrussell1-4/+1
2007-11-16To help combat problems where people build external modules (asterisk-addons ...kpfleming1-1/+4
2007-11-06We went to the trouble of creating a method of tracking failed trylocks, then...tilghman1-1/+1
2007-11-06Remove some checks to see if locks are initialized from the non-DEBUG_THREADSrussell1-67/+0
2007-11-06update comment to match the state of the codekpfleming1-4/+3
2007-11-05After seeing crashes related to channel variables, I went looking around at therussell1-0/+24
2007-11-05Merge changes from asterisk/team/kpfleming/SRV-priority-handlingrussell1-3/+4
2007-11-04Rename ast_string_field_free_pool to ast_string_field_free_memory,rizzo1-3/+3
2007-11-02Fix build on Solaristilghman1-29/+29
2007-10-30Fix for uninitialized mutexes on *BSDtilghman1-67/+298
2007-10-29Add some more details to the output of "core show locks". When a threadrussell1-24/+24
2007-10-26closes issue #11086 where a user complains that references to following conte...murf1-1/+2
2007-10-25appending one list to another should leave the first list empty, and not requ...kpfleming1-0/+5
2007-10-22If lock tracking is not enabled, then we can not attempt to log any mutexrussell1-4/+19