summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Multipath TCP (MPTCP) support (Proxy)Joe Orton2024-09-121-2/+20
* Windows: fix "Include" of UNC paths Eric Covener2024-09-111-1/+1
* ap_log_error: Include apu_version header to pick up apr-utilGraham Leggett2024-08-291-0/+1
* ap_log_error: Include text strings from apr-util in additionGraham Leggett2024-08-191-0/+15
* core: ap_location_walk() does not deal with the filesystemYann Ylavic2024-07-121-1/+1
* factor out IS_SLASH, perdir fixEric Covener2024-06-261-21/+10
* add ap_set_content_type_ex to differentiateEric Covener2024-06-242-2/+2
* add UNCList directive on Windows Eric Covener2024-06-241-0/+101
* mpm_event: Follow up to r1918482: CONN_STATE_LINGER* are not the last anymore.Yann Ylavic2024-06-211-8/+15
* mpm_event: Follow up to r1918482: CONN_STATE_ASYNC_WAITIO > CONN_STATE_LINGER.Yann Ylavic2024-06-211-1/+1
* mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO.Yann Ylavic2024-06-211-42/+40
* mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OKYann Ylavic2024-06-111-75/+103
* mpm_event, mod_status: Separate processing and write completion queues.Yann Ylavic2024-06-013-44/+71
* mpm_event: Don't spam with "Stopping process due to MaxConnectionsPerChild"Yann Ylavic2024-05-311-4/+2
* mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state.Yann Ylavic2024-05-283-111/+133
* On Linux use the real thread id via gettid() in error logging,Joe Orton2024-05-081-1/+5
* * server/core.c (set_override): Catch errors returned byJoe Orton2024-04-161-2/+4
* mpm_event,mpm_worker: Comment about pollset sizing when APR_POLLSET_WAKEABLE.Yann Ylavic2024-04-122-2/+8
* mpm_worker: Fix AH00045 about children processes not terminating timely.Yann Ylavic2024-04-121-18/+32
* mpm_event: Simplify pollset "good methods" vs APR_POLLSET_WAKEABLE.Yann Ylavic2024-04-121-13/+11
* shutdown carefully when threads don't startEric Covener2024-03-132-3/+38
* use graceful exit if lister startedEric Covener2024-03-121-1/+1
* event: avoid possible hang in clean_child_exitEric Covener2024-03-111-0/+1
* * server/util_expr_parse.c (yyparse): Fix typo in comment.Joe Orton2024-02-021-1/+1
* Updated typo NWGNUmakefileRich Bowen2024-01-241-1/+1
* regex: Add AP_REG_NOTEMPTY_ATSTART maching option.Yann Ylavic2024-01-161-0/+2
* regex: Add ap_regexec_ex() which can take a starting offset to match from.Yann Ylavic2024-01-161-8/+23
* util_filter: More useful logging for brigade setaside/reinstate/adopt.Yann Ylavic2023-07-071-37/+49
* http_protocol: make request processing more robust for incomplete dataStefan Eissing2023-06-211-0/+7
* *) http_protocol: if there is a request and an error bucket in the inputStefan Eissing2023-06-211-62/+71
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-201-0/+30
* * Fix copy and paste errorRuediger Pluem2023-06-091-1/+1
* When we are at flush_max_threshold and the next bucket is a metadata (i.e. ne...Christophe Jaillet2023-05-211-30/+30
* Make sources build with latest clang versionStefan Eissing2023-04-275-5/+7
* core: Add the token_checker hook, that allows authentication to takeGraham Leggett2023-04-251-0/+29
* Follow up to r1909356: c89/style fix.Yann Ylavic2023-04-231-4/+4
* core: Restore original regex value when nesting Location,Graham Leggett2023-04-221-0/+14
* core: Be explicit if an enclosing directive contains a path or aGraham Leggett2023-04-141-25/+23
* Fix possible NULL pointer dereference casued by apreq_param_make()Giovanni Bechis2023-04-055-0/+22
* mpm_event: useful APLOG_DEBUG messages.Yann Ylavic2023-04-011-8/+10
* Fix a possible null pointer dereference in ap_expr_parse()Giovanni Bechis2023-03-281-1/+4
* check apreq_cookie_make return valueGiovanni Bechis2023-03-231-0/+4
* util_time: Follow up to r1908380 and r1908389: apr_strings.h not needed anymore.Yann Ylavic2023-03-201-1/+0
* core: Follow up to r1908393: comment about where ap_server_conf is set.Yann Ylavic2023-03-151-2/+2
* core: Follow up to r1908393: ap_server_conf to NULL before ap_read_config().Yann Ylavic2023-03-141-0/+2
* core: Set ap_server_conf ASAP.Yann Ylavic2023-03-142-4/+7
* log: Follow up to r1908388: ap_server_conf might be NULL.Yann Ylavic2023-03-141-3/+5
* util_time: Follow up to r1908380: Avoid apr_snprintf() like others.Yann Ylavic2023-03-141-6/+10
* core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts.Yann Ylavic2023-03-142-1/+13
* util_time: Note/comments about ap_recent_ctime_ex() correctness wrt trailing \0Yann Ylavic2023-03-141-2/+4