move wait_and_stream to ast_wait_and_stream() because equivalent
[asterisk/asterisk.git] / file.c
2006-04-21 Luigi Rizzomove wait_and_stream to ast_wait_and_stream() because...
2006-04-15 Joshua ColpWe are shaking up trunk tonight! allow data dir to...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-13 Tilghman LesherUnregister format says it's already unregistered
2006-04-06 Luigi Rizzomake sure that file calls other than OPEN work on all...
2006-04-04 Luigi RizzoLargely simplify format handlers (for file copy etc.)
2006-02-20 Tilghman LesherBug 5984 - Convert file offsets to 64 bit
2006-02-15 Kevin P. Flemingdon't dereference memory that has been freed (issue...
2006-02-09 Russell Bryantvarious code cleanup changes including changing #define...
2006-01-09 Olle JohanssonBug 6112: file.c list macro conversion (drumkilla)
2006-01-08 Mark SpencerMinor video fixes
2006-01-07 Mark SpencerAdd support for H.264 with SIP and recording
2006-01-07 Tilghman LesherBug 6161 - Remove duplicated code
2006-01-03 Kevin P. Flemingupdate copyright headers for files changed this year
2006-01-02 Russell Bryantdoxygen updates
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-19 Tilghman LesherMerged revisions 7523 via svnmerge from
2005-12-04 Russell Bryantconvert most of the option_*'s to a single ast_flags...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-10-26 Russell Bryantchange ast_strlen_zero to also check for the string...
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-16 Kevin P. Flemingminor changes and eliminate some compiler warnings
2005-10-16 Mark SpencerUse FILE * instead of fd for files to support buffering
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-07 Kevin P. Flemingremove useless buffer initializations (issue #5134)
2005-08-30 Mark SpencerAdd SIP video fixes
2005-08-23 Kevin P. Flemingadd counter to 'show formats' (issue #5001)
2005-07-15 Kevin P. Flemingensure that format string macros are undef'd after...
2005-07-12 Kevin P. Flemingadd 'exit context' and 'only stop on match' options...
2005-07-05 Kevin P. Flemingdon't unlink files just because they can't be opened...
2005-06-06 Kevin P. Flemingmore file version tags
2005-06-06 Kevin P. Flemingremove experimental module version tags
2005-06-06 Kevin P. Flemingmajor Makefile and build process improvements, includin...
2005-06-05 Kevin P. Flemingmore ast_copy_string() conversion
2005-06-05 Kevin P. Flemingmake ast_waitstream_* return value compatible with...
2005-06-02 Kevin P. Flemingconsolidate API functions for saying numbers/digits...
2005-05-30 Mark SpencerFix language handling (bug #4399)
2005-04-22 Kevin P. Flemingphase 1 of header include cleanup (bug #4067)
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-04-07 Mark SpencerMatch special case of wav49 behavior (bug #3975)
2005-03-31 Mark SpencerUse requested extension (bug #3894)
2005-03-22 Mark SpencerIgnore interrupted system calls (bug #3831)
2005-02-06 Josh RobersonDon't crash when pause/stop keys aren't defined on...
2005-02-03 Mark SpencerFix wav append mode (bug #3498)
2005-01-10 Mark SpencerFix voicemail symlinks (bug #3024)
2004-12-24 Mark SpencerMerge anthm's native MOH patch (bug #2639) he promises...
2004-11-14 Russell Bryanttruncate 'const const' to 'const'
2004-11-13 Mark SpencerUpdates from char * to const char * + german syntax...
2004-09-20 Anthony Minessale IIfix placement of f->fmt->close
2004-09-07 James GolovichFormatting cleanups
2004-09-07 James GolovichFormatting cleanups
2004-09-07 Mark SpencerMerge anthm's "-t" flag (with minor mods) (bug #2380)
2004-07-15 Mark SpencerIf breakon is unspecified, make it ""
2004-07-14 Mark SpencerRemaining rgagnon source audit improvements (bug #2011)
2004-06-30 Mark SpencerAdd "show file formats" (courtesy bkw_) and Update...
2004-06-23 Mark SpencerMerge Tilghman's voicemail broadcast improvements ...
2004-06-22 James GolovichRemove pthread.h from source. We should be using aster...
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-05-06 James GolovichUse ast_strlen_zero in file.c
2004-04-21 James GolovichFix format unregister
2004-04-06 Mark SpencerGet rid of all that old needlock garbage now that we...
2004-03-27 Mark SpencerMake read/write mode have a lock parameter and use...
2004-02-25 James GolovichBug #1087. Fix wav49 format so it can be played. ...
2004-02-18 Mark SpencerMinor file.c cleanup for valgrind, log PRI event properly
2003-12-19 Martin PyckoAdd voicemail prepending feature plus forwarding to...
2003-10-25 Mark SpencerDisplay language (bug #256)
2003-10-06 Mark SpencerFix ENUM to live w/out config file, and fix internation...
2003-08-16 Martin PyckoShow the names of the codecs instead of the numbers...
2003-08-13 Mark SpencerTotally revamp thread debugging to support locating...
2003-08-11 Martin PyckoFree the translators on the ast_closestream
2003-07-01 Mark SpencerStill store timing
2003-07-01 Mark SpencerFix typo
2003-07-01 Mark SpencerIf no timingfd, use sched timing
2003-07-01 Mark SpencerCreate concept of a "pending agent", so you can have...
2003-06-29 Mark SpencerRemove superfluous debugging
2003-06-29 Mark SpencerMinor cleanups
2003-06-29 Mark SpencerProperly implement using zaptel for timing of file...
2003-06-29 Mark SpencerWhen writing files, trunkate unless append mode is...
2003-06-29 Mark SpencerMinor fixes to playback logic
2003-06-29 Mark SpencerAdd H.263 video support
2003-06-28 Mark SpencerTotally redo file formats
2003-06-28 Mark SpencerProperly handle broken up packets
2003-05-28 Mark SpencerMake file writing be able to handle a switch in codecs
2003-05-12 Mark SpencerUse zaptel timers to wake up processes
2003-04-23 Mark SpencerAdd commonly used include headers
2003-04-09 Mark SpencerMake voicemail timeout configurable
2003-04-03 Mark SpencerAdd fast-forward and rewind to voicemail
2003-02-23 Matteo BrancaleoniSun Feb 23 07:00:00 CET 2003
2003-02-06 Mark SpencerVersion 0.3.0 from FTP
2002-09-03 Mark SpencerVersion 0.2.0 from FTP
2002-05-15 Mark SpencerVersion 0.1.12 from FTP
2001-10-18 Mark SpencerVersion 0.1.10 from FTP
2001-06-13 Mark SpencerVersion 0.1.9 from FTP
2001-05-03 Mark SpencerVersion 0.1.8 from FTP
2001-03-10 Mark SpencerVersion 0.1.7 from FTP
2000-01-09 Mark SpencerVersion 0.1.3 from FTP
2000-01-02 Mark SpencerVersion 0.1.2 from FTP
1999-12-11 Mark SpencerVersion 0.1.1 from FTP
1999-12-02 Mark SpencerVersion 0.1.0 from FTP