aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2007-09-11(closes issue #10695)file1-1/+6
2007-09-11(closes issue #10692)file4-10/+6
2007-09-10Add a counter to the 'database deltree' CLI command.qwell1-4/+6
2007-09-10Add counter to 'database show' CLI command.qwell1-3/+6
2007-09-10Changes applied from marta's team/marta/astobj2 branch to solve a race conditionmurf1-2/+4
2007-09-08Merged revisions 81997 via svnmerge from russell1-8/+15
2007-09-06Fix memory issue that crept up with Russell's testing. It is *not* proper to ...file2-11/+39
2007-09-06various changes to the documentation, and redefinition ofrizzo1-15/+6
2007-09-05Merged revisions 81599 via svnmerge from russell2-31/+99
2007-09-05Doxygen cleanups/fixes.qwell2-3/+5
2007-09-05this set of changes fixes issue # 10643 by keeping track of the last object d...murf1-2/+34
2007-09-05Finish up commit from revision 81452 by removing last remnants of strlcat/str...file1-10/+0
2007-09-04Don't check for and include strlcpy and strlcat in editline. We also includerussell2-114/+0
2007-09-04Merged revisions 81448 via svnmerge from russell1-15/+15
2007-09-04Merged revisions 81437 via svnmerge from file1-5/+11
2007-09-04Merged revisions 81435 via svnmerge from file1-1/+1
2007-09-03Once we get past the file checks, we're loading, so clear the FILEUNCHANGED f...tilghman1-0/+2
2007-09-02We shouldn't use a filename blindly without checking to make sure it's unused...tilghman1-4/+6
2007-09-01Merged revisions 81426 via svnmerge from mmichelson1-2/+2
2007-08-30Merged revisions 81392 via svnmerge from murf1-2/+0
2007-08-30A schedule id of 0 is not possible and is used to flag that we want to add a ...tilghman1-1/+2
2007-08-30Always force reread of the config when we're rotating the log file (closes is...tilghman1-2/+2
2007-08-30(closes issue #10603)file1-0/+3
2007-08-29init newer so compile won't complain.murf1-1/+1
2007-08-29make trunk build again. murf will have to review this to see if it was the r...russell1-2/+0
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf4-60/+345
2007-08-29Try to clarify the rules on changing ast_event and ast_event_ierussell1-2/+14
2007-08-29Fix parenthesis from my last commitrussell1-2/+2
2007-08-29Change pointer aritmetic on void * to char *russell1-5/+5
2007-08-29there is not actually code that sends these over the network in trunk yetrussell1-1/+1
2007-08-29Return ast_event_get_ie_raw to using an iterator and fix logic in ast_event_i...file1-13/+9
2007-08-29This concludes bringing trunk back to a working state.file1-0/+1
2007-08-29To keep others happy... revert part of my additions so trunk works.file1-7/+13
2007-08-29Merged revisions 81342 via svnmerge from russell1-0/+4
2007-08-29Add API calls for iterating through an event. This should allow events to hav...file1-11/+44
2007-08-28Add some read/write locking magic to make logger reload operate again.file1-9/+17
2007-08-28Support better rotation of log files to be more like system logging (closes i...tilghman1-69/+151
2007-08-28* Constify the uid field of channel datastoresrussell1-3/+3
2007-08-28(closes issue #7852)russell2-10/+182
2007-08-27Merged revisions 80974 via svnmerge from file1-1/+1
2007-08-24Merged revisions 80820 via svnmerge from russell1-19/+33
2007-08-24Fix documentation for Set (closes issue #10549)tilghman1-6/+6
2007-08-24Merged revisions 80789 via svnmerge from murf1-9/+5
2007-08-23Return trunk to a working state by including compat.h in minimime.file1-0/+2
2007-08-22Convert minimime to use the proper uint*_t types, rather than u_int*_tqwell5-19/+19
2007-08-22Merged revisions 80424 via svnmerge from russell1-1/+1
2007-08-22Merged revisions 80362 via svnmerge from russell2-1/+687
2007-08-22Merged revisions 80255 via svnmerge from file1-1/+1
2007-08-22Merged revisions 80166 via svnmerge from murf1-1/+1
2007-08-21Minor tweak. Don't manipulate volume of the audio in the buffer if no audio i...file1-20/+22