aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-22Update the static mutex initializer to include the initialization ofrussell1-2/+2
2007-10-18The channel needs to stay locked while running timer callbacks, as they accessrussell1-0/+1
2007-10-16really picky formatting tweak ...russell1-2/+2
2007-10-16Some locking errors exposed the fact that the lock debugging code itself wasrussell1-19/+71
2007-10-15Make a few changes so that characters in the upper half of the ISO-8859-1russell1-3/+3
2007-10-13Fix an issue with console verbosity when running asterisk -rx to execute a co...russell1-1/+1
2007-10-13Properly handle the case where read() may return the text for more than onerussell1-0/+8
2007-10-10I introduced a new member to the ast_filestream struct in 1.4.12, but put itrussell1-1/+1
2007-10-10use a macro instead of an inline function, so that backtraces will report the...kpfleming1-4/+1
2007-10-09This commit fixes the following issues:tilghman1-4/+12
2007-10-01Fulfull a feature request from Qwell on the "core show locks" output. It willrussell1-10/+17
2007-10-01Show rwlocks in the "core show locks" output. Before, it only showed mutexes.russell1-0/+79
2007-09-30Fix the AST_MODULE_INFO macro for C++ modules. The load and reload parametersrussell1-1/+1
2007-09-27if an Agent is redirected, the base channel should actually be redirected. T...dhubbard1-0/+6
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell2-5/+5
2007-09-18Add a new patch to handle interrupting the fgets() call when using FastAGI.russell1-0/+1
2007-09-14Add checking for libusb here, so nobody has to deal with conflicts in therussell1-0/+3
2007-09-13Only compile in tracking astobj2 statistics if dev-mode is enabled. Also, whenrussell1-0/+1
2007-09-12Working on issue #10531 exposed a rather nasty 64-bit issue on ast_mktime, so wetilghman1-4/+0
2007-09-09Fix inline compiles on really old compilers (who uses gcc 2.7 anymore, really?)tilghman1-3/+11
2007-09-06This should fix a build issue that people building against uClibc were seeing...qwell1-2/+0
2007-09-06Various string length fixes. Removed an unused variable in aji_client structu...phsultan1-5/+17
2007-09-05Fix an issue that can occur when you do an attended transfer to parking. Ifrussell2-0/+4
2007-09-05Solaris x86 compatibility fixtilghman1-0/+4
2007-09-04Remove the typedefs on ao2_container and ao2_iterator. This is simply becauserussell1-25/+17
2007-09-01Making match_by_addr into ao2_match_by_addr and making it availablemmichelson1-0/+1
2007-08-31Remove references to a debugging parameter that does not existrussell1-2/+1
2007-08-23When executing a dynamic feature, don't look it up a second time by digit pat...russell1-1/+1
2007-08-23This is a hack to maintain old behavior of chan_iax2. This ensures that ifrussell1-1/+8
2007-08-22Add some more documentation on iterating ao2 containers. The documentationrussell1-33/+45
2007-08-22Merge changes from team/russell/iax_refcount.russell2-0/+534
2007-08-21ugh. removing the diffs from ulaw.h and alaw.h for now; accidentally added th...murf2-99/+1
2007-08-21This patch solves problem 1 in 8126; it should not slow down the alaw codec, ...murf2-1/+99
2007-08-17Don't send a semicolon over the wire in sip notify messages.qwell1-0/+7
2007-08-13Instead of accepting a single DTMF character accept a full string.file1-2/+2
2007-08-13Add an API call to allow the engine to know that DTMF was received.file1-0/+4
2007-08-10From a user complaint on #asterisk, I have forced pbx_spool to explain what r...murf1-0/+10
2007-08-10The last set of changes that I made to "core show locks" made it not able torussell1-9/+17