]> granicus.if.org Git - apache/history - modules/filters/mod_include.c
Fix a segfault in mod_include when the original request has no
[apache] / modules / filters / mod_include.c
2001-08-22 Jeff TrawickFix a segfault in mod_include when the original request...
2001-08-18 Paul J. RederFix a minor issue with Jeff Trawick's mod_include
2001-08-17 Jeff TrawickFix a problem in mod_include when we reached the BYTE_C...
2001-08-17 Jeff Trawickwe're only going to re-scan the directive when we're in
2001-08-17 Jeff TrawickFix a problem parsing tags.
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-07 Cliff WoolleyFixed an error in ap_ssi_get_tag_and_value(). It was...
2001-08-02 Ryan BloomI forgot to catch all the other return calls in this...
2001-08-02 Ryan BloomAdd a handler to mod_includes.c. This handler is desig...
2001-08-02 Ryan BloomMake the includes filter check return codes from filter...
2001-07-26 William A. Rowe Jr That's it. There are no further emits for signedness...
2001-07-25 William A. Rowe Jr Change over to apr_strfsize() for apr_off_t file...
2001-07-23 Cliff WoolleyThe bucket should be created with the size of the data...
2001-07-23 Jeff Trawickfix a typo (duplicate return statement)
2001-07-22 Ryan BloomFix a cosmetic problem with mod_include. Non-existant...
2001-06-13 Ryan BloomAdd a pool to the ap_save_brigade prototype. This...
2001-06-06 Jeff Trawickfilters should return APR status codes
2001-04-21 Cliff WoolleyRevert about half of the last commit because of an...
2001-04-20 Cliff WoolleyChange mod_include to use the latest bucket API tricks...
2001-04-10 William A. Rowe Jr change include_handler to include_handler_fn_t, and...
2001-04-10 William A. Rowe Jr We seem to use fn_t *fn throughout the rest of apache...
2001-03-08 Ryan BloomAlways clear the C-L if we are going to try to parse...
2001-03-02 Jeff Trawickget rid of unused variable b_copy in function handle_echo()
2001-03-02 Jeff TrawickUse the proper enum for the block/non-block parameter...
2001-03-02 Ryan BloomModify mod_include to send blocks of data no larger...
2001-02-26 Ryan BloomAdd config directives to override the DEFAULT_ERROR_MSG and
2001-02-25 Cliff WoolleySimplify by using apr_bucket_delete(e) where possible.
2001-02-16 Martin KraemerRename the module structures so that the exported symbo...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-10 Greg Stein*) continued header revamping
2001-02-10 Greg SteinClean up some of the includes:
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-06 Jeff Trawickmove the instantiation of includes_module out of mod_in...
2001-02-05 Ryan BloomMove the logic for creating CGI processes from mod_incl...
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...
next