]> granicus.if.org Git - apache/history - server/core.c
* Play safe in case we get no name
[apache] / server / core.c
2019-03-17 Eric CovenerMerge consecutive slashes in the URL by default
2019-02-05 Joe Orton* server/core.c (core_pre_config): Reset state dir...
2018-12-05 Hank Ibellcore: Fix incorrect substitution of env vars in directi...
2018-10-05 Joe OrtonDefine "state directory" for storing persistent child...
2018-09-03 Yann Ylaviccore: always allocate filters (ap_filter_t) on f->c...
2018-08-14 Eric CovenerAdd StrictHostCheck
2018-07-31 Yann Ylaviccore: set ap_request_core_filter() last.
2018-07-20 Yann Ylaviccore: axe data_in_in/output_filter from conn_rec.
2018-07-16 Yann Ylaviccore: Add ReadBufferSize, FlushMaxThreshold and FlushMa...
2018-07-16 Yann Ylavicutil_filter: Axe conn_rec->empty brigade.
2018-07-11 Yann Ylavicutil_filter: keep filters with aside buckets in order.
2018-06-27 Yann YlavicFollow up to r1833368: apr_crypto_prng_after_fork(...
2018-06-13 Yann YlavicFollow up to r1833368: share openssl between modules.
2018-06-12 Yann YlavicFollow up to r1833368: fix "mixed declarations and...
2018-06-12 Yann YlavicFollow up to r1833368: apr_crypto_prng_after_fork(...
2018-06-11 Yann YlavicMake use of the new apr_crypto_rng API if available.
2018-02-17 Graham Leggettcore: Create a conn_config_t structure to hold an exten...
2018-02-15 Yann Ylavicregex: Allow to configure global/default options for...
2017-10-14 Yann YlavicFollow up to r1740928: including NOT_IN_PROXY in NOT_IN...
2017-09-07 Yann Ylaviccore: Disallow Methods' registration at run time (...
2017-07-18 Yann YlavicBe explicit and safe (const) with the strings stored...
2017-07-14 Jacob Championhttpdunit: merge CVE-2017-9788 regression tests from...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-06-20 Jacob Championhttpdunit: merge to trunk from feature branch
2017-06-07 Eric Covenerallow quoted paths in <IfFile>
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-03-19 Stefan EissingOn the trunk:
2017-03-16 Eric Covenerprint r->uri during failure
2017-03-09 Joe Orton* server/config.c, include/http_config.h (ap_build_cont...
2017-03-09 Joe Orton* server/core.c (start_cond_section): Comment & variabl...
2017-03-09 Joe OrtonAdd <IfDirective> and <IfSection>:
2017-03-08 Joe OrtonRemove duplicate implementations of conditional section...
2017-02-14 Yann Ylavicdefault_handler: cleanup outputed brigade before leaving.
2016-11-15 Eric Coveneradd an <IfFile> config section like <IfDefine>
2016-10-14 William A. Rowe JrDropped the never-released ap_has_cntrls() as it had...
2016-08-29 Jacob Championmpm_winnt: remove 'data' AcceptFilter in favor of ...
2016-08-29 William A. Rowe JrFolding StrictWhitespace into the Strict ruleset of...
2016-08-25 William A. Rowe JrRename LenientWhitespace to UnsafeWhitespace and change...
2016-08-19 William A. Rowe JrIntroduce StrictURI|UnsafeURI for RFC3986 enforcement
2016-08-18 William A. Rowe JrPerform correct, strict parsing of the request line...
2016-08-17 William A. Rowe JrRenaming this directive to HttpProtocolOptions after...
2016-08-16 William A. Rowe JrRename the previously undocumented HTTPProtocol directive
2016-06-10 Eric CovenerAdd -DDUMP_INCLUDES configtest option to show the tree
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
2016-05-20 Christophe JailletRemove out-dated comment
2016-05-03 William A. Rowe JrWe need another guard, this may resolve a crash in...
2016-04-27 William A. Rowe Jr Ensure http2 follows http in the meaning of
2016-04-26 Yann Ylavicmod_proxy, mod_ssl: Handle SSLProxy* directives in...
2016-03-30 Yann Ylaviccore: '!x == 0' => 'x != 0' to avoid a compiler warning...
2016-03-19 Eric Covenerfix order of lowercase/compare for r->handler
2016-03-14 Jeff TrawickAdd CGIVar directive for configuring REQUEST_URI behavior
2016-03-13 Jeff TrawickFix doc string for QualifyRedirectURL, and related...
2016-03-12 Graham Leggettcore: Extend support for setting aside data from the...
2016-02-28 Christophe JailletFix a bug in <UnDefine ...> directive processing. When...
2016-02-25 Christophe JailletSave a few bytes in conf pool when parsing 'DocumentRoo...
2016-02-25 Christophe JailletSave a few bytes in conf pool when parsing 'DefaultRunt...
2016-02-19 Graham Leggettmpm: Add a complete_connection hook that confirms wheth...
2016-02-12 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-02-12 William A. Rowe JrUnwind commit 1729901 (and 1729926), it was not ready...
2016-02-12 Rainer JungFix compile error:
2016-02-11 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-02-11 William A. Rowe JrRevert r1729897, 1729898, my copy of core.c was pollute...
2016-02-11 William A. Rowe JrIntroduce an ap_get_useragent_host() accessor to replac...
2016-02-09 Eric Covener1726233 temporarily broke UDS r->handler case sensitivity
2016-01-22 Eric Covenerfrom feedback, assume all parameters to SetHandler...
2016-01-19 Rainer JungAdded many log numbers to log statements that
2016-01-17 Eric Covenerallow expressions to be used in SetHandler. Opt-in...
2015-12-30 Yann YlavicFollow up to r1715876: core directives' tokens are...
2015-12-30 Yann YlavicFollow up to r1715876: core directives are ASCII.
2015-12-11 Christophe JailletUse 'ap_array_str_contains' to simplify code.
2015-11-19 Christophe JailletRevert r1715289 (Connection header field should use...
2015-11-19 Christophe JailletConnection header field should use "upgrade" instead...
2015-11-06 Christophe JailletSave a few bytes in conf pool when processing 'Define'.
2015-11-06 Christophe JailletSave a few bytes in conf pool when processing 'AllowOve...
2015-10-26 Stefan Eissingfirst request on master connection only reports more...
2015-10-26 Stefan Eissingdisabling protocol upgrades on slave connections
2015-10-24 Eric CovenerMake the fix for fully qualifying REDIRECT_URL from...
2015-10-23 Stefan Eissingannounce protocol choices on first request
2015-10-20 Stefan Eissingnew ap_is_allowed_protocol() for testing configured...
2015-10-06 Graham LeggettAdd the AsyncFilter directive that allows the asynchron...
2015-10-04 Graham Leggettcore: Extend support for asynchronous write completion...
2015-09-12 Jeff Trawickaxe unused variable
2015-09-03 Stefan Eissingchanged Protocols default to http/1.1 only, updated...
2015-08-26 Stefan Eissingadding ap_get_protocol(c) which safeguards against...
2015-08-24 Stefan Eissingchanged Protocols to let vhosts override servers, remov...
2015-08-17 Stefan Eissingremoved unnecessary lingering_close and sbh update...
2015-08-13 Stefan Eissingnew directive ProtocolsHonorOrder, added documentation...
2015-08-03 Eric Covenerc89
2015-07-24 Stefan Eissingremoved accidental code
2015-07-24 Stefan Eissingnew Protocols directive and core API changes to enable...
2015-07-09 Rich Bowens/the the/the/g
2015-06-02 Christophe JailletSmall speed optimization when parsing <Limit>, <LimitEx...
2015-05-29 Eric CovenerPR 57968: Don't lowercase the argument to SetHandler...
2015-05-28 Jim JagielskiAllow for array of multiple simul requests per connecti...
2015-04-19 Yann YlavicFix duplicated APLOGNOs from r1661067 and r1661448.
2015-04-13 Jeff TrawickFix CGIPassAuth built-in directive documentation,
2015-03-23 Yann Ylaviccore: Initialize scoreboard's used optional functions...
2015-03-10 Yann Ylaviccore, modules: like r1657897 but for core and other...
2015-02-22 Jeff Trawickaxe unused variables
2015-02-21 Graham Leggettcore: Add expression support to ErrorDocument. Switch...
next