aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-3/+3
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-16minor changes and eliminate some compiler warningskpfleming1-6/+7
2005-10-16Use FILE * instead of fd for files to support bufferingmarkster1-20/+43
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-2/+2
2005-08-30Add SIP video fixesmarkster1-0/+1
2005-08-23add counter to 'show formats' (issue #5001)kpfleming1-0/+4
2005-07-15ensure that format string macros are undef'd after use (bug #4716)kpfleming1-0/+3
2005-07-12add 'exit context' and 'only stop on match' options to Background app (bug #4...kpfleming1-0/+62
2005-07-05don't unlink files just because they can't be opened (bug #4641)kpfleming1-86/+94
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-1/+4
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-06-05more ast_copy_string() conversionkpfleming1-11/+11
2005-06-05make ast_waitstream_* return value compatible with platforms that use unsigne...kpfleming1-3/+3
2005-06-02consolidate API functions for saying numbers/digits/alpha/phonetic into less ...kpfleming1-2/+0
2005-05-30Fix language handling (bug #4399)markster1-2/+10
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-9/+10
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-11/+11
2005-04-07Match special case of wav49 behavior (bug #3975)markster1-8/+11
2005-03-31Use requested extension (bug #3894)markster1-19/+6
2005-03-22Ignore interrupted system calls (bug #3831)markster1-0/+3
2005-02-06Don't crash when pause/stop keys aren't defined on the command line (Bug #3514)twisted1-0/+11
2005-02-03Fix wav append mode (bug #3498)markster1-1/+5
2005-01-10Fix voicemail symlinks (bug #3024)markster1-8/+12
2004-12-24Merge anthm's native MOH patch (bug #2639) he promises me he'll rid it of ast...markster1-5/+12
2004-11-14truncate 'const const' to 'const'russell1-2/+2
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)markster1-21/+21
2004-09-20fix placement of f->fmt->closeanthm1-2/+2
2004-09-07Formatting cleanupscitats1-13/+13
2004-09-07Formatting cleanupscitats1-1/+1
2004-09-07Merge anthm's "-t" flag (with minor mods) (bug #2380)markster1-9/+63
2004-07-15If breakon is unspecified, make it ""markster1-0/+1
2004-07-14Remaining rgagnon source audit improvements (bug #2011)markster1-4/+7
2004-06-30Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altse...markster1-0/+39
2004-06-23Merge Tilghman's voicemail broadcast improvements (thanks!)markster1-0/+5
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-06Use ast_strlen_zero in file.ccitats1-3/+4
2004-04-21Fix format unregistercitats1-0/+1
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-2/+2
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-2/+2
2004-02-25Bug #1087. Fix wav49 format so it can be played. Make file functionscitats1-4/+20
2004-02-18Minor file.c cleanup for valgrind, log PRI event properlymarkster1-1/+1
2003-12-19Add voicemail prepending feature plus forwarding to many extensions if you sp...martinp1-4/+64
2003-10-25Display language (bug #256)markster1-1/+1
2003-10-06Fix ENUM to live w/out config file, and fix internationalizationmarkster1-8/+11
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-2/+2
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-11/+11