]> granicus.if.org Git - apache/history - server/request.c
Merge r1741310, r1741461 from trunk:
[apache] / server / request.c
2016-04-01 Yann YlavicMerge r1737114 from trunk:
2016-01-19 Jim JagielskiMerge r1719016 from trunk:
2015-09-08 Stefan Eissingmerged latest changes in 2.4.x
2015-09-08 Jim JagielskiMerge r1700317, r1700318, r1700319, r1700320, r1700321...
2015-06-09 William A. Rowe JrSECURITY: CVE-2015-3185 (cve.mitre.org)
2015-01-19 Eric Covenerrevert r1642852 for 2.4.x release purposes. It appears...
2014-12-02 Jim JagielskiMerge r1635428 from trunk:
2014-01-05 Jim JagielskiMerge r1554300, r1554301, r1554994, r1555266 from trunk:
2013-06-10 Graham Leggettcore: Add dirwalk_stat hook.
2013-06-10 Graham Leggettcore: Add post_perdir_config hook.
2012-08-11 Rainer JungComment spelling fix.
2012-07-14 Stefan FritschMerge 1351015:
2012-03-19 Jim JagielskiMerge r1301504 from trunk:
2012-01-06 William A. Rowe JrClean up size_t abuse, part 2. ap_malloc/calloc/reallo...
2011-12-14 Graham LeggettBackport:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
2011-11-30 Graham LeggettBackport:
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-07-27 Daniel RuggeriAdd AllowOverrideList directive and documentation
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Add <ElseIf> and <Else> to complement <If> sections...
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-01-18 Stefan FritschInitialize the core_dir_config->sec_files and ->sec_if...
2011-01-17 Stefan FritschMerge the <If> sections in a separate step ap_if_walk...
2011-01-11 Stefan FritschSave a useless check:
2010-11-21 Stefan Fritschap_expr related fixes/enhancements:
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-04 Eric CovenerPR#45722: if we get EACCESS in the directory walk,...
2010-08-27 Eric CovenerPR49809: Allow DirectoryMatch to match the EOL characte...
2010-08-18 Stefan FritschAdd the same r->user == NULL check in the Satisfy Any...
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-08-03 Stefan Fritschremove more unused variables
2010-07-20 Nick KewDon't risk segfault in authz if r->user is not set
2010-07-14 Stefan Fritschfix log messages
2010-07-14 Stefan FritschThe approach for allowing authorization by user or...
2010-06-20 Stefan FritschDon't restore r->user after authn/authz failure. Any...
2010-06-20 Stefan FritschFix authorization by user or IP/ENV/...
2010-06-20 Stefan FritschMore trace logging
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2009-08-26 Brian HavardBring back OS/2 support.
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
next