]> granicus.if.org Git - apache/history - server/request.c
the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID() macro...
[apache] / server / request.c
2009-03-26 Jeff Trawickremove OS/2 platform support
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-05-22 Chris DarrochDetermine registered authn/z providers directly in...
2008-05-10 Chris DarrochWhen testing for slash-terminated configuration paths in
2008-05-09 Graham Leggettmod_request: Insert the KEPT_BODY filter via the insert...
2008-04-11 Graham LeggettMove the KeptBodySize directive, kept_body filters...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Martin KraemerMake it compile on pre-C99 compilers (Move decls to...
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-04-03 Nick KewHTTPD Core: Implement <If> sections for conditional...
2008-03-03 Ruediger Pluem* lfi is already a pointer in contrast fi which was...
2008-03-03 Nick Kewcore: fix SymlinksIfOwnerMatch checking:
2007-11-07 Graham Leggettcore: Add the option to keep aside a request body up...
2007-09-26 Nick KewReinstate location walk for subrequests
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2007-03-24 Sander TemmeDetab
2007-03-24 Nick KewPR#41829 - Torsten Förtsch
2006-12-30 Ruediger Pluem* If APR_FINFO_NAME is added to the list of wanted...
2006-12-29 Paul QuernaImprove the error message, include the full path of...
2006-07-25 Ruediger Pluem* Although the lstat call should rarely ever fail,...
2006-07-24 Ruediger Pluem* Fix typo. No functional change.
2006-07-20 Ruediger Pluem* Check for symbolic links of the target file in the...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-01-12 Garrett RooneyMake some error checking more clear by using the define...
2006-01-11 Bradley NicholesAuthz refactoring
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-05 William A. Rowe Jr Pay close attention to core_create_req() ... and...
2005-10-03 Colm MacCarthaighInitialise a variable, to avoid a gcc warning.
2005-09-27 Colm MacCarthaighWhen doing a subrequest lookup, do not lookup using...
2005-09-23 Joe Orton* server/request.c (core_opts_merge): When AllowOverrid...
2005-09-10 Joshua SliveAny failure in apr_stat on a symlink currently gives
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-10-23 Roy T. Fieldingveto and revert win64 patch: 64bit changes must percola...
2004-10-22 Allan K. EdwardsWIN64: API changes to clean up Windows 64bit compile...
2004-10-11 Erik AbeleMinor comment fixes, no code changes:
2004-08-20 Stas Bekmanuse more intuitive variable names
2004-07-14 Paul QuernaAdded 'AllowOverride Options=Indexes,MultiViews' to...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-20 Jeff Trawickspell check
2003-11-01 André MaloLet mod_autoindex show filenames containing special...
2003-10-13 Jeff Trawicktag the pools created for requests and subrequests
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-05-29 André MaloRework of the recursion stopper - collapse recursion...
2003-05-19 André MaloPrevent the server from crashing when entering infinite...
2003-02-03 André Malofinished that boring job:
2003-01-28 André MaloFix "Satisfy Any" logic. The access_checker has nothing...
2003-01-23 Ken Coar here we go. add a directive that will keep %2f from...
2002-12-12 William A. Rowe Jr Make the code simpler to follow, and perhaps clear...
2002-11-03 Jeff Trawickcore_opts_merge() needs to be static
2002-11-01 William A. Rowe Jr Mr. Trawick was dead on, and this revealed a much...
2002-11-01 Jeff Trawickno such thing as AP_ASSERT()
2002-11-01 William A. Rowe Jr Fix a trailing slash/last filename truncation bug...
2002-10-25 Ken Coari hate it when tha happens..
2002-10-25 Ken Coarmore info is better than less..
2002-09-05 Justin ErenkrantzMorph DONE result from a sub-request handler to OK...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_?error()
2002-05-12 Brian PaneOptimization: skip cache setup in location_walk() if...
2002-04-24 William A. Rowe Jr A bug affecting any platform that had pre-lstat'ed...
2002-04-24 William A. Rowe Jr Formatting irk grinding at me while stepping code
2002-04-22 William A. Rowe Jr Fix this optimization. We will skip along so long...
2002-04-22 William A. Rowe Jr Small optimization, if we are behind (at the 5th...
2002-03-27 Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-15 Jeff TrawickAllow URIs specifying CGI scripts to include '/' at...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Bill StoddardMove the quick_handler comment to the new quick handler...
2002-03-12 Sander StrikerStyle Police comming through...
2002-03-07 Ryan BloomRemove the prev pointer from the filter chain. This...
2002-03-05 Ryan BloomOnly insert net_filter once per request. Initialize...
2002-03-03 Ryan BloomThis fixes most of the header bug that was committed...
2002-03-03 Ryan BloomFix the mod_dir/mod_negotiation bug, where redirects...
2002-02-15 Justin ErenkrantzFix ap_directory_walk() per-dir merge bug seen when...
2002-02-07 Justin ErenkrantzFix resolve_symlink to save the original symlink name...
2002-01-27 William A. Rowe Jr Which PR? I can't count them all. Get QUERY_STRING...
2002-01-27 Brian Paneoptimization: switched to ap_add_output_filter_handle...
2002-01-26 Greg Amesap_sub_req_lookup_dirent: fix mod_negotiation loop...
2002-01-21 Ian HolsmanThese changes are to allow caching of subrequests via...
2002-01-16 Ian Holsmancode police again
2002-01-16 Ian Holsmansigh.
2002-01-16 Ian Holsmanquick handler now runs on subrequests as well
2002-01-02 William A. Rowe Jr Merge a singular path for dir_walk to parse, if we...
2002-01-02 William A. Rowe Jr Eliminate a duplicate absolute path test, and NEVER...
2002-01-01 Brian PaneGeneralized the recent prep_walk_cache optimizations...
2001-12-31 Brian PanePerformance fix for prep_walk_cache():
2001-12-14 William A. Rowe Jr Move the insert_filter hook from the prepare request...
2001-12-13 William A. Rowe Jr . unwind MORE redundant code [wasn't I just here...
2001-12-09 Justin ErenkrantzStyle reformat. Tabs->spaces, etc, etc, etc.
2001-12-09 Ben LaurieReduce magic levels.
2001-11-09 William A. Rowe Jr Stat, don't lstat the final target. This means we...
2001-11-09 William A. Rowe Jr Reintroduce the 'one stat dir_walk', with singificant...
2001-11-04 Justin ErenkrantzThis patch optimizes away some strlen and strcat calls in
2001-11-01 Ken CoarMore style-stuff. A lot of this doesn't qualify as...
2001-11-01 Ken CoarSome style-guide fixes (nothing functional)
next