]> granicus.if.org Git - apache/history - modules/cache
Provide apr_pool_t arg to register_hooks, since anything they do in that
[apache] / modules / cache /
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-21 William A. Rowe Jr Last of the Win32 goodness I've noticed
2000-12-21 William A. Rowe Jr Out of the sandbox and into prime time. Note......
2000-12-21 William A. Rowe Jr Correction, commited the vc5. Need vc6 in the tree...
2000-12-21 William A. Rowe Jr The Win32 overhaul, in summary;
2000-12-13 Jeff TrawickGet rid of the once_through flag. It is never used...
2000-12-07 Greg Stein*) remove STANDARD_LIBS line; it is unused/unneeded
2000-12-07 Ryan BloomPort httpd to the newest MMAP api.
2000-12-05 William A. Rowe Jr A bit of inclusion for the apr-util package.
2000-12-05 William A. Rowe Jr This patch illustrates the new locations, and makes...
2000-12-05 Ryan BloomIgnore all the files that are generated during a build
2000-12-04 Ryan BloomGet the modules configuration stuff working correctly...
2000-12-04 Ryan BloomStart to add back the config.m4 and Makefile.in's that...
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-11 William A. Rowe Jr Regardless of reaction to a symbol rename -within...
2000-10-11 William A. Rowe Jr MSVC Project Rename - ApacheModuleBleck.* is no longe...
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-26 William A. Rowe JrPR:
2000-05-24 Bill StoddardWin32: Convert ap_proc_t to tranparent type.
2000-05-19 William A. Rowe Jr Why should Ryan have all the fun?
2000-05-19 William A. Rowe Jr Current and clean make files for Win95. Changes...
2000-05-17 Ryan BloomThis commit will most likely break everybody on Windows...
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...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.