aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-02-23Merged revisions 178141 via svnmerge from russell1-6/+3
2009-02-23Fix a regression in scheduler entry ordering, and add a regression test for it.russell1-1/+1
2009-02-21add extra check for sysinfo/sysctlmvanbaak1-0/+2
2009-02-21Trailing whitespace, minor coding guideline fixes, and start beefing up theseanbright1-67/+68
2009-02-20Merged revisions 177786 via svnmerge from tilghman1-11/+11
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.tilghman1-0/+27
2009-02-19Merged revisions 177540 via svnmerge from murf2-1940/+166
2009-02-19Fix mismerge from revision 176708 pointed out by Kaloyan Kovachev on thejpeeler1-1/+0
2009-02-18Handle negative length and eliminate a condition that is always true.tilghman1-6/+5
2009-02-18fix two very minor bugs: if anyone ever uses SLINEAR16 as a format in RTP, en...kpfleming1-2/+2
2009-02-18Locking issue in action_bridge and bridge_execdvossel1-30/+45
2009-02-18Fixed error where a check for an zero length, terminated string was needed.dbailey1-1/+1
2009-02-18Need to take into account the \0 terminator of the old string to determine th...dbailey1-1/+1
2009-02-18This patch fixes merge_contexts_and_delete so it does not deadlock when hints...murf1-17/+110
2009-02-18Fix a number of incorrect uses of strncpy().russell1-8/+15
2009-02-18suppress smoothers for Siren codecs as well as Speex and G.723.1kpfleming1-8/+19
2009-02-17Merged revisions 176701 via svnmerge from jpeeler2-14/+31
2009-02-17Update the timing API to have better support for multiple timing interfaces.russell2-86/+120
2009-02-17Significantly improve scheduler performance under high load.russell1-81/+71
2009-02-17Add an implementation of the heap data structure.russell2-1/+285
2009-02-17Merge a large set of updates to the Asterisk indications API.russell6-303/+846
2009-02-17Fix a race condition that caused device states to become incorrect for hints.russell1-1/+1
2009-02-17If there are no realtime engines, there's no reason to check for realtime fam...oej1-0/+3
2009-02-16Might want to update the buffer pointer after a realloc (or we crash)tilghman1-0/+6
2009-02-16Merged revisions 176216 via svnmerge from kpfleming1-18/+38
2009-02-16Assist proper thread synchronization when stopping the logger thread.mmichelson1-2/+7
2009-02-16Make the causes array static, and remove the type name as it is not needed.russell1-1/+1
2009-02-15Make ast_sched_report() and ast_sched_dump() thread safe.russell1-2/+5
2009-02-15Fix a number of problems with ast_sched_report().russell1-22/+15
2009-02-13add missing </para>russell1-1/+1
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...kpfleming2-64/+125
2009-02-12Merged revisions 175311 via svnmerge from tilghman1-23/+51
2009-02-12Merged revisions 175294 via svnmerge from jpeeler1-1/+8
2009-02-12Merged revisions 175187 via svnmerge from jpeeler1-1/+2
2009-02-12Merged revisions 175124 via svnmerge from russell1-0/+15
2009-02-12Make lock information for ao2_trylock be more useful and gnarlymmichelson1-1/+10
2009-02-11Fix 'd' option for app_dial and add new option to Answer applicationmmichelson2-6/+36
2009-02-11Tell the device state core a change happened when a channel is freed but not ...file1-1/+4
2009-02-10Fix an fd leak that would occur in HTTP AMI sessionsmmichelson1-217/+269
2009-02-10improve slinfactory API to remove implicit sample rate and require explicit s...kpfleming1-53/+25
2009-02-10Merged revisions 174583 via svnmerge from mnicholson1-13/+19
2009-02-06Always detach and destroy the whisper and barge audiohooks. Additionally also...file1-1/+1
2009-02-06Add a common implementation of a scheduler context with a dedicated thread.russell1-1/+143
2009-02-06Resolve a memory leak that would occur on an invalid channel given to Action:...russell1-0/+1
2009-02-04Merged revisions 173211 via svnmerge from jpeeler1-49/+75
2009-02-04When using a socket as a FILE *, the stdio functions will sometimes try to dotilghman1-1/+3
2009-02-04Fix a problem where file playback would cause fds to remain open forevermmichelson1-1/+6
2009-02-04Ensure that commas placed in the middle of extension character classes do nottilghman1-0/+3
2009-02-031. Make OS X compile cleanly with app_stack.tilghman1-0/+1
2009-02-02Merged revisions 173066 via svnmerge from twilson1-0/+4