summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* fail on bad headerEric Covener2023-01-101-0/+2
* * Log URI causing to exceed the limit to ease analysisRuediger Pluem2023-01-041-4/+10
* * Optimize code flowRuediger Pluem2023-01-041-17/+19
* * Use apr_size_t instead of int to harden against overflows.Ruediger Pluem2022-08-251-2/+2
* core: Follow up to r1902728: ap_max_mem_free early setting.Yann Ylavic2022-08-181-1/+1
* core: Follow up to r1902728 and r1902909: Move comment where relevant.Yann Ylavic2022-08-181-1/+1
* core: Follow up to r1902728 and r1902906: simplify for APR-1.8+.Yann Ylavic2022-07-211-15/+2
* core: Follow up to r1902728: pools may have no allocator with APR_POOL_DEBUG.Yann Ylavic2022-07-211-12/+31
* util_cpre: Follow up to r1902731: Simplify thread pool allocation.Yann Ylavic2022-07-191-64/+21
* util: Follow up to r1902728 and r1902731: static/AP_THREAD_LOCAL order matters.Yann Ylavic2022-07-152-2/+2
* util_pcre: Restore nmatch < ncaps behaviour with PCRE1 (only).Yann Ylavic2022-07-151-0/+26
* util_pcre: Add a thread local subpool cache for when stack does not suffice.Yann Ylavic2022-07-151-61/+164
* core: Apply ap_max_mem_free to created threads' pool allocator.Yann Ylavic2022-07-151-53/+62
* mpm_winnt: Follow up to r1902636: another compilation error.Yann Ylavic2022-07-111-1/+1
* mpm_winnt: Fix compilation error.Yann Ylavic2022-07-101-1/+1
* Follow-up to r1902572: Remove now unused #include.Ivan Zhakov2022-07-081-1/+0
* Rewrite ap_regexec() without a thread-local storage context for allocations.Ivan Zhakov2022-07-081-101/+64
* better error messageGiovanni Bechis2022-06-281-1/+2
* check apr_sockaddr_info_get return valueGiovanni Bechis2022-06-281-1/+6
* core: log_tid support on FreeBSD.Yann Ylavic2022-06-161-2/+8
* mpm_prefork: Do not access the POD in ONE_PROCESS mode.Yann Ylavic2022-06-161-8/+6
* fixed in 1.7 SVN but not releasedEric Covener2022-06-041-1/+1
* force to 0 on 1.6 on WindowsEric Covener2022-06-041-0/+6
* handle large writes in ap_rputsEric Covener2022-06-011-0/+3
* use a liberal default limit for LimitRequestBody of 1GBEric Covener2022-06-011-1/+1
* fix typesEric Covener2022-06-011-2/+2
* * Avoid an overflow on large inputsRuediger Pluem2022-04-271-4/+2
* core: Disable TCP_NOPUSH optimization on OSX. BZ 66019.Yann Ylavic2022-04-211-5/+17
* *) core: add ap_sb_get_child_thread() to retrieve child_numStefan Eissing2022-04-191-0/+8
* *) de-duplicate ALOGNO from code copy.Stefan Eissing2022-04-191-1/+1
* *) core: improved checks in ap_escape_quotes() forStefan Eissing2022-04-161-2/+19
* * Port r1899858, r1899865 to worker MPMRuediger Pluem2022-04-151-3/+23
* mpm_event: Follow up to r1899858: Avoid explicit sleep.Yann Ylavic2022-04-141-12/+11
* mpm_event: Handle children killed pathologically.Yann Ylavic2022-04-141-3/+24
* mpm_event: Follow up to r1899777: Fix max_daemon_used.Yann Ylavic2022-04-131-9/+7
* Merge PR 311:Stefan Eissing2022-04-131-418/+257
* Remove libsystemd dependency from main httpd binaryJoe Orton2022-04-121-36/+26
* mpm_event: Fix accounting of active/total processes on ungraceful restart.Yann Ylavic2022-04-121-52/+87
* *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specificStefan Eissing2022-04-071-39/+19
* *) core: make ap_escape_quotes() work correctly on stringsStefan Eissing2022-04-061-5/+8
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-043-1/+323
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-182-0/+68
* core: Make sure and check that LimitXMLRequestBody fits in system memory.Yann Ylavic2022-03-073-3/+16
* core: Simpler connection close logic if discarding the request body fails.Yann Ylavic2022-03-071-20/+8
* *) mod_watchdog: add assertions to cleanup codeStefan Eissing2022-02-251-6/+13
* *) core/prefork: run new hook `child_stopped` only on clean exit.Stefan Eissing2022-02-241-4/+4
* * core/mpm: add hook 'child_stopped` that gets called when the MPM hasStefan Eissing2022-02-245-1/+10
* *) mpm/winnt: add running the 'child_stopping' hook.Stefan Eissing2022-02-221-0/+7
* There is no point in calling ap_varbuf_grow() here, it is alreadyChristophe Jaillet2022-02-211-2/+1
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-91/+15