summaryrefslogtreecommitdiff
path: root/modules/cache/mod_file_cache.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-041-468/+0
* Get mod_file_cache to refuse to compile on systems with neitherJeff Trawick2001-03-311-2/+9
* get rid of an unused variabe in file_cache_xlat()Jeff Trawick2001-03-261-1/+0
* Get mod_file_cache to compile again on platforms with no apr_sendfile().Jeff Trawick2001-03-261-2/+4
* Eat our own cooking. Cleanup code paths and use apr_hash functions. GoodBill Stoddard2001-03-261-125/+72
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-2/+0
* use the right fmt string for finfo.sizeJeff Trawick2001-02-251-2/+2
* Modify mod_file_cache to save pre-formatted strings forBill Stoddard2001-02-231-2/+31
* Update copyright to 2001Roy T. Fielding2001-02-161-35/+32
* *) continued header revampingGreg Stein2001-02-101-9/+8
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-10/+10
* Use the appropriate APR_FINFO_flags for the apr_stat/lstat/getfileinfoWilliam A. Rowe Jr2001-01-271-2/+2
* The changes required for the APR_FINFO_wanted argument toWilliam A. Rowe Jr2001-01-201-42/+8
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-4/+4
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+2
* get rid of an unused variableJeff Trawick2001-01-111-1/+0
* It is not sufficient to reset the file pointer before each call to ap_send_fd...Bill Stoddard2001-01-111-5/+26
* use AP_HOOK_LAST for this module. This may or may not be the finalAllan K. Edwards2001-01-091-1/+1
* use ap_strcmp_match and fix pattern typoDoug MacEachern2001-01-091-1/+4
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-081-7/+5
* Get rid of the once_through flag. It is never used and doesn't workJeff Trawick2000-12-131-3/+0
* Port httpd to the newest MMAP api.Ryan Bloom2000-12-071-1/+1
* When caching file handles (vs. mmaps) reset the file pointerJeff Trawick2000-11-081-0/+8
* Remove the byterange code out of mod_file_cache's handler. ThatJeff Trawick2000-11-081-27/+8
* ap_set_content_length() now has a void return.Greg Stein2000-11-081-3/+3
* Avoid warning about unused function open_file() on systemsJeff Trawick2000-11-071-0/+2
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* Fix some bad calls to ap_log_error(); some of these neglected toJeff Trawick2000-10-031-20/+20
* The previous commit pointed out an unfortunate problem with theJeff Trawick2000-10-031-2/+2
* Definately need a canonical name, so comparison succeeds at run time.William A. Rowe Jr2000-10-031-3/+5
* Let ap_send_fd handle the error logging to eliminate duplicate error log entr...Bill Stoddard2000-08-151-2/+1
* Remove the sendfile_handler (was #if 0'ed out) that does the buffer hi-jackBill Stoddard2000-08-151-70/+0
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-1/+1
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-44/+44
* Fix some compile warnings in mod_file_cache.Jeff Trawick2000-07-261-3/+3
* Missing apr_strings.h - hope this wasn't destined for some global header.William A. Rowe Jr2000-07-251-0/+1
* Protect some sendfile()-specific logic with APR_HAS_SENDFILEJeff Trawick2000-07-201-0/+2
* Reimplement ap_send_fd. Eliminate ap_send_fd_length. If APR_HAS_SENDFILE isBill Stoddard2000-07-101-1/+26
* This patch fixes several problems with mod_file_cacheBill Stoddard2000-07-071-28/+23
* Do not set the sendfile flag to disconnect the socket when sending byteranges.Bill Stoddard2000-07-061-7/+9
* WinNT: Implement acceptex socket reuse. Make sure that the ap_sendfile flagsBill Stoddard2000-07-061-2/+10
* Get rid of some warnings in mod_file_cache by moving to theJeff Trawick2000-07-051-8/+9
* struct a_file needs field mm to compile at all whenJeff Trawick2000-07-051-0/+5
* First cut at getting mod_mmap_static function into mod_file_cache. My intent ...Bill Stoddard2000-06-281-60/+170
* Update mod_file_cache to use ap_core_translate. mod_file_cache is essentiall...Bill Stoddard2000-06-281-120/+12
* blast the old names for the status codesGreg Stein2000-06-241-1/+1
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-121-1/+8
* Remove the final vestiges of stat.h from Apache 2.0. All calls are now toRyan Bloom2000-06-121-1/+0
* PR:William A. Rowe Jr2000-05-271-3/+3
* William A. Rowe Jr2000-05-271-3/+3