summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ap_regex: Follow up to r1897240: runtime fallback to alloc/free.Yann Ylavic2022-01-201-49/+69
* ap_regex: Follow up to r1897240: Fix issues spotted by RĂ¼diger (thanks!).Yann Ylavic2022-01-202-4/+6
* ap_regex: Follow up to r1897244: Fix pmatch overflow and returned value at li...Yann Ylavic2022-01-201-4/+2
* ap_regex: PCRE needs buffers sized against the number of captures only.Yann Ylavic2022-01-201-10/+10
* Follow up to r1897240: APR_HAS_THREAD_LOCAL wants #ifdef instead of #if.Yann Ylavic2022-01-202-4/+4
* ap_regex: Use Thread Local Storage (if efficient) to avoid allocations.Yann Ylavic2022-01-202-47/+174
* core: Allow an optional expression to be specified for an effectiveGraham Leggett2022-01-171-16/+35
* util: Follow up to r1897101 and r1897105: Yet better ap_cstr_casecmp[n]().Yann Ylavic2022-01-161-8/+8
* util: Follow up to r1897101: Yet better ap_cstr_casecmp[n]().Yann Ylavic2022-01-161-10/+12
* util: Improve ap_cstr_casecmp() and ap_cstr_casecmpn() performances.Yann Ylavic2022-01-151-26/+16
* mpm_event: Fix a possible listener deadlock. PR 65769.Yann Ylavic2021-12-291-6/+15
* http: Enforce that fully qualified uri-paths not to be forward-proxiedYann Ylavic2021-12-131-1/+22
* mpm_event: Follow up to r1895553.Yann Ylavic2021-12-061-4/+10
* Revert r1895551: seems to break python tests..Yann Ylavic2021-12-031-1/+0
* mpm_event: Follow up to r1894285: new MaxSpareThreads heuristics.Yann Ylavic2021-12-031-21/+15
* mpm_event: Close the listeners first for ungraceful stop too.Yann Ylavic2021-12-031-0/+1
* mpm_event: Retain active_daemons instead of resetting it on restart.Yann Ylavic2021-12-031-14/+13
* Revert spurious commit r1895340.Yann Ylavic2021-11-252-68/+22
* Trigger ci.Yann Ylavic2021-11-252-22/+68
* Sync r1895107 from libapreq.Yann Ylavic2021-11-171-13/+22
* Sync r1895075 from libapreq.Yann Ylavic2021-11-161-4/+2
* Sync r1895054 from libapreq.Yann Ylavic2021-11-151-3/+5
* Sync r1895020 and r1895021 from libapreq.Yann Ylavic2021-11-142-2/+5
* apreq: Sync r1894983 from libapreq.Yann Ylavic2021-11-121-7/+14
* apreq: Sync r1894982 from libapreq.Yann Ylavic2021-11-121-74/+131
* apreq: Sync r1894977 from libapreq.Yann Ylavic2021-11-121-86/+73
* apreq: Sync r1894940 from libapreq.Yann Ylavic2021-11-111-29/+27
* apreq: Sync latest changes from lib apreq.Yann Ylavic2021-11-112-62/+158
* mpm_event,worker}: Really perform_idle_server_maintenance() per bucket.Yann Ylavic2021-10-154-50/+54
* Follow up to r1894285: add idle_threads and max_workers to trace5.Yann Ylavic2021-10-151-2/+3
* mpm_event: Restart stopping of idle children after a load peak. PR 65626.Yann Ylavic2021-10-151-3/+9
* *) core: Be safe with ap_lingering_close() called with a socket NULL-ed.Yann Ylavic2021-10-121-3/+10
* * Optimize performance by moving calculation of loop invariant out of the loopRuediger Pluem2021-10-081-1/+2
* core: Add ap_unescape_url_ex() for better decoding control, and deprecateYann Ylavic2021-10-073-31/+52
* core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second encoded dot.Yann Ylavic2021-09-291-5/+15
* * Correctly decrement active_daemons also in the case that the childRuediger Pluem2021-09-221-1/+4
* * Follow up to r1893497: Make use of ap_pre_connection in mpm_motorz and mpm_...Ruediger Pluem2021-09-212-4/+2
* In case one of the pre_connection hooks causes the hook run to stop by an errorRuediger Pluem2021-09-213-7/+27
* MPMs: cap idle_spawn_rate to MAX_SPAWN_RATE.Yann Ylavic2021-09-204-11/+39
* core: Add ap_create_connection() to create a server or client/proxy connection.Yann Ylavic2021-09-092-4/+27
* * optimizing hook check as suggested by Yann.Stefan Eissing2021-09-091-1/+2
* *core: clarify comments and use hook API better to check for presence of ca...Stefan Eissing2021-09-091-1/+1
* mpm_event: Follow up to r1893014: log when children are not spawned.Yann Ylavic2021-09-071-1/+12
* core: Follow up to r1893030: Use special address for invalid r->method.Yann Ylavic2021-09-071-2/+4
* core: Initialize the request fields on read failure to avoid NULLs.Yann Ylavic2021-09-071-0/+5
* Revert r1893026, will re-commit with minimal changes to ease backport.Yann Ylavic2021-09-071-7/+2
* core: Initialize the request fields on read failure to avoid NULLs.Yann Ylavic2021-09-071-2/+7
* mpm_event: Fix children processes possibly not stopped on graceful restart.Yann Ylavic2021-09-071-0/+3
* core: Set r->request_time before any logging, mod_unique_id needs it.Yann Ylavic2021-09-071-1/+3
* mpm_{event,worker,prefork}: follow up to r1892587: restore ungraceful on MPM ...Yann Ylavic2021-08-254-3/+20