summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-03-03Merged revisions 179807 via svnmerge from Steve Murphy
2009-03-03Merged revisions 179840 via svnmerge from Joshua Colp
2009-03-03Merged revisions 179741 via svnmerge from Russell Bryant
2009-03-03Merged revisions 179671 via svnmerge from Joshua Colp
2009-03-03Merged revisions 179608 via svnmerge from Russell Bryant
2009-03-03Merged revisions 179536 via svnmerge from Jeff Peeler
2009-03-02Merged revisions 179468 via svnmerge from Tilghman Lesher
2009-03-02Merged revisions 179461 via svnmerge from Russell Bryant
2009-03-02Merged revisions 179395 via svnmerge from Jason Parker
2009-03-02Fix issue where changing the volume of both directions of audio did not work.Joshua Colp
2009-02-27Merged revisions 178956 via svnmerge from Steve Murphy
2009-02-26Sound confirmation of call pickup success.Tilghman Lesher
2009-02-26Merged revisions 178804 via svnmerge from Steve Murphy
2009-02-26Fix an issue where the timer for file playback would not be stopped if DAHDI ...Joshua Colp
2009-02-26Ensure there is a valid tone part before trying to play tones.Joshua Colp
2009-02-25Picky, picky buildbotsTilghman Lesher
2009-02-25Use notification when timezone files change and re-scan then.Tilghman Lesher
2009-02-25Merged revisions 178508 via svnmerge from Russell Bryant
2009-02-24Apparently, a void cast doesn't override warn_unused_result.Tilghman Lesher
2009-02-24The 3 possible errors with pipe(2) are all impossible in this situation.Tilghman Lesher
2009-02-24Merged revisions 178373 via svnmerge from Russell Bryant
2009-02-24Use a SIGPIPE to kill the process, instead of depending upon the astcanary pr...Tilghman Lesher
2009-02-23Merged revisions 178141 via svnmerge from Russell Bryant
2009-02-23Fix a regression in scheduler entry ordering, and add a regression test for it.Russell Bryant
2009-02-21add extra check for sysinfo/sysctlMichiel van Baak
2009-02-21Trailing whitespace, minor coding guideline fixes, and start beefing up theSean Bright
2009-02-20Merged revisions 177786 via svnmerge from Tilghman Lesher
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.Tilghman Lesher
2009-02-19Merged revisions 177540 via svnmerge from Steve Murphy
2009-02-19Fix mismerge from revision 176708 pointed out by Kaloyan Kovachev on theJeff Peeler
2009-02-18Handle negative length and eliminate a condition that is always true.Tilghman Lesher
2009-02-18fix two very minor bugs: if anyone ever uses SLINEAR16 as a format in RTP, en...Kevin P. Fleming
2009-02-18Locking issue in action_bridge and bridge_execDavid Vossel
2009-02-18Fixed error where a check for an zero length, terminated string was needed.Doug Bailey
2009-02-18Need to take into account the \0 terminator of the old string to determine th...Doug Bailey
2009-02-18This patch fixes merge_contexts_and_delete so it does not deadlock when hints...Steve Murphy
2009-02-18Fix a number of incorrect uses of strncpy().Russell Bryant
2009-02-18suppress smoothers for Siren codecs as well as Speex and G.723.1Kevin P. Fleming
2009-02-17Merged revisions 176701 via svnmerge from Jeff Peeler
2009-02-17Update the timing API to have better support for multiple timing interfaces.Russell Bryant
2009-02-17Significantly improve scheduler performance under high load.Russell Bryant
2009-02-17Add an implementation of the heap data structure.Russell Bryant
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-02-17Fix a race condition that caused device states to become incorrect for hints.Russell Bryant
2009-02-17If there are no realtime engines, there's no reason to check for realtime fam...Olle Johansson
2009-02-16Might want to update the buffer pointer after a realloc (or we crash)Tilghman Lesher
2009-02-16Merged revisions 176216 via svnmerge from Kevin P. Fleming
2009-02-16Assist proper thread synchronization when stopping the logger thread.Mark Michelson
2009-02-16Make the causes array static, and remove the type name as it is not needed.Russell Bryant
2009-02-15Make ast_sched_report() and ast_sched_dump() thread safe.Russell Bryant