aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-04-27Fix 'inconsistent line endings' when autoconf 2.63 is usedkpfleming1-29/+17
2009-04-23unistd.h is required for usleep() on Darwin. It will not hurt to include it a...oej1-1/+1
2009-04-22Detect availability of pthread_rwlock_timedwrlock() before using it.tilghman2-2/+74
2009-04-21Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glo...dbailey2-0/+17
2009-04-09Oops, typotilghman1-1/+1
2009-04-09Race condition between ast_cli_command() and 'module unload' could cause a de...tilghman1-0/+76
2009-04-09Add debugging mode for diagnosing file descriptor leaks.tilghman1-0/+29
2009-04-03Fix a problem with the crypto variable definitions not actually being defined...file1-7/+7
2009-03-19Cleaning up a few things in detect disconnect patchdvossel1-1/+5
2009-03-19Remove the use of RTLD_NOLOAD, as it is not behaving like expected.russell1-4/+0
2009-03-19Allow disconnect feature before a call is bridgeddvossel1-0/+19
2009-03-18fix another symbol namespace issue (reported by Andrew on asterisk-dev)kpfleming1-1/+1
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell4-20/+22
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-6/+6
2009-03-18revert commit that included extranous changeskpfleming3-38/+9
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming3-9/+38
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler3-17/+39
2009-03-05Fix problems when RTP packet frame size is changedkpfleming1-0/+10
2009-02-20This exception does not appear to still be true for Solaris 10, and OpenSolar...tilghman1-17/+11
2009-02-20Fixes issue with undefined audio codecs in chan_iax2dvossel1-0/+2
2009-02-18Document the return value of the update method (as requested on -dev list)tilghman1-1/+1
2009-02-17Modify bridging to properly evaluate DTMF after first warning is playedjpeeler1-0/+2
2009-02-15fix mis-spelling of the word registered.mvanbaak1-2/+2
2009-02-13Zaptel is not DAHDI. Rather, Zaptel is actually Zaptel. (in case you're con...qwell1-1/+1
2009-01-30Fix feature inheritance with builtin featurestwilson1-11/+0
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf1-0/+4
2009-01-22AST_RWLOCK_INIT_VALUE is always defined. What we really wanted to ask istilghman1-1/+1
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman1-0/+4
2009-01-13Revert unnecessary indications API change from rev 122314russell2-16/+16
2008-12-22Re-work ref count handling of MoH classes using astobj2 to resolve crashes.russell1-0/+19
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson1-0/+27
2008-12-19This merges the masqpark branch into 1.4murf1-2/+0
2008-12-19(closes issue #13480)jpeeler1-0/+12
2008-12-16Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.russell1-1/+1
2008-12-15Add the deadlock note to ast_spawn_extension as wellmmichelson1-0/+4
2008-12-15Add notes to autoservice and pbx doxygen regarding a potentialmmichelson2-0/+25
2008-12-15Use autoconf logic to determine whether the system has timersub or not. Do no...file2-1/+4
2008-12-12Resolve issues that could cause DTMF to be processed out of order.russell1-1/+15
2008-12-10Update to stringfield handling so that side-effects onmmichelson1-8/+10
2008-12-09Remove the test_for_thread_safety() function completely.russell1-2/+0
2008-12-09(closes issue #14019)murf1-1/+0
2008-12-05Merged revisions 161421 via svnmerge from seanbright1-3/+3
2008-12-02make compile with dev mode and malloc debugtwilson1-2/+2
2008-12-02Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcctilghman1-2/+4
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming15-44/+43
2008-11-25Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()russell1-0/+7
2008-11-25System call ioperm is non-portable, so check for its existence in autoconf.tilghman1-0/+6
2008-11-22(closes issue #13786)jpeeler1-13/+275
2008-11-21When compiling with DEBUG_THREADS, report the real file/func/line for ao2_loc...russell1-0/+10
2008-11-20There was an issue when attempting to reference an embeddedmmichelson2-0/+19