summaryrefslogtreecommitdiff
path: root/main/file.c
AgeCommit message (Expand)Author
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-05Merged revisions 81599 via svnmerge from Russell Bryant
2007-08-10Merged revisions 78955 via svnmerge from Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-06-22Merged revisions 71068 via svnmerge from Jason Parker
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Merged revisions 67924 via svnmerge from Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-06Merged revisions 63152 via svnmerge from Olle Johansson
2007-04-08Merged revisions 60661 via svnmerge from Tilghman Lesher
2007-03-07Add the format of the file that is currently being played to the verbose mess...Russell Bryant
2007-03-02Merged revisions 57396 via svnmerge from Russell Bryant
2007-01-26Merged revisions 52335 via svnmerge from Joshua Colp
2007-01-26Convert some more stuff to read/write lists.Joshua Colp
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2007-01-16Merged revisions 51146 via svnmerge from Jason Parker
2006-12-27make the 'languageprefix' option default to on, and deprecate turning it offKevin P. Fleming
2006-12-27Merged revisions 48998 via svnmerge from Kevin P. Fleming
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...Steve Murphy
2006-11-15Merged revisions 47701 via svnmerge from Kevin P. Fleming
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-06Merged revisions 44581 via svnmerge from Joshua Colp
2006-10-05Merged revisions 44502 via svnmerge from Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-28Merged revisions 43635,43843-43844,43846 via svnmerge from Paul Cadach
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-01You see nothing...Joshua Colp
2006-09-010 is indeed considered a valid file descriptor (issue #7861 reported by PCadach)Joshua Colp
2006-08-31Ignore DTMF begin frames in the waitstream core so that we don't get duplicat...Joshua Colp
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-23Free the filename so we don't have a memory leak. (reported by PCadach in #as...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming