summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2007-10-04Don't register the exception function with module information. Since it is in...Joshua Colp
2007-10-03Merged revisions 84581 via svnmerge from Tilghman Lesher
2007-10-03Create a universal exception handling extension, "e" (closes issue #9785)Tilghman Lesher
2007-10-02Add MSet for people who prefer the old, deprecated syntax of Set (Closes issu...Tilghman Lesher
2007-10-02Don't swap channel priority if using epoll as polling should/will only happen...Joshua Colp
2007-10-01Merged revisions 84274 via svnmerge from Dwayne M. Hubbard
2007-10-01Merged revisions 84271 via svnmerge from Russell Bryant
2007-10-01Change simple uses of snprintf to ast_copy_string. This was provided byRussell Bryant
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-10-01Simplify code by using the -= and %= operators.Russell Bryant
2007-10-01Don't set the full command string until after verifying that there is notRussell Bryant
2007-10-01Don't register the dnsmgr refresh CLI command twice.Joshua Colp
2007-09-29Let's use process time instead of wall clock time for show translationMatthew Fredrickson
2007-09-28Merged revisions 84078 via svnmerge from Tilghman Lesher
2007-09-28Merged revisions 84049 via svnmerge from Tilghman Lesher
2007-09-27Merged revisions 84018 via svnmerge from Dwayne M. Hubbard
2007-09-25Merged revisions 83773 via svnmerge from Tilghman Lesher
2007-09-24Permit custom locations for astdb and the keys directory (though default to t...Tilghman Lesher
2007-09-24Merged revisions 83637 via svnmerge from Tilghman Lesher
2007-09-22Add the MeetmeList and Reload manager commands, which supplement the need to ...Tilghman Lesher
2007-09-22Fixes for FreeBSD... testing for every conceivable math function nowTilghman Lesher
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-21Check for the presence of trunc and round, and make the ISOC99 detection a li...Tilghman Lesher
2007-09-20More NEW_CLI conversions.Jason Parker
2007-09-20Merged revisions 83348 via svnmerge from Russell Bryant
2007-09-20trivial formatting changeRussell Bryant
2007-09-20trivial formatting changeRussell Bryant
2007-09-20minor spelling fixes in a commentRussell Bryant
2007-09-20minor grammar fixRussell Bryant
2007-09-20trivial formatting changeRussell Bryant
2007-09-20Don't start the event processing thread until after forking.Russell Bryant
2007-09-20Fix memory leaks in pbx_dundi, cdr_pgsql, and the configuration file parser.Joshua Colp
2007-09-19Merged revisions 83121 via svnmerge from Russell Bryant
2007-09-19Extend manager show connected with additional information.Joshua Colp
2007-09-18(issue #10724)Jason Parker
2007-09-18Merged revisions 82867 via svnmerge from Russell Bryant
2007-09-17Merged revisions 82676 via svnmerge from Russell Bryant
2007-09-17Fix memory leak introduced when POST support was added.Doug Bailey
2007-09-17Merged revisions 82514 via svnmerge from Joshua Colp
2007-09-14Merged revisions 82444 via svnmerge from Steve Murphy
2007-09-13Merged revisions 82339 via svnmerge from Russell Bryant
2007-09-13Merged revisions 82337 via svnmerge from Russell Bryant
2007-09-12Merged revisions 82291 via svnmerge from Tilghman Lesher
2007-09-12Merged revisions 82285 via svnmerge from Tilghman Lesher
2007-09-12This fix closes issue #10642 -- it's not perfect, but should retain most blan...Steve Murphy
2007-09-12Fixes Solaris build warningsMark Michelson
2007-09-12Merged revisions 82280 via svnmerge from Russell Bryant
2007-09-11remove unused functions that made this file not build under dev modeRussell Bryant
2007-09-11This solves an unreported solaris compile problem (missing -lnsl -lsocket).Steve Murphy
2007-09-11Merged revisions 82261 via svnmerge from Steve Murphy