aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Merged revisions 194137 via svnmerge from tilghman1-1/+1
2009-05-13Two fixes found while debugging with ast_backtrace():tilghman2-5/+6
2009-05-12Fix a crash when logging out from the AMI and avoid astobj2 warning messages.eliel1-63/+67
2009-05-12Merged revisions 194028 via svnmerge from mnicholson1-0/+38
2009-05-12Merged revisions 193955 via svnmerge from tilghman1-4/+7
2009-05-12Update spiral support in trunk and 1.6.X to match what is in 1.4.mmichelson1-11/+6
2009-05-12Blocked revisions 193880 via svnmergemmichelson0-0/+0
2009-05-12Convert a THREADSTORAGE object into a simple malloc'd object (as suggested by...tilghman1-4/+14
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming24-42/+42
2009-05-11Found and fixed a memory leaktilghman1-1/+3
2009-05-11Recorded merge of revisions 193755 via svnmerge from tilghman0-0/+0
2009-05-11Fix some timer state corruption.russell1-2/+4
2009-05-11Don't nullify an ast_str pointer.tilghman1-1/+0
2009-05-11Merged revisions 193613 via svnmerge from rmudgett1-2/+2
2009-05-11Recorded merge of revisions 193544 via svnmerge from lmadsen1-0/+11
2009-05-10Fix a bug where receiving a control frame of subclass -1 would cause certain ...file1-2/+14
2009-05-09Minor documentation update for ast_event_queue().russell1-3/+4
2009-05-09Declare private data as static.russell1-1/+1
2009-05-08TCP not matching valid peer.dvossel1-0/+16
2009-05-08Reset the members' call counts when resetting queue statistics.mmichelson1-0/+10
2009-05-08Fix the spelling of UNAVAILABLE in func_devstate CLI completion.seanbright1-1/+1
2009-05-08Merged revisions 193262 via svnmerge from dvossel1-1/+3
2009-05-08Merged revisions 193193 via svnmerge from kpfleming2-10/+8
2009-05-07Merged revisions 193119 via svnmerge from tilghman1-2/+17
2009-05-07Merged revisions 193050 via svnmerge from rmudgett1-8/+14
2009-05-07Second result should not contain data from the first result.tilghman1-0/+1
2009-05-07Send DTMF frame before playing back audio.tilghman1-6/+5
2009-05-07Merged revisions 192932 via svnmerge from tilghman1-0/+10
2009-05-06Merged revisions 192858 via svnmerge from jpeeler1-2/+2
2009-05-06If no extension was found in the pattern tree, don't crash.jpeeler1-1/+1
2009-05-06Fix a bug where a timer would be created but not acknowledged.file1-0/+3
2009-05-06Add numbers in Urdu, the national language of Pakistantilghman2-0/+64
2009-05-06Make the code that prevents an infinite loop from happening into a case insen...file1-1/+1
2009-05-06Fix an infinite loop with tab completion of CLI aliases that reference themse...file1-1/+3
2009-05-06Merged revisions 192633 via svnmerge from file1-2/+4
2009-05-05Fixed crashes from issue8824 review board channel locking changes.rmudgett5-2/+8
2009-05-05Merged revisions 192524 via svnmerge from seanbright1-2/+2
2009-05-05Merged revisions 192454 via svnmerge from file1-4/+4
2009-05-05Merged revisions 192429 via svnmerge from file1-1/+1
2009-05-05Revert CPC patch for now, until I decide whether or not it all should be merg...mattf1-5/+0
2009-05-05Fix a bug with setting t38pt_udptl at the user or peer level.file1-0/+5
2009-05-05Add a more efficient way of allocating structures that use stringfieldskpfleming2-0/+74
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...kpfleming3-3/+3
2009-05-05Properly account for memory allocated for channels and datastoreskpfleming6-26/+134
2009-05-05Ensure that string pools allocated to hold stringfields are properly accounte...kpfleming2-24/+55
2009-05-04Merged revisions 192213 via svnmerge from dvossel1-0/+5
2009-05-04Restore 'asyncagi break' command to 1.6.1 and higher.tilghman2-17/+49
2009-05-04Pass libraries in LIBS, not LDFLAGS.tilghman1-3/+3
2009-05-04Commit documentation changes related to issue #14801.lmadsen1-2/+3
2009-05-04Ensure that astobj2 memory allocations are properly accounted for when MALLOC...kpfleming2-23/+69