summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-28the pure attribute was not implemented before gcc 2.96. Since we have thisRussell Bryant
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everRussell Bryant
2006-07-28Add the function attribute "pure" or "const" to various functions that performRussell Bryant
2006-07-28just for fun, let's lock the whisper buffer for writing AND reading :-)Kevin P. Fleming
2006-07-28As discussed and decided on the asterisk-dev mailing list ...Russell Bryant
2006-07-28move slinfactory structure definition back to header... it's just easier to u...Kevin P. Fleming
2006-07-28Merged revisions 38420 via svnmerge from Joshua Colp
2006-07-28more slinfactory structure definition to inside implementation moduleKevin P. Fleming
2006-07-27more simplification, and correct a bug i introduced in the last commitKevin P. Fleming
2006-07-27remove local channel finding wrappersKevin P. Fleming
2006-07-27block this patch from 1.2, it's already fixed here as part of a larger commitKevin P. Fleming
2006-07-27restore infinite timeout for ast_waitfor() callKevin P. Fleming
2006-07-27various cleanups:Kevin P. Fleming
2006-07-27Merged revisions 38347 via svnmerge from Kevin P. Fleming
2006-07-27fix seg fault when the parked call that timed out was the last one in the listRussell Bryant
2006-07-27Merged revisions 38328 via svnmerge from Russell Bryant
2006-07-27Merged revisions 38310 via svnmerge from Kevin P. Fleming
2006-07-27Merged revisions 38288 via svnmerge from Russell Bryant
2006-07-27fix crashes with MALLOC_DEBUG enabled that were a result of my recent threadRussell Bryant
2006-07-27fix some breakage of ast_cli() that resulted in seg faults on Josh's machine.Russell Bryant
2006-07-26fix setting the CFLAGS for building codec libs so that they are built withRussell Bryant
2006-07-26Typo found on the -dev listTilghman Lesher
2006-07-26Only unlock these if they were locked on entryTilghman Lesher
2006-07-26Merged revisions 38234 via svnmerge from Joshua Colp
2006-07-26merge the changes from my ast_cli_tls branch ...Russell Bryant
2006-07-25This exact deadlock situation that I observed can't happen in trunk due to theRussell Bryant
2006-07-24Added a small fix to exclude the AMD optimized assembly file from being inclu...Steve Murphy
2006-07-24blocked rev 38167 on the 1.2 branch from trunk, because it'sSteve Murphy
2006-07-24Start out with cleared RTP payload structures instead of defaults. This shoul...Joshua Colp
2006-07-24move middle-of-the-block declaration at the top.Luigi Rizzo
2006-07-24fix uninitialized variableLuigi Rizzo
2006-07-24Only deal with getting the supported payloads on audio if an audio RTP stream...Joshua Colp
2006-07-23ast_malloc is sufficient here, since snprintf is called on the bufferRussell Bryant
2006-07-23Merge team/russell/ast_cli_tls into the trunk.Russell Bryant
2006-07-23fix a seg fault in this application if no context paramater is givenRussell Bryant
2006-07-23resolve another XXX comment by implementing proper handling of control framesRussell Bryant
2006-07-23take the advice of an XXX comment and use an atomic operation to decrement aRussell Bryant
2006-07-23remove a stray newlineRussell Bryant
2006-07-23update to mention svn instead of cvsRussell Bryant
2006-07-23various cleanups regarding coding guidelines issuesRussell Bryant
2006-07-22ast_pbx_outgoing_cdr_failed() is not used outside of pbx.c so make it staticRussell Bryant
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingRussell Bryant
2006-07-22remove an XXX comment and document that ast_autoservice_start() will return -1Russell Bryant
2006-07-21slightly simplify a loop and replace an open coded version of ast_skip_blanksRussell Bryant
2006-07-21make ast_state2str thread safe by using thread local storage instead of aRussell Bryant
2006-07-21 This corrects the crash condition present in #7575, but I'm not really sure ...BJ Weschke
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-20Only bitmaskify the RTP payload structure for video if an RTP structure exist...Joshua Colp
2006-07-20add a verbose message to the AGI command, STREAM FILE, similar to theRussell Bryant
2006-07-19Remove "initialization from incompatible pointer type" warnings.North Antara