]> granicus.if.org Git - apache/history - modules/cache/mod_file_cache.c
switch to APR 1.0 API (which is still in flux)
[apache] / modules / cache / mod_file_cache.c
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-02-03 André Malofinished that boring job:
2003-01-23 Bill Stoddarddup the apr_mmap_t out of the request pool for sending...
2003-01-23 Cliff WoolleyFix a problem whereby multiple MMapFile directives...
2002-11-23 Cliff Woolleyupdate a comment
2002-06-09 William A. Rowe Jr Well the wrappers work out well... nice to be able...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-04-19 Paul J. Reder Moved the call to apr_mmap_dup outside the error branch so
2002-03-29 Cliff WoolleyBUCKET FREELISTS
2002-03-16 William A. Rowe Jr Eliminate potential ap_server_root_relative segfaults...
2002-03-15 Jeff Trawickmake sure we set rc before referencing it
2002-03-15 William A. Rowe Jr Another potential ap_server_root_relative failure
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-22 Cliff WoolleyIt's better to dup the apr_mmap_t when we first create...
2001-11-21 Ian Holsmanlet mod_file_cache use the new apr_mmap_dup function
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-02 William A. Rowe Jr Need some context for the iterator! Finally get...
2001-07-31 William A. Rowe Jr Provide some cast safety tests and close the _last_...
2001-07-24 William A. Rowe Jr Changes to respect the new apr bucket and brigade...
2001-07-18 William A. Rowe Jr Remove last public vestigages of APR_INHERIT
2001-07-16 William A. Rowe Jr Obvious files that need inheritance, correct me if...
2001-06-27 Cliff Woolley*) Account for the new pool parameter to apr_bucket_fil...
2001-06-18 William A. Rowe Jr Filenames aught to be normalized to the serverroot...
2001-05-11 Bill StoddardDo not send apr_file_t allocated out of the pconf pool...
2001-03-31 Jeff TrawickGet mod_file_cache to refuse to compile on systems...
2001-03-26 Jeff Trawickget rid of an unused variabe in file_cache_xlat()
2001-03-26 Jeff TrawickGet mod_file_cache to compile again on platforms with...
2001-03-26 Bill StoddardEat our own cooking. Cleanup code paths and use apr_ha...
2001-02-28 William A. Rowe Jr Goodbye ap_send_http_header
2001-02-25 Jeff Trawickuse the right fmt string for finfo.size
2001-02-23 Bill StoddardModify mod_file_cache to save pre-formatted strings for
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg Stein*) continued header revamping
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-01-27 William A. Rowe Jr Use the appropriate APR_FINFO_flags for the apr_stat...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-11 Jeff Trawickget rid of an unused variable
2001-01-11 Bill StoddardIt is not sufficient to reset the file pointer before...
2001-01-09 Allan K. Edwardsuse AP_HOOK_LAST for this module. This may or may not...
2001-01-09 Doug MacEachernuse ap_strcmp_match and fix pattern typo
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2000-12-13 Jeff TrawickGet rid of the once_through flag. It is never used...
2000-12-07 Ryan BloomPort httpd to the newest MMAP api.
2000-11-08 Jeff TrawickWhen caching file handles (vs. mmaps) reset the file...
2000-11-08 Jeff TrawickRemove the byterange code out of mod_file_cache's handl...
2000-11-08 Greg Steinap_set_content_length() now has a void return.
2000-11-07 Jeff TrawickAvoid warning about unused function open_file() on...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-03 Jeff TrawickFix some bad calls to ap_log_error(); some of these...
2000-10-03 Jeff TrawickThe previous commit pointed out an unfortunate problem...
2000-10-03 William A. Rowe Jr Definately need a canonical name, so comparison succe...
2000-08-15 Bill StoddardLet ap_send_fd handle the error logging to eliminate...
2000-08-15 Bill StoddardRemove the sendfile_handler (was #if 0'ed out) that...
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-26 Jeff TrawickFix some compile warnings in mod_file_cache.
2000-07-25 William A. Rowe Jr Missing apr_strings.h - hope this wasn't destined...
2000-07-20 Jeff TrawickProtect some sendfile()-specific logic with APR_HAS_SEN...
2000-07-10 Bill StoddardReimplement ap_send_fd. Eliminate ap_send_fd_length...
2000-07-07 Bill StoddardThis patch fixes several problems with mod_file_cache
2000-07-06 Bill StoddardDo not set the sendfile flag to disconnect the socket...
2000-07-06 Bill StoddardWinNT: Implement acceptex socket reuse. Make sure that...
2000-07-05 Jeff TrawickGet rid of some warnings in mod_file_cache by moving...
2000-07-05 Jeff Trawickstruct a_file needs field mm to compile at all when
2000-06-28 Bill StoddardFirst cut at getting mod_mmap_static function into...
2000-06-28 Bill StoddardUpdate mod_file_cache to use ap_core_translate. mod_fi...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-19 William A. Rowe Jr Why should Ryan have all the fun?
2000-04-27 Bill StoddardA bit of mod_file_cache cleanup. Eliminate mmap_static...
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-23 Bill StoddardFirst cut at a file handle cache. It serves on Windows...