aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-25Fix compiling in dev mode.mnicholson1-1/+1
2008-11-24Make ast_streamfile() check the result of ast_openstream() before doingmnicholson1-18/+18
2008-11-20Merged revisions 158072 via svnmerge from mmichelson1-43/+76
2008-11-20(closes issue #12929)jpeeler1-0/+14
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-7/+17
2008-10-09Reverting format addition for nowtilghman1-2/+0
2008-10-09Fudges for wav16, just like wav49tilghman1-0/+2
2008-09-12Merged revisions 142740 via svnmerge from tilghman1-0/+1
2008-08-29Allow for video files to be opened as well asmmichelson1-1/+2
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-6/+6
2008-06-13Merge changes from timing branchrussell1-16/+9
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-4/+4
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-04-10Merged revisions 114035 via svnmerge from qwell1-6/+1
2008-04-03Use a 32k file buffer on recordings, which increases the efficiency of file r...tilghman1-2/+12
2008-03-20Fix a bug when using zaptel timing for playing back files that have a sample ...russell1-3/+11
2008-03-07Merge changes from team/russell/g722-sillyness ...russell1-2/+4
2008-03-06Fix file playback in many cases.qwell1-41/+71
2008-03-05Merged revisions 106235 via svnmerge from file1-0/+1
2008-03-04Whitespace changes onlytilghman1-19/+20
2008-02-27Merged revisions 104783 via svnmerge from mmichelson1-2/+2
2008-02-27Merged revisions 104665 via svnmerge from file1-1/+1
2008-02-27Merged revisions 104593 via svnmerge from kpfleming1-14/+22
2008-02-19Only output a log message saying the format does not exist if it actually doe...file1-4/+7
2008-01-31Merged revisions 101601 via svnmerge from russell1-0/+1
2008-01-27Merged revisions 100465 via svnmerge from tilghman1-6/+2
2007-11-29Merged revisions 90155 via svnmerge from tilghman1-1/+1
2007-11-29Merged revisions 90142 via svnmerge from russell1-0/+5
2007-11-22more removal of fcntl.h and other system headersrizzo1-1/+0
2007-11-22implement the split of file.h and mod_format.hrizzo1-2/+2
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-06Commit some cleanups to the format type code.tilghman1-6/+6
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-14/+21
2007-09-21Merged revisions 83432 via svnmerge from russell1-6/+6
2007-09-05Merged revisions 81599 via svnmerge from russell1-28/+96
2007-08-10Merged revisions 78955 via svnmerge from file1-1/+15
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-8/+5
2007-06-22Merged revisions 71068 via svnmerge from qwell1-4/+3
2007-06-14Convert uses of strdup() to ast_strdup()russell1-4/+4
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-4/+2
2007-06-06Merged revisions 67924 via svnmerge from file1-0/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-16/+16
2007-05-06Merged revisions 63152 via svnmerge from oej1-0/+5
2007-04-08Merged revisions 60661 via svnmerge from tilghman1-4/+9