summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2007-08-29init newer so compile won't complain.Steve Murphy
2007-08-29make trunk build again. murf will have to review this to see if it was the r...Russell Bryant
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-29Try to clarify the rules on changing ast_event and ast_event_ieRussell Bryant
2007-08-29Fix parenthesis from my last commitRussell Bryant
2007-08-29Change pointer aritmetic on void * to char *Russell Bryant
2007-08-29there is not actually code that sends these over the network in trunk yetRussell Bryant
2007-08-29Return ast_event_get_ie_raw to using an iterator and fix logic in ast_event_i...Joshua Colp
2007-08-29This concludes bringing trunk back to a working state.Joshua Colp
2007-08-29To keep others happy... revert part of my additions so trunk works.Joshua Colp
2007-08-29Merged revisions 81342 via svnmerge from Russell Bryant
2007-08-29Add API calls for iterating through an event. This should allow events to hav...Joshua Colp
2007-08-28Add some read/write locking magic to make logger reload operate again.Joshua Colp
2007-08-28Support better rotation of log files to be more like system logging (closes i...Tilghman Lesher
2007-08-28* Constify the uid field of channel datastoresRussell Bryant
2007-08-28(closes issue #7852)Russell Bryant
2007-08-27Merged revisions 80974 via svnmerge from Joshua Colp
2007-08-24Merged revisions 80820 via svnmerge from Russell Bryant
2007-08-24Fix documentation for Set (closes issue #10549)Tilghman Lesher
2007-08-24Merged revisions 80789 via svnmerge from Steve Murphy
2007-08-23Return trunk to a working state by including compat.h in minimime.Joshua Colp
2007-08-22Convert minimime to use the proper uint*_t types, rather than u_int*_tJason Parker
2007-08-22Merged revisions 80424 via svnmerge from Russell Bryant
2007-08-22Merged revisions 80362 via svnmerge from Russell Bryant
2007-08-22Merged revisions 80255 via svnmerge from Joshua Colp
2007-08-22Merged revisions 80166 via svnmerge from Steve Murphy
2007-08-21Minor tweak. Don't manipulate volume of the audio in the buffer if no audio i...Joshua Colp
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...Steve Murphy
2007-08-17Merged revisions 79904 via svnmerge from Jason Parker
2007-08-17Change this flag... might not otherwise unlock in an OOM situationTilghman Lesher
2007-08-17This commit adds a scheduler API call, ast_sched_replace that can be usedRussell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-15This commit closes bug 7605, and half-closes 7638. The AEL code has been redi...Steve Murphy
2007-08-15Merged revisions 79553 via svnmerge from Joshua Colp
2007-08-14(closes issue #10427)Joshua Colp
2007-08-14Don't ask me why, but waitfordigit will immediately return a 1 on my system, ...Steve Murphy
2007-08-13constify the return value of reason2strRussell Bryant
2007-08-10Merged revisions 79099 via svnmerge from Steve Murphy
2007-08-10Bring up to date with poll changes.Joshua Colp
2007-08-10Merged revisions 79049 via svnmerge from Steve Murphy
2007-08-10Merged revisions 79044 via svnmerge from Steve Murphy
2007-08-10Merge a set of device state improvements from team/russell/events.Russell Bryant
2007-08-10Merged revisions 78955 via svnmerge from Joshua Colp
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-08Merge audiohooks branch into trunk. This is a new API for developers to liste...Joshua Colp
2007-08-07Add another big set of doxygen documentation improvements from snuffy.Russell Bryant
2007-08-07Use the linkedlists.h macros for the manager action list.Joshua Colp
2007-08-07(closes issue #10225)Joshua Colp
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-08-06Merged revisions 78275 via svnmerge from Joshua Colp