aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-08-05It is better to hold a lock then not hold a lock when you are supposed to.file1-2/+2
2006-08-04Minor optimization but use a linkedlists.h macro that pops the head off the l...file1-5/+2
2006-08-04Don't assume that a referred by URI will always exist (issue #7641 reported a...file1-3/+7
2006-08-03Merged revisions 38825 via svnmerge from file1-1/+1
2006-08-03Update documentation on realtime; add a workaround for lack of realtime hints...tilghman2-2/+19
2006-08-03* removed pp_l2_check (fixed L2 bug in mISDNuser)crichter9-210/+495
2006-08-03Update statement on FreeTDS with realtime, due to revisions in res_odbctilghman1-4/+6
2006-08-03Merged revisions 38761 via svnmerge from tilghman1-1/+1
2006-08-02Merged revisions 38731 via svnmerge from kpfleming1-9/+12
2006-08-02dtmf support. not everything else, trying to clear out those other bugsmogorman1-9/+102
2006-08-01Merged revisions 38686 via svnmerge from kpfleming2-4/+12
2006-08-01Merged revisions 38654 via svnmerge from file1-0/+4
2006-08-01This branch will resolve the bug 7635.murf3-0/+74
2006-08-01Set permissions completely open and modify by umasktilghman1-2/+3
2006-07-31Merged revisions 38611 via svnmerge from kpfleming1-10/+30
2006-07-31make the counting of ingress, outgress, and total frames thread-saferussell1-6/+8
2006-07-31Blocked revisions 38585 via svnmergefile0-0/+0
2006-07-31Poking at a structure when it may not even be allocated is not healthy. Essen...file1-8/+5
2006-07-31Merged revisions 38546-38547 via svnmerge from russell1-3/+3
2006-07-30suppress some compiler warnings ...russell1-3/+5
2006-07-30allow the gtk console to build and loadrussell1-10/+6
2006-07-30Add details about flash and wait to doxygen about DTMF.tilghman1-6/+11
2006-07-29Blocked revisions 38501 via svnmergefile0-0/+0
2006-07-29Allow updates to match specific lines, allow specification of object or markster3-16/+26
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