]> granicus.if.org Git - apache/history - server
Define "state directory" for storing persistent child-writable state,
[apache] / server /
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...
2018-02-20 Yann Ylavicmpm_event: follow up to r1823047 and r1824862.
2018-02-20 Yann Ylavicmpm_event: follow up to r1823047 and r1824464.
2018-02-17 Graham Leggettcore: Create a conn_config_t structure to hold an exten...
2018-02-16 Yann Ylavicmpm_event: follow up to r1823047: complete state valida...
2018-02-16 Yann Ylavicmpm_event: follow up to r1823047: simplify "clogging...
2018-02-16 Yann Ylavicmpm_event: follow up to r1823047.
2018-02-16 Yann YlavicFollow up to r1824339: s/strcasecmp/ap_cstr_casecmp...
2018-02-15 Yann Ylavicregex: Allow to configure global/default options for...
2018-02-15 Yann Ylaviccore: Ensure that ap_*getline*() return NUL terminated...
2018-02-03 Yann Ylavicmpm_event: move lingering close "sucker" from the liste...
2018-02-01 Stefan EissingOn the trunk:
2018-01-30 Yann Ylaviccore: follow up to r1822596.
2018-01-30 Yann Ylaviccore: fix ap_request_core_filter()'s brigade lifetime.
2018-01-29 Yann YlavicRevert r1814112, it does not work for threaded MPMs.
2018-01-29 Stefan EissingOn the trunk:
2018-01-27 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-27 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_worker: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_worker: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
2018-01-19 Yann Ylavicmpm_fdqueue: follow up to r1821624.
next