]> granicus.if.org Git - apache/history - server/core.c
Add an END flag to RewriteRule that acts like L=LAST but also prevents
[apache] / server / core.c
2010-10-23 Stefan Fritschuse temp pool in some more places
2010-10-20 Stefan FritschBe extra careful to only pass the main server config to
2010-10-19 Stefan Fritschrevert r1023227 as discussed on httpd-dev:
2010-10-16 Stefan Fritschcore: Log a warning if <Limit> or <LimitExcept> are...
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
2010-09-28 Stefan FritschAdd generate_log_id hook to allow to use the ID generat...
2010-09-26 Stefan FritschIn ErrorLogFormat, make it possible to log an item...
2010-09-06 Stefan Fritsch- Add another check during ErrorLogFormat parsing
2010-09-05 Stefan FritschAdd ErrorLogFormat directive for configuring the error...
2010-09-04 Stefan FritschDisable sendfile by default, as discussed at
2010-08-22 Stefan FritschSimplify code as noted by Jeff.
2010-08-18 Stefan FritschPerform NULL check before dereferencing arg, not after.
2010-08-06 Jeff TrawickIntel's compiler warns about assigning the non-enum...
2010-07-22 Nick KewMove AddOutputFilterByType implementation from core...
2010-07-20 Nick KewTrivial spelling fix so I can close
2010-06-06 Stefan Fritsch- Add loglevels to request_rec and conn_rec
2010-06-06 Stefan Fritsch- Introduce log levels trace1/.../trace8
2010-06-03 Stefan FritschMove logic to find module by name into new function...
2010-04-08 Ruediger Pluem* Fix compiler warning on 64 bit systems (cast from...
2010-04-07 William A. Rowe JrFirst order simplification; Add IncludeOptional for...
2010-03-30 Graham LeggettRetract veto over inconsistent behaviour between direct...
2010-03-29 Graham Leggettcore: Introduce the IncludeStrict directive, which...
2010-02-22 Jeff Trawickcomment only: fix name of hook and try to reword for...
2010-02-22 Jeff TrawickFix startup segfault when the Mutex directive is used...
2010-02-05 Stefan FritschPrint directive name in error message.
2010-02-02 Ruediger Pluem* Use loglevel value for parsing
2010-02-01 Stefan Fritschreplace duplicate code with new function ap_parse_log_l...
2010-01-30 Stefan FritschReplace the Define !FOO syntax by a new UnDefine directive.
2010-01-30 Stefan FritschAllow the Define directive to undefine a variable by...
2010-01-26 William A. Rowe JrRefactor mod_status out of the ExtendedStatus toggle...
2010-01-21 William A. Rowe JrDesign error; main.c is not part of the libhttpd, you...
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2009-12-29 Takashi SatoFix string constness to get rid of gcc compiler warning...
2009-12-21 Nick Kew(re)-introduce -T commandline option to suppress docume...
2009-12-02 Jeff TrawickAdd OmitPID keyword on Mutex directive to suppress the
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-09-10 Jim Jagielskiveto-ed
2009-08-28 Jim JagielskiAnd additional ServerTokens improvement...
2009-08-28 Jim JagielskiOK, might as well finish this... Allow ServerTokens Off
2009-08-26 Brian HavardBring back OS/2 support.
2009-05-10 Joe Orton* server/core.c (merge_core_dir_configs): Tweak logic...
2009-05-10 Ruediger Pluem* Fix for the following configuration where the exec...
2009-05-08 Joe OrtonSecurity fix for CVE-2009-1195: fix Options handling...
2009-03-29 Jeff TrawickCore can specify a platform-specific rewrite args hook...
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-26 Jeff Trawickrestore disable-nagle logic for connected sockets
2009-03-24 Jeff Trawickaxe the remaining checks of AP_MPM_WANT_foo to see...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-02-12 Roy T. Fieldingap_meets_conditions() should not be called until all of
2009-01-31 Eric CovenerProvide a hint when we see what looks like an SSL recor...
2009-01-30 Roy T. FieldingDisabled DefaultType directive and removed ap_default_t...
2009-01-09 William A. Rowe JrOh brother; we just dupped these to lowercase them...
2009-01-03 William A. Rowe JrReorder and correct creation and merge of server record...
2009-01-02 William A. Rowe JrClean up fugly initialization of AcceptFilter mappings
2008-12-02 Ruediger Pluem* The API Cleanup in r722399 missed some locations.
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-03 Nick KewMove security check to post_config, ćos pre-config...
2008-11-03 Nick KewWrap the global count of privileges handlers operating...
2008-11-03 Nick KewSwitch all unix MPMs to use drop_privileges hook (mod_u...
2008-10-31 Chris DarrochAllow <Limit> and <LimitExcept> directives to nest...
2008-10-29 Paul Querna* server/core.c: Fix implicit declaration of function...
2008-05-02 Ruediger Pluem* Do not allow all options of ALL to be set when only...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-06 William A. Rowe JrIf you study all of the directive implementations,...
2008-04-04 Nick KewAdd condition for <If> sections to core config merge
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-04-03 Nick KewHTTPD Core: Implement <If> sections for conditional...
2007-12-28 Nick KewFix typo in error message (noticed by gryzor on IRC)
2007-10-27 Nick KewFix possible crash at startup in case of nonexistent...
2007-08-23 William A. Rowe Jrap_available_mutexes_string and ap_add_available_mutexe...
2007-08-05 Ruediger Pluem* Avoid that relative changes to Options change the...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-06-20 Ruediger Pluem* Remove unused variables from set_define() function...
2007-06-12 Paul QuernaAdd the 'Define' command to the core. This does exactl...
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2007-05-02 Bradley Nicholesre-introduce ap_satisfies API back into core and modify...
2006-11-22 Joe Orton* docs/manual/mod/mpm_common.xml: s/depreciated/deprecated/
2006-10-24 Jim JagielskiOnce SSLMutex allowed for the setting of both the
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-07-09 Ruediger Pluem* Add the filename of the configuration file to the...
2006-06-14 Joe Orton* server/core.c (default_handler): Use apr_brigade_inse...
2006-05-08 Joe Orton* server/core.c (server_hostname_port): Remove unused...
2006-05-05 Sander Temme Add optional 'scheme://' prefix to ServerName...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-10 Jeff Trawickremove unnecessary whitespace
2006-04-03 Jim JagielskiWe actually want to reach the rest of the code :)
2006-04-02 Jeff TrawickDefault handler: Don't return output filter apr_status_...
2006-01-11 Bradley NicholesAuthz refactoring
2005-11-15 Jim JagielskiRevert UCN default change - set back to Off, which is
2005-11-15 Jim JagielskiAdd in the UseCanonicalPhysicalPort directive, which
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-23 Brian PaneAdd new connection states for handler and write completion
2005-10-21 Ruediger Pluem* Fix PR31226 (AddOutputFilterByType deflate not active...
2005-10-06 William A. Rowe Jr NET_TIME, as a standalone feature, was a horrid idea.
2005-10-05 William A. Rowe Jr Pay close attention to core_create_req() ... and...
2005-07-01 William A. Rowe Jr Initially a no-op. Add trace_enable configuration...
next