]> granicus.if.org Git - apache/history - modules/filters
Description of terms used to describe modules in the new (not yet
[apache] / modules / filters /
2000-09-22 Jeff Trawickmod_include now tweaks the subrequest output filter...
2000-09-21 Jeff TrawickGet the call to find_string() out of a loop. find_stri...
2000-09-20 Jeff TrawickFix the prior fix to the usage of ap_brigade_split...
2000-09-20 Jeff TrawickFix mixup in call to ap_brigade_split().
2000-09-19 Ryan BloomCleanup the brigade split in mod_include. It turns...
2000-09-19 Ryan Bloomtart getting things setup for input filtering. All...
2000-09-17 Ryan BloomIf a bucket is split at the first or last character...
2000-09-15 Jeff TrawickHandle a tag that appears at the start of a bucket.
2000-09-14 Jeff TrawickFix the types of the variables passed as the len parm...
2000-09-14 Jeff TrawickIn find_string(), handle eos and end-of-pipe conditions.
2000-09-13 Ryan BloomFix a stupid typo. I wanted to register the filter...
2000-09-13 Ryan BloomFirst pass at mod_include as a filter. This is at...
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-07 Jeff TrawickA few more (last?) ap_xlate->apr_xlate changes covering...
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-29 Jeff TrawickChange the storage allocation mechanism for ap_proc_t...
2000-07-26 dgaudet- fix POOL_DEBUG ... restored the ap_pool_joins that...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-17 Jeff TrawickFix some bad ap_log_error() invocations. Comment on...
2000-07-06 Bill StoddardEliminate a couple of compiler warnings. I don't like...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in a...
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-17 David Reidap_pool_join is a debugging function so remove it.
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-06-11 Ben LaurieDo printf formatting properly.
2000-06-10 Jeff Trawickcast ap_snprintf() argument to the type expected by...
2000-06-06 Ryan BloomAdd the resource limiting code back to 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-24 Ryan BloomRename stdin, stdout, stderr from new ap_proc_t to...
2000-05-23 Ryan BloomConvert ap_proc_t to a complete type. This lets us...
2000-05-23 Brian HavardTurn on buffered I/O in mod_include for reading the...
2000-05-16 Bill StoddardUpdate a couple of modules to use ap_stat() rather...
2000-05-16 Jeff Trawickmod_include:
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-03-31 Roy T. FieldingUpdate to Apache Software License version 1.1
2000-03-27 Ryan BloomBackout layered I/O changes.
2000-03-25 Ryan BloomEnabled layered I/O. Docs are forthcoming.
2000-03-15 David ReidJeff's couple of small corrections.
2000-03-13 Jim JagielskiBackport the CSS security fixes to Apache 2.0a. Or...
2000-03-10 Ryan BloomFix all the License issues. Including:
2000-01-19 Ryan BloomManoj has been pushing for this for a while, but I...
2000-01-19 Bill StoddardFix compile break on Windows and update to use ap_stat()
2000-01-18 Ryan BloomThis is a huge change to the configure system. Basical...
2000-01-09 dgaudettime overhaul:
2000-01-06 Ryan BloomNext pass at the time functions. This defines an ap_an...
2000-01-06 Ryan BloomSeparate the stat structure from the file structure...
2000-01-04 Ryan BloomInitialize all ap_file_t's to NULL. This allows ap_ope...
1999-12-20 Ryan BloomFirst step in getting Apache to use APR's time librarie...
1999-12-16 Ryan BloomAfter a few hours of thorough testing, this patch makes...
1999-12-16 Ryan BloomFix mod_include so it works. Both people came up with...
1999-12-13 Ryan BloomGet rid of more platform dependant code.
1999-12-02 Ryan BloomWe may not always want to make the pipes between proces...
1999-11-19 Ryan BloomFinish the conversion from fprintf(stderr -> ap_log_err.
1999-11-01 Brian HavardFirst hack at getting mod_include to work. Everything...
1999-10-22 Martin KraemerI am not claiming that the modules work now, but at...
1999-08-31 Ryan BloomChanged pools to contexts. Tested with prefork and...
1999-08-26 Roy T. FieldingTODO: changing directory should be handled by CreateProcess
1999-08-26 Roy T. FieldingRemove timeouts as part of pthreads changes.
1999-08-26 Roy T. FieldingStart to implement module-defined hooks that are a...
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-08-24 Roy T. FieldingApache 1.3.9 baseline for the Apache 2.0 repository.
1999-06-18 dgaudetInitial revision