aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-06Fix the return value of AST_LIST_REMOVE(). This shouldn't be causing anyrussell1-1/+1
2007-08-05Fix compilation failure when MALLOC_DEBUG is enabled, but DEBUG_THREADS is notrussell1-0/+2
2007-08-03Changed the behavior of sip's realtime_peer function to match the correspondi...mmichelson1-0/+8
2007-08-03Add some improvements to lock debugging. These changes take effectrussell1-9/+67
2007-08-01Add some fixes for building on Solaris.file1-2/+7
2007-08-01Extend autoconf logic to determine which version of gethostbyname_r is on the...file1-2/+5
2007-07-31Add a flag to the speech API that allows an engine to set whether it received...file1-2/+3
2007-07-24Merged revisions 76934 via svnmerge from tilghman1-1/+1
2007-07-11Instead of figuring out kernel versions that have compiler.h and not... let's...file1-0/+3
2007-07-10Merged revisions 74373 via svnmerge from qwell1-0/+3
2007-06-28regenerate the configure script for rizzorussell1-0/+3
2007-06-18To prevent 92138749238754 more reports of "I have unixodbc installed, butrussell1-0/+3
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-0/+7
2007-06-11Solaris 10 sometimes (?) needs this include in order to have NULL defined.qwell1-0/+1
2007-06-07Issue #9738 - Make sure we can unload res_jabber. Patch by phsultan - thanks!oej1-1/+2
2007-06-06Merged revisions 67715 via svnmerge from russell1-3/+7
2007-06-05This bug has been hanging over my head ever since I wrote this SLA code.russell1-2/+3
2007-06-05When shutting down "gracefully", go through and run the unload() callbacks forrussell1-0/+7
2007-06-04Fix some compiler warnings in C++ modules.russell1-2/+2