projects
/
asterisk/asterisk.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
move wait_and_stream to ast_wait_and_stream() because equivalent
[asterisk/asterisk.git]
/
file.c
2006-04-21
Luigi Rizzo
move wait_and_stream to ast_wait_and_stream() because...
blob
|
commitdiff
2006-04-15
Joshua Colp
We are shaking up trunk tonight! allow data dir to...
blob
|
commitdiff
|
diff to current
2006-04-14
Luigi Rizzo
This rather large commit changes the way modules are...
blob
|
commitdiff
|
diff to current
2006-04-13
Tilghman Lesher
Unregister format says it's already unregistered
blob
|
commitdiff
|
diff to current
2006-04-06
Luigi Rizzo
make sure that file calls other than OPEN work on all...
blob
|
commitdiff
|
diff to current
2006-04-04
Luigi Rizzo
Largely simplify format handlers (for file copy etc.)
blob
|
commitdiff
|
diff to current
2006-02-20
Tilghman Lesher
Bug 5984 - Convert file offsets to 64 bit
blob
|
commitdiff
|
diff to current
2006-02-15
Kevin P. Fleming
don't dereference memory that has been freed (issue...
blob
|
commitdiff
|
diff to current
2006-02-09
Russell Bryant
various code cleanup changes including changing #define...
blob
|
commitdiff
|
diff to current
2006-01-09
Olle Johansson
Bug 6112: file.c list macro conversion (drumkilla)
blob
|
commitdiff
|
diff to current
2006-01-08
Mark Spencer
Minor video fixes
blob
|
commitdiff
|
diff to current
2006-01-07
Mark Spencer
Add support for H.264 with SIP and recording
blob
|
commitdiff
|
diff to current
2006-01-07
Tilghman Lesher
Bug 6161 - Remove duplicated code
blob
|
commitdiff
|
diff to current
2006-01-03
Kevin P. Fleming
update copyright headers for files changed this year
blob
|
commitdiff
|
diff to current
2006-01-02
Russell Bryant
doxygen updates
blob
|
commitdiff
|
diff to current
2005-12-30
Russell Bryant
update doxygen docs to specify authors
blob
|
commitdiff
|
diff to current
2005-12-19
Tilghman Lesher
Merged revisions 7523 via svnmerge from
blob
|
commitdiff
|
diff to current
2005-12-04
Russell Bryant
convert most of the option_*'s to a single ast_flags...
blob
|
commitdiff
|
diff to current
2005-11-29
Kevin P. Fleming
remove extraneous svn:executable properties
blob
|
commitdiff
|
diff to current
2005-10-26
Russell Bryant
change ast_strlen_zero to also check for the string...
blob
|
commitdiff
|
diff to current
2005-10-24
Russell Bryant
Doxygen documentation update from oej (issue #5505)
blob
|
commitdiff
|
diff to current
2005-10-16
Kevin P. Fleming
minor changes and eliminate some compiler warnings
blob
|
commitdiff
|
diff to current
2005-10-16
Mark Spencer
Use FILE * instead of fd for files to support buffering
blob
|
commitdiff
|
diff to current
2005-09-14
Kevin P. Fleming
update MANY more files with proper copyright/license...
blob
|
commitdiff
|
diff to current
2005-09-07
Kevin P. Fleming
remove useless buffer initializations (issue #5134)
blob
|
commitdiff
|
diff to current
2005-08-30
Mark Spencer
Add SIP video fixes
blob
|
commitdiff
|
diff to current
2005-08-23
Kevin P. Fleming
add counter to 'show formats' (issue #5001)
blob
|
commitdiff
|
diff to current
2005-07-15
Kevin P. Fleming
ensure that format string macros are undef'd after...
blob
|
commitdiff
|
diff to current
2005-07-12
Kevin P. Fleming
add 'exit context' and 'only stop on match' options...
blob
|
commitdiff
|
diff to current
2005-07-05
Kevin P. Fleming
don't unlink files just because they can't be opened...
blob
|
commitdiff
|
diff to current
2005-06-06
Kevin P. Fleming
more file version tags
blob
|
commitdiff
|
diff to current
2005-06-06
Kevin P. Fleming
remove experimental module version tags
blob
|
commitdiff
|
diff to current
2005-06-06
Kevin P. Fleming
major Makefile and build process improvements, includin...
blob
|
commitdiff
|
diff to current
2005-06-05
Kevin P. Fleming
more ast_copy_string() conversion
blob
|
commitdiff
|
diff to current
2005-06-05
Kevin P. Fleming
make ast_waitstream_* return value compatible with...
blob
|
commitdiff
|
diff to current
2005-06-02
Kevin P. Fleming
consolidate API functions for saying numbers/digits...
blob
|
commitdiff
|
diff to current
2005-05-30
Mark Spencer
Fix language handling (bug #4399)
blob
|
commitdiff
|
diff to current
2005-04-22
Kevin P. Fleming
phase 1 of header include cleanup (bug #4067)
blob
|
commitdiff
|
diff to current
2005-04-21
Kevin P. Fleming
use double-quotes instead of angle-brackets for non...
blob
|
commitdiff
|
diff to current
2005-04-07
Mark Spencer
Match special case of wav49 behavior (bug #3975)
blob
|
commitdiff
|
diff to current
2005-03-31
Mark Spencer
Use requested extension (bug #3894)
blob
|
commitdiff
|
diff to current
2005-03-22
Mark Spencer
Ignore interrupted system calls (bug #3831)
blob
|
commitdiff
|
diff to current
2005-02-06
Josh Roberson
Don't crash when pause/stop keys aren't defined on...
blob
|
commitdiff
|
diff to current
2005-02-03
Mark Spencer
Fix wav append mode (bug #3498)
blob
|
commitdiff
|
diff to current
2005-01-10
Mark Spencer
Fix voicemail symlinks (bug #3024)
blob
|
commitdiff
|
diff to current
2004-12-24
Mark Spencer
Merge anthm's native MOH patch (bug #2639) he promises...
blob
|
commitdiff
|
diff to current
2004-11-14
Russell Bryant
truncate 'const const' to 'const'
blob
|
commitdiff
|
diff to current
2004-11-13
Mark Spencer
Updates from char * to const char * + german syntax...
blob
|
commitdiff
|
diff to current
2004-09-20
Anthony Minessale II
fix placement of f->fmt->close
blob
|
commitdiff
|
diff to current
2004-09-07
James Golovich
Formatting cleanups
blob
|
commitdiff
|
diff to current
2004-09-07
James Golovich
Formatting cleanups
blob
|
commitdiff
|
diff to current
2004-09-07
Mark Spencer
Merge anthm's "-t" flag (with minor mods) (bug #2380)
blob
|
commitdiff
|
diff to current
2004-07-15
Mark Spencer
If breakon is unspecified, make it ""
blob
|
commitdiff
|
diff to current
2004-07-14
Mark Spencer
Remaining rgagnon source audit improvements (bug #2011)
blob
|
commitdiff
|
diff to current
2004-06-30
Mark Spencer
Add "show file formats" (courtesy bkw_) and Update...
blob
|
commitdiff
|
diff to current
2004-06-23
Mark Spencer
Merge Tilghman's voicemail broadcast improvements ...
blob
|
commitdiff
|
diff to current
2004-06-22
James Golovich
Remove pthread.h from source. We should be using aster...
blob
|
commitdiff
|
diff to current
2004-06-09
Mark Spencer
Merge FreeBSD locking fixes (bug #1411)
blob
|
commitdiff
|
diff to current
2004-05-06
James Golovich
Use ast_strlen_zero in file.c
blob
|
commitdiff
|
diff to current
2004-04-21
James Golovich
Fix format unregister
blob
|
commitdiff
|
diff to current
2004-04-06
Mark Spencer
Get rid of all that old needlock garbage now that we...
blob
|
commitdiff
|
diff to current
2004-03-27
Mark Spencer
Make read/write mode have a lock parameter and use...
blob
|
commitdiff
|
diff to current
2004-02-25
James Golovich
Bug #1087. Fix wav49 format so it can be played. ...
blob
|
commitdiff
|
diff to current
2004-02-18
Mark Spencer
Minor file.c cleanup for valgrind, log PRI event properly
blob
|
commitdiff
|
diff to current
2003-12-19
Martin Pycko
Add voicemail prepending feature plus forwarding to...
blob
|
commitdiff
|
diff to current
2003-10-25
Mark Spencer
Display language (bug #256)
blob
|
commitdiff
|
diff to current
2003-10-06
Mark Spencer
Fix ENUM to live w/out config file, and fix internation...
blob
|
commitdiff
|
diff to current
2003-08-16
Martin Pycko
Show the names of the codecs instead of the numbers...
blob
|
commitdiff
|
diff to current
2003-08-13
Mark Spencer
Totally revamp thread debugging to support locating...
blob
|
commitdiff
|
diff to current
2003-08-11
Martin Pycko
Free the translators on the ast_closestream
blob
|
commitdiff
|
diff to current
2003-07-01
Mark Spencer
Still store timing
blob
|
commitdiff
|
diff to current
2003-07-01
Mark Spencer
Fix typo
blob
|
commitdiff
|
diff to current
2003-07-01
Mark Spencer
If no timingfd, use sched timing
blob
|
commitdiff
|
diff to current
2003-07-01
Mark Spencer
Create concept of a "pending agent", so you can have...
blob
|
commitdiff
|
diff to current
2003-06-29
Mark Spencer
Remove superfluous debugging
blob
|
commitdiff
|
diff to current
2003-06-29
Mark Spencer
Minor cleanups
blob
|
commitdiff
|
diff to current
2003-06-29
Mark Spencer
Properly implement using zaptel for timing of file...
blob
|
commitdiff
|
diff to current
2003-06-29
Mark Spencer
When writing files, trunkate unless append mode is...
blob
|
commitdiff
|
diff to current
2003-06-29
Mark Spencer
Minor fixes to playback logic
blob
|
commitdiff
|
diff to current
2003-06-29
Mark Spencer
Add H.263 video support
blob
|
commitdiff
|
diff to current
2003-06-28
Mark Spencer
Totally redo file formats
blob
|
commitdiff
|
diff to current
2003-06-28
Mark Spencer
Properly handle broken up packets
blob
|
commitdiff
|
diff to current
2003-05-28
Mark Spencer
Make file writing be able to handle a switch in codecs
blob
|
commitdiff
|
diff to current
2003-05-12
Mark Spencer
Use zaptel timers to wake up processes
blob
|
commitdiff
|
diff to current
2003-04-23
Mark Spencer
Add commonly used include headers
blob
|
commitdiff
|
diff to current
2003-04-09
Mark Spencer
Make voicemail timeout configurable
blob
|
commitdiff
|
diff to current
2003-04-03
Mark Spencer
Add fast-forward and rewind to voicemail
blob
|
commitdiff
|
diff to current
2003-02-23
Matteo Brancaleoni
Sun Feb 23 07:00:00 CET 2003
blob
|
commitdiff
|
diff to current
2003-02-06
Mark Spencer
Version 0.3.0 from FTP
blob
|
commitdiff
|
diff to current
2002-09-03
Mark Spencer
Version 0.2.0 from FTP
blob
|
commitdiff
|
diff to current
2002-05-15
Mark Spencer
Version 0.1.12 from FTP
blob
|
commitdiff
|
diff to current
2001-10-18
Mark Spencer
Version 0.1.10 from FTP
blob
|
commitdiff
|
diff to current
2001-06-13
Mark Spencer
Version 0.1.9 from FTP
blob
|
commitdiff
|
diff to current
2001-05-03
Mark Spencer
Version 0.1.8 from FTP
blob
|
commitdiff
|
diff to current
2001-03-10
Mark Spencer
Version 0.1.7 from FTP
blob
|
commitdiff
|
diff to current
2000-01-09
Mark Spencer
Version 0.1.3 from FTP
blob
|
commitdiff
|
diff to current
2000-01-02
Mark Spencer
Version 0.1.2 from FTP
blob
|
commitdiff
|
diff to current
1999-12-11
Mark Spencer
Version 0.1.1 from FTP
blob
|
commitdiff
|
diff to current
1999-12-02
Mark Spencer
Version 0.1.0 from FTP
blob
|
commitdiff
|
diff to current