]> granicus.if.org Git - apache/history - server/core.c
Introduce ap_(get|set)_core_module_config() functions/macros and use them
[apache] / server / core.c
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-06-05 Stefan Fritsch- Introduce concept of context prefix (which is an...
2011-06-05 Stefan Fritsch- Add <ElseIf> and <Else> to complement <If> sections...
2011-06-04 Stefan FritschUse define'd names for constants
2011-05-09 Jim JagielskiCleanup... most don't need apr_hooks.h at all...
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-04-25 Stefan FritschAdd new ap_reserve_module_slots/ap_reserve_module_slots...
2011-04-19 Stefan FritschThe pre_config hook should return int, not apr_status_t.
2011-04-08 Stefan Fritschcore: Support module names with colons in loglevel...
2011-03-31 Jim JagielskiAdd in a configuration generation... this is independent of
2011-03-28 Jeff Trawickmatch docs for case of "ScoreBoardFile"
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2011-03-16 Daniel Earl Poiriercore: AllowEncodedSlashes new option NoDecode to allow...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-02-12 Stefan FritschCreate new ap_state_query() function that allows module...
2011-01-21 Ruediger Pluem* Only unset if we have a table. This can happen if...
2011-01-20 Stefan FritschAdd support to set variables with the 'Define' directiv...
2011-01-20 Stefan FritschMove ap_resolve_env to core.c, in preparation for addin...
2011-01-18 Stefan FritschInitialize the core_dir_config->sec_files and ->sec_if...
2011-01-18 Stefan Fritschremove some redundant NULL assignments
2011-01-17 Stefan FritschMerge the <If> sections in a separate step ap_if_walk...
2010-12-30 Stefan Fritscheliminate another var named 'c' which is not a conn_rec
2010-12-28 Igor GalićApplying patch from PR 33078 (with slight changes to...
2010-12-24 Igor GalićChanging the default Options from All to FollowSymlinks.
2010-12-07 Eric CovenerPR50349: Honor 'AcceptPathInfo OFF' during internal...
2010-12-04 Eric Covenersimplify ServerName check with apr_fnmatch_test()
2010-12-04 Stefan FritschRemove useless 'const' to fix compiler warning
2010-12-04 Eric Covenercore: Fail startup when the argument to ServerName...
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-10 Stefan FritschWhen restarting, reset ap_server_config_defines to...
2010-11-08 Jeff TrawickAdd Error directive for aborting startup or htaccess...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-05 Eric Covenercorrection to r1031776, retain OR_UNSET with default...
2010-11-05 Eric CovenerPR49823: Make the hardcoded default for AllowOverride...
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
next