summaryrefslogtreecommitdiff
path: root/main/file.c
AgeCommit message (Expand)Author
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-06-13Merge changes from timing branchRussell Bryant
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-10Merged revisions 114035 via svnmerge from Jason Parker
2008-04-03Use a 32k file buffer on recordings, which increases the efficiency of file r...Tilghman Lesher
2008-03-20Fix a bug when using zaptel timing for playing back files that have a sample ...Russell Bryant
2008-03-07Merge changes from team/russell/g722-sillyness ...Russell Bryant
2008-03-06Fix file playback in many cases.Jason Parker
2008-03-05Merged revisions 106235 via svnmerge from Joshua Colp
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-27Merged revisions 104783 via svnmerge from Mark Michelson
2008-02-27Merged revisions 104665 via svnmerge from Joshua Colp
2008-02-27Merged revisions 104593 via svnmerge from Kevin P. Fleming
2008-02-19Only output a log message saying the format does not exist if it actually doe...Joshua Colp
2008-01-31Merged revisions 101601 via svnmerge from Russell Bryant
2008-01-27Merged revisions 100465 via svnmerge from Tilghman Lesher
2007-11-29Merged revisions 90155 via svnmerge from Tilghman Lesher
2007-11-29Merged revisions 90142 via svnmerge from Russell Bryant
2007-11-22more removal of fcntl.h and other system headersLuigi Rizzo
2007-11-22implement the split of file.h and mod_format.hLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
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