]> granicus.if.org Git - apache/history - modules/filters/mod_include.c
Eliminate all assumptions that finfo.protection reflects the existance
[apache] / modules / filters / mod_include.c
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-29 Jeff Trawickfix gcc warning
2001-01-28 William A. Rowe Jr *) Adopt apr features to simplify mod_includes. ...
2001-01-20 William A. Rowe Jr The changes required for the APR_FINFO_wanted argument to
2001-01-20 Ryan BloomRemove ap_chdir_file. This function is not thread...
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-09 Jeff Trawickget rid of some invalid errno references; use the apr_s...
2001-01-07 Ben LaurieMake handlers use hooks.
2001-01-04 Jeff TrawickGet rid of some warnings on Tru64 and OS/390. void...
2000-12-07 Ryan BloomMake mod_include use a hash table to associate directiv...
2000-11-28 Ryan BloomFirst step towards extracting the SSI handling from...
2000-11-28 Jeff TrawickFix some lvalue casts so that we can compile with xlc...
2000-11-28 Jeff TrawickChange some apr_ssize_t uses to apr_size_t.
2000-11-27 Jeff Trawickfix a bunch of apr_ssize_t/apr_size_t discrepancies
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-23 Greg Steinadd the "next filter" parameter to the rest of the...
2000-11-22 Ryan BloomA complete re-write of mod_include. This has served...
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-10-24 Ryan BloomFix mod_include to serve the FAQ correctly. The proble...
2000-10-24 William A. Rowe Jr Get everything working with suexec patches again.
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-18 Ryan BloomGet mod_include working again. This still needs to...
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-16 William A. Rowe Jr Cleaning up a _Security_ concern - Please Review...
2000-10-15 Ryan BloomStop using the index into the array for the bucket...
2000-10-13 Ryan BloomRemove all function pointers from the ap_bucket type...
2000-10-05 Jeff TrawickGet rid of much of the old implementation of translatin...
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.