summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ignore all the files that are generated during a buildRyan Bloom2000-12-051-0/+10
* Get the modules configuration stuff working correctly. This just dealsRyan Bloom2000-12-041-2/+2
* Start to add back the config.m4 and Makefile.in's that were separated outRyan Bloom2000-12-042-0/+20
* When caching file handles (vs. mmaps) reset the file pointerJeff Trawick2000-11-091-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
* Regardless of reaction to a symbol rename -within- the sources, theseWilliam A. Rowe Jr2000-10-111-2/+2
* MSVC Project Rename - ApacheModuleBleck.* is no longer... now mod_bleck.*William A. Rowe Jr2000-10-111-14/+14
* 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-131-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-281-3/+3
* William A. Rowe Jr2000-05-271-3/+3
* PR:William A. Rowe Jr2000-05-261-1/+1
* Win32: Convert ap_proc_t to tranparent type.Bill Stoddard2000-05-251-8/+6
* William A. Rowe Jr2000-05-201-2/+6
* William A. Rowe Jr2000-05-191-9/+13
* This commit will most likely break everybody on Windows. The .dspRyan Bloom2000-05-181-11/+8
* A bit of mod_file_cache cleanup. Eliminate mmap_static specific code, etc,Bill Stoddard2000-04-271-40/+13
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-4/+4
* First cut at a file handle cache. It serves on Windows and should work onBill Stoddard2000-04-232-0/+658
* Apache 1.3.9 baseline for the Apache 2.0 repository.Roy T. Fielding1999-08-241-0/+54