summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...Tilghman Lesher
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-03-05Merged revisions 180372 via svnmerge from Kevin P. Fleming
2009-03-05Merge phase 1 support for the new bridging architecture.Joshua Colp
2009-03-03app_read does not break from prompt loop with user terminated empty stringDavid Vossel
2009-02-25Use notification when timezone files change and re-scan then.Tilghman Lesher
2009-02-21Trailing whitespace, minor coding guideline fixes, and start beefing up theSean Bright
2009-02-21Fix build issues on Solaris and OpenBSD.Russell Bryant
2009-02-20Merged revisions 177701 via svnmerge from Tilghman Lesher
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.Tilghman Lesher
2009-02-19Fix another merge error from 176708Jeff Peeler
2009-02-19ODBC transaction supportTilghman Lesher
2009-02-18Merged revisions 177096 via svnmerge from Tilghman Lesher
2009-02-18Add example code for a heap traversal.Russell Bryant
2009-02-17Merged revisions 176701 via svnmerge from Jeff Peeler
2009-02-17Clear up documentation of AST_FRIENDLY_OFFSET in frame.hMark Michelson
2009-02-17Update the timing API to have better support for multiple timing interfaces.Russell Bryant
2009-02-17Add an implementation of the heap data structure.Russell Bryant
2009-02-17TypoOlle Johansson
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-02-16Merged revisions 176216 via svnmerge from Kevin P. Fleming
2009-02-16Merged revisions 175921 via svnmerge from Michiel van Baak
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 basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...Kevin P. Fleming
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-10improve slinfactory API to remove implicit sample rate and require explicit s...Kevin P. Fleming
2009-02-06Add a common implementation of a scheduler context with a dedicated thread.Russell Bryant
2009-02-04Merged revisions 173211 via svnmerge from Jeff Peeler
2009-02-031. Make OS X compile cleanly with app_stack.Tilghman Lesher
2009-02-02This reverts the changes I made for 11583; willSteve Murphy
2009-02-02This change allows the disconnect feature (as in "one-touch" in features.c)Steve Murphy
2009-01-30Fix redefinition of flag in channel.hMark Michelson
2009-01-30Merged revisions 172517 via svnmerge from Terry Wilson
2009-01-29Fixed some doxygen commentsRichard Mudgett
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.Olle Johansson
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...Olle Johansson
2009-01-28Merged revisions 172030 via svnmerge from Steve Murphy
2009-01-25Change ARRAY_LEN() to be more C++ safe.Russell Bryant
2009-01-22change VMWI to use new DAHDI_VMWI ioctl call. Doug Bailey
2009-01-22Merged revisions 169943 via svnmerge from Tilghman Lesher
2009-01-19ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odb...Kevin P. Fleming
2009-01-17Fix qualify for TCP peerTerry Wilson
2009-01-16Merged revisions 168828 via svnmerge from Tilghman Lesher
2009-01-15Resolve issue with negative vs non-negative length parameters.Tilghman Lesher
2009-01-13Add option to hide console connect messagesTerry Wilson
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2009-01-12Some platforms (notably, the BSDs) have a more efficient implementation calledTilghman Lesher
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the bufferTilghman Lesher