aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-07-29update cleancount because the channel structure changed todaykpfleming1-1/+1
2006-07-28play a beep tone into the spied-on channel if we are about to whisper to themkpfleming1-3/+16
2006-07-28add ExtenSpy variant of ChanSpykpfleming3-61/+228
2006-07-28the pure attribute was not implemented before gcc 2.96. Since we have thisrussell1-2/+2
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everrussell3-10/+16
2006-07-28Add the function attribute "pure" or "const" to various functions that performrussell2-10/+10
2006-07-28just for fun, let's lock the whisper buffer for writing AND reading :-)kpfleming1-0/+2
2006-07-28As discussed and decided on the asterisk-dev mailing list ...russell4-5/+7
2006-07-28move slinfactory structure definition back to header... it's just easier to u...kpfleming6-25/+134
2006-07-28Merged revisions 38420 via svnmerge from file1-4/+5
2006-07-28more slinfactory structure definition to inside implementation modulekpfleming2-54/+53
2006-07-27more simplification, and correct a bug i introduced in the last commitkpfleming3-20/+21
2006-07-27remove local channel finding wrapperskpfleming1-117/+111
2006-07-27block this patch from 1.2, it's already fixed here as part of a larger commitkpfleming0-0/+0
2006-07-27restore infinite timeout for ast_waitfor() callkpfleming1-1/+1
2006-07-27various cleanups:kpfleming1-224/+201
2006-07-27Merged revisions 38347 via svnmerge from kpfleming1-4/+7
2006-07-27fix seg fault when the parked call that timed out was the last one in the listrussell1-1/+1
2006-07-27Merged revisions 38328 via svnmerge from russell1-1/+10
2006-07-27Merged revisions 38310 via svnmerge from kpfleming1-0/+4
2006-07-27Merged revisions 38288 via svnmerge from russell1-1/+10
2006-07-27fix crashes with MALLOC_DEBUG enabled that were a result of my recent threadrussell3-3/+29
2006-07-27fix some breakage of ast_cli() that resulted in seg faults on Josh's machine.russell1-0/+2
2006-07-26fix setting the CFLAGS for building codec libs so that they are built withrussell1-3/+3
2006-07-26Typo found on the -dev listtilghman1-1/+1
2006-07-26Only unlock these if they were locked on entrytilghman1-2/+2
2006-07-26Merged revisions 38234 via svnmerge from file1-1/+1
2006-07-26merge the changes from my ast_cli_tls branch ...russell1-6/+19
2006-07-25This exact deadlock situation that I observed can't happen in trunk due to therussell1-1/+7
2006-07-24Added a small fix to exclude the AMD optimized assembly file from being inclu...murf1-2/+2
2006-07-24blocked rev 38167 on the 1.2 branch from trunk, because it'smurf0-0/+0
2006-07-24Start out with cleared RTP payload structures instead of defaults. This shoul...file1-9/+4
2006-07-24move middle-of-the-block declaration at the top.rizzo1-1/+1
2006-07-24fix uninitialized variablerizzo1-1/+2
2006-07-24Only deal with getting the supported payloads on audio if an audio RTP stream...file1-2/+3
2006-07-23ast_malloc is sufficient here, since snprintf is called on the bufferrussell1-1/+1
2006-07-23Merge team/russell/ast_cli_tls into the trunk.russell1-9/+24
2006-07-23fix a seg fault in this application if no context paramater is givenrussell1-1/+1
2006-07-23resolve another XXX comment by implementing proper handling of control framesrussell1-2/+2
2006-07-23take the advice of an XXX comment and use an atomic operation to decrement arussell1-9/+4
2006-07-23remove a stray newlinerussell1-1/+1
2006-07-23update to mention svn instead of cvsrussell1-8/+6
2006-07-23various cleanups regarding coding guidelines issuesrussell1-25/+27
2006-07-22ast_pbx_outgoing_cdr_failed() is not used outside of pbx.c so make it staticrussell1-3/+1
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingrussell3-28/+9
2006-07-22remove an XXX comment and document that ast_autoservice_start() will return -1russell2-3/+12
2006-07-21slightly simplify a loop and replace an open coded version of ast_skip_blanksrussell1-7/+5
2006-07-21make ast_state2str thread safe by using thread local storage instead of arussell1-6/+19
2006-07-21 This corrects the crash condition present in #7575, but I'm not really sure ...bweschke1-3/+2
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell19-453/+337