aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-22Merged revisions 80330 via svnmerge from qwell6-12/+10
2007-08-22Merged revisions 80304 via svnmerge from qwell1-3/+1
2007-08-22Merged revisions 80302 via svnmerge from qwell1-4/+14
2007-08-22Ensure that the object code for ast_atomic_fetchadd_int() gets included in therussell1-0/+5
2007-08-22Merged revisions 80257 via svnmerge from russell1-0/+4
2007-08-22Merged revisions 80255 via svnmerge from file1-1/+1
2007-08-22blocking 80167murf0-0/+0
2007-08-22Merged revisions 80166 via svnmerge from murf1-1/+1
2007-08-21use ast_atomic_fetchadd_int for incrementing resultcountrussell1-4/+1
2007-08-21As per 10472, mvanbaak thought the generated code would look better this way.murf1-1/+2
2007-08-21Merged revisions 80183 via svnmerge from russell1-3/+19
2007-08-21Minor tweak. Don't manipulate volume of the audio in the buffer if no audio i...file1-20/+22
2007-08-21Merged revisions 80132 via svnmerge from russell1-10/+7
2007-08-21Merged revisions 80130 via svnmerge from qwell1-17/+15
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...murf8-55/+421
2007-08-20Blocked revisions 80088 via svnmergerussell0-0/+0
2007-08-20Blocked revisions 80086 via svnmergemmichelson0-0/+0
2007-08-20Stephn Davies reports that this will help make things work on 64-bit machinesmurf2-2/+2
2007-08-20Merged revisions 80049 via svnmerge from mmichelson1-1/+1
2007-08-20Merged revisions 80047 via svnmerge from qwell1-7/+7
2007-08-20Remove remnants of last commit so trunk builds again.file1-2/+0
2007-08-20Merged revisions 80044 via svnmerge from mmichelson1-1/+94
2007-08-20pval.c should not be in svn, in the utils dirmurf1-5344/+0
2007-08-20Bring pval.c in utils up to date with pval.c in res/ael.file1-1/+1
2007-08-20Fix random segfault issue when loading chan_zap. Trying to access a configura...file1-1/+1
2007-08-20Merged revisions 79998 via svnmerge from tilghman1-2/+3
2007-08-20(closes issue #10495)file1-1/+1
2007-08-20(closes issue #10496)file1-1/+1
2007-08-20Fix building of trunk. I'm doing work on a Sunday night just to avoid watchin...file1-0/+4
2007-08-19Add strcompat dependency for check_expr (needed for platforms that don't have...tilghman1-1/+1
2007-08-18Actually check the return value of epoll_create to make sure it works.file2-2/+10
2007-08-18Merged revisions 79947 via svnmerge from tilghman1-14/+8
2007-08-18We weren't properly encapsulating the mtime ignores of config files (closes i...tilghman4-61/+75
2007-08-17I broke the build. Now I'm fixing it.mmichelson1-1/+1
2007-08-17Merged revisions 79912 via svnmerge from russell1-0/+2
2007-08-17Merged revisions 79906 via svnmerge from mmichelson1-1/+10
2007-08-17Merged revisions 79904 via svnmerge from qwell3-1/+23
2007-08-17Merged revisions 79902 via svnmerge from qwell1-0/+6
2007-08-17Documentation for %q in logger.conf, as suggested by jtodd (closes issue #10475)tilghman1-2/+8
2007-08-17Fix Dial arguments in res_features.qwell1-1/+1
2007-08-17Correct the argument separator for a Dial statement in pbx_dundi.qwell1-1/+1
2007-08-17Change this flag... might not otherwise unlock in an OOM situationtilghman1-1/+1
2007-08-17Make use of ast_sched_replace() in some places in chan_iax2russell1-41/+28
2007-08-17This commit adds a scheduler API call, ast_sched_replace that can be usedrussell3-40/+61
2007-08-17store and destroy implementations for sqlite (closes issue #10446) and odbc (...tilghman2-0/+353
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)tilghman2-1/+188
2007-08-17Merged revisions 79857 via svnmerge from russell1-2/+13
2007-08-17Merged revisions 79833 via svnmerge from crichter1-1/+7
2007-08-17Fix building of chan_zap under development mode without libpri and libss7 ins...file1-1/+3
2007-08-16Revise dialplan locks to permit multiple locks per channel, but with deadlock...tilghman1-36/+130