summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
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
2009-02-15Fix a number of problems with ast_sched_report().Russell Bryant
2009-02-13add missing </para>Russell Bryant
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...Kevin P. Fleming
2009-02-12Merged revisions 175311 via svnmerge from Tilghman Lesher
2009-02-12Merged revisions 175294 via svnmerge from Jeff Peeler
2009-02-12Merged revisions 175187 via svnmerge from Jeff Peeler
2009-02-12Merged revisions 175124 via svnmerge from Russell Bryant
2009-02-12Make lock information for ao2_trylock be more useful and gnarlyMark Michelson
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationMark Michelson
2009-02-11Tell the device state core a change happened when a channel is freed but not ...Joshua Colp
2009-02-10Fix an fd leak that would occur in HTTP AMI sessionsMark Michelson
2009-02-10improve slinfactory API to remove implicit sample rate and require explicit s...Kevin P. Fleming
2009-02-10Merged revisions 174583 via svnmerge from Matthew Nicholson
2009-02-06Always detach and destroy the whisper and barge audiohooks. Additionally also...Joshua Colp
2009-02-06Add a common implementation of a scheduler context with a dedicated thread.Russell Bryant
2009-02-06Resolve a memory leak that would occur on an invalid channel given to Action:...Russell Bryant
2009-02-04Merged revisions 173211 via svnmerge from Jeff Peeler
2009-02-04When using a socket as a FILE *, the stdio functions will sometimes try to doTilghman Lesher
2009-02-04Fix a problem where file playback would cause fds to remain open foreverMark Michelson
2009-02-04Ensure that commas placed in the middle of extension character classes do notTilghman Lesher
2009-02-031. Make OS X compile cleanly with app_stack.Tilghman Lesher
2009-02-02Merged revisions 173066 via svnmerge from Terry Wilson
2009-02-02Reverting commit number 173028 as there are someMark Michelson