]> granicus.if.org Git - apache/history - server
-l and -L are not exclusive.
[apache] / server /
2019-08-02 Eric Covenerset PCRE_DOTALL by default
2019-07-20 Christophe JailletSynch 2.4 and trunk.
2019-07-16 Rainer JungFix crashes when running with debug APR (APR_POOL_DEBUG),
2019-07-03 Stefan Eissing *) mod_http2/mpm_event: Fixes the behaviour when...
2019-06-25 Joe Orton* server/main.c (main): Don't create a separate subpool...
2019-06-23 Graham LeggettAfter reinstatement of DSO support in APR/APR-util...
2019-06-21 Joe Orton* server/scoreboard.c (open_scoreboard): Create the...
2019-06-20 Joe Orton* server/util.c: Make "nul" symbol private.
2019-06-20 Joe OrtonAdd an --enable-reduced-exports configure option to...
2019-06-13 Christophe JailletBe a little more verbose when an error in trigerred...
2019-04-20 Christophe JailletFix a compilation error when GPROF is defined.
2019-04-18 Joe OrtonFix use of StateDir directive after r1852982:
2019-03-28 Yann YlavicProvide TEST_CHAR marco in test_char.h
2019-03-18 Eric Covenerremove null check
2019-03-18 Ruediger Pluem* r->parsed_uri.path can be NULL in case of the CONNECT...
2019-03-18 Ruediger Pluem* Play safe in case we get no name
2019-03-18 Ruediger Pluem* Revert r1855741 which committed other stuff as well.
2019-03-18 Ruediger Pluem* Play safe in case we get no name
2019-03-17 Eric CovenerMerge consecutive slashes in the URL by default
2019-03-12 Yann YlavicMPMs unix: bind the bucket number of each child to...
2019-02-10 Christophe JailletFollow up to r1847430.
2019-02-05 Joe Orton* server/core.c (core_pre_config): Reset state dir...
2019-01-20 Christophe JailletFix a typo reported by [stephane.blondon gmail.com]
2019-01-13 Christophe JailletReverse the order of 2 tests to potentially save a...
2018-12-05 Hank Ibellcore: Fix incorrect substitution of env vars in directi...
2018-11-25 Graham Leggettcore: Split out the ability to parse wildcard files...
2018-10-24 Yann Ylavicrequest: forward as much buckets as possible in ap_requ...
2018-10-19 Christophe JailletFix a shadow (and useless) variable.
2018-10-15 Ruediger Pluem* Ensure that aborted connections are logged as such.
2018-10-10 Eric Covenermpm_event: avoid AH00484 with idle threads
2018-10-05 Joe OrtonDefine "state directory" for storing persistent child...
2018-10-05 Joe Orton* server/protocol.c (ap_rvputs): Call va_end before...
2018-09-12 Eric Covenermove the assignment to the end of the loop.
2018-09-11 Yann YlavicFollow up to r1840265: really privatize ap_filter_...
2018-09-06 Yann YlavicFollow up to r1840149: core input filter pending data.
2018-09-06 Eric Covenerfix StrictHostCheck in single/non-NVH vhosts
2018-09-05 Yann Ylavicutil_filter: protect ap_filter_t private fields from...
2018-09-04 Yann Ylaviccore: follow up to r1839997: some runtime optimizations.
2018-09-04 Yann Ylaviccore: follow up to r1839997: recycle request filters...
2018-09-04 Yann YlavicAxe spurious comment (added and addressed in r1839997).
2018-09-03 Yann Ylaviccore: always allocate filters (ap_filter_t) on f->c...
2018-09-03 Yann Ylavicutil_filter: split pending filters ring in two: input...
2018-08-29 Yann YlavicMPMs: early initialize scoreboard's child generation...
2018-08-17 Christophe JailletFix a cppcheck warning.
2018-08-17 Christophe JailletFix a cppcheck warning.
2018-08-15 Eric Coveneradd ids
2018-08-14 Eric CovenerAdd StrictHostCheck
2018-08-13 Yann YlavicAxe some redundant conditions. PR 62549.
2018-08-10 Yann YlavicFollow up to r1837822: typo.
2018-08-10 Yann Ylavicap_request_core_filter() can check whether the next...
2018-08-10 Yann Ylaviccore: ap_filter_output_pending() to flush outer most...
2018-08-07 Rainer Jungmod_status: Cumulate CPU time of exited child
2018-08-07 Rainer Jungmod_status: Add cumulated response duration time
2018-08-03 Yann Ylavicevent, worker: follow up to r1835845, r1837354: pruntim...
2018-08-03 Yann Ylavicevent, worker: initialize the objects used by signal_th...
2018-08-01 Jim JagielskiFix PR54848 in a 2.4.x backportable format. Ideally...
2018-07-31 Yann Ylaviccore: set ap_request_core_filter() last.
2018-07-30 Yann Ylavichttp: Enforce consistently no response body with both...
2018-07-24 Yann Ylavicmod_proxy_http: forward 100-continue.
2018-07-20 Yann Ylaviccore: axe data_in_in/output_filter from conn_rec.
2018-07-20 Yann Ylaviccore: follow up to r1836237: core filter's tmp_flush_bb...
2018-07-19 William A. Rowe JrCorrect see also comment
2018-07-19 Yann Ylaviccore: follow up to r1836237: whitelist in-memory buckets.
2018-07-18 Yann Ylavicutil_filter: axe loglevel explicit checks already done...
2018-07-18 Yann Ylaviccore: avoid double loop in ap_filter_output_pending().
2018-07-18 Yann Ylaviccore: integrate data_in_{in,out}put_filter to ap_filter...
2018-07-18 Yann Ylaviccore: core output filter optimizations.
2018-07-16 Yann Ylaviccore: Add ReadBufferSize, FlushMaxThreshold and FlushMa...
2018-07-16 Yann Ylavicutil_filter: Axe conn_rec->empty brigade.
2018-07-16 Yann Ylaviccore: Add ap_reuse_brigade_from_pool().
2018-07-13 Yann Ylavicutil_filter: follow up to r1835640: pending_filter_clea...
2018-07-13 Yann Ylavicevent: follow up to r1835845.
2018-07-13 Yann Ylavicevent, worker: runtime pool.
2018-07-11 Yann Ylavicutil_filter: keep filters with aside buckets in order.
2018-07-05 Eric Covenerglobal ap_server_conf must be reset when process->pconf...
2018-06-27 Yann YlavicFollow up to r1833368: apr_crypto_prng_after_fork(...
2018-06-25 Eric CovenerRe-allow '_' (underscore) in hostnames.
2018-06-19 Eric Coveneradd server_rec to log.c fatal startup errors
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-06-06 Yann YlavicAvoid cyclic dependency by moving ap_set_etag() from...
2018-05-26 Christophe JailletFix a potential un-intialized variable usage warning.
2018-05-24 Christophe JailletAxe some dead code.
2018-05-17 Eric CovenerPR62368: Print the unparsed URI in AH03454
2018-04-22 Christophe JailletSave a few cycles.
2018-04-22 Yann YlavicAxe ap_rgetline_core(), not used anymore.
2018-04-22 Yann YlavicFollow up to r1829659, ap_[f]getline() EBCDIC awareness.
2018-04-20 Yann Ylavichttp: add ap_fgetline() and AP_GETLINE_NONBLOCK flag.
2018-04-20 Yann Ylaviccore: forward flags to recursive/folding call to ap_rge...
2018-04-19 Yann Ylaviccore: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rg...
2018-04-17 William A. Rowe JrGuess at fixing win32 build regression on trunk introdu...
2018-04-12 Joe Orton* server/vhost.c: Remove redundant vhost_check_config...
2018-03-26 Christophe JailletFix a potential compiler warning about uninitialized...
2018-03-24 Christophe JailletFix some typos reported in PR 59998
2018-03-20 Yann Ylaviccore: ap_getline_core() reads nothing for n == 0.
2018-03-20 Eric CovenerPR62200: EBCDIC: ap_rgetline APR_ENOSPC
2018-03-09 Yann YlavicFollow up to r1609680: further simplify/optimize ap_pro...
2018-02-21 William A. Rowe JrCorrectly identify origin of util_pcre.c/ap_regex.h...
next