summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Save a few cycles.Christophe Jaillet2018-04-221-3/+2
* Axe ap_rgetline_core(), not used anymore.Yann Ylavic2018-04-221-18/+7
* Follow up to r1829659, ap_[f]getline() EBCDIC awareness.Yann Ylavic2018-04-221-9/+24
* http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag.Yann Ylavic2018-04-201-24/+51
* core: forward flags to recursive/folding call to ap_rgetline_core().Yann Ylavic2018-04-201-2/+2
* core: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core().Yann Ylavic2018-04-191-23/+79
* Guess at fixing win32 build regression on trunk introduced by r1734656William A. Rowe Jr2018-04-171-2/+2
* * server/vhost.c: Remove redundant vhost_check_config hook which neverJoe Orton2018-04-121-14/+0
* Fix a potential compiler warning about uninitialized variable.Christophe Jaillet2018-03-261-1/+1
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-242-3/+3
* core: ap_getline_core() reads nothing for n == 0.Yann Ylavic2018-03-201-0/+1
* PR62200: EBCDIC: ap_rgetline APR_ENOSPCEric Covener2018-03-201-1/+1
* Follow up to r1609680: further simplify/optimize ap_proxy_strcmp_ematch().Yann Ylavic2018-03-091-2/+2
* Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch]William A. Rowe Jr2018-02-211-12/+21
* mpm_event: follow up to r1823047 and r1824862.Yann Ylavic2018-02-201-1/+4
* mpm_event: follow up to r1823047 and r1824464.Yann Ylavic2018-02-201-4/+1
* core: Create a conn_config_t structure to hold an extendable core config rather Graham Leggett2018-02-173-2/+49
* mpm_event: follow up to r1823047: complete state validation after processing.Yann Ylavic2018-02-161-1/+2
* mpm_event: follow up to r1823047: simplify "clogging" logic (reentrance).Yann Ylavic2018-02-161-3/+3
* mpm_event: follow up to r1823047.Yann Ylavic2018-02-161-2/+2
* Follow up to r1824339: s/strcasecmp/ap_cstr_casecmp/ as suggested by Ruediger.Yann Ylavic2018-02-161-4/+4
* regex: Allow to configure global/default options for regexes.Yann Ylavic2018-02-152-0/+93
* core: Ensure that ap_*getline*() return NUL terminated lines on any error.Yann Ylavic2018-02-151-34/+42
* mpm_event: move lingering close "sucker" from the listener to worker(s).Yann Ylavic2018-02-031-105/+139
* On the trunk:Stefan Eissing2018-02-011-3/+3
* core: follow up to r1822596.Yann Ylavic2018-01-301-2/+5
* core: fix ap_request_core_filter()'s brigade lifetime.Yann Ylavic2018-01-302-27/+40
* Revert r1814112, it does not work for threaded MPMs.Yann Ylavic2018-01-293-3/+0
* On the trunk:Stefan Eissing2018-01-291-1/+5
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-271-1/+2
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-275-45/+51
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-194-22/+12
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-5/+1
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-194-32/+30
* mpm_worker: follow up to r1821624.Yann Ylavic2018-01-191-0/+1
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-192-24/+25
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-1/+1
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-1/+3
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-0/+4
* mpm_worker: follow up to r1821624.Yann Ylavic2018-01-194-486/+8
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-192-8/+17
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-191-4/+6
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-193-6/+6
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-192-51/+46
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-193-16/+20
* mpm_fdqueue: follow up to r1821624.Yann Ylavic2018-01-193-19/+22
* Shared fdqueue code between MPMs event and worker into mpm_fdqueue.Yann Ylavic2018-01-194-2/+2
* Revert r1821526, r1821527, r1821534, r1821538, r1821539, r1821541, r1821605, ...Yann Ylavic2018-01-199-586/+1064
* mpm_worker: Follow up to r1821526.Yann Ylavic2018-01-194-486/+8
* mpm_unix: Follow up to r1821526.Yann Ylavic2018-01-192-8/+17