| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Multipath TCP (MPTCP) support (Proxy) | Joe Orton | 2024-09-12 | 1 | -2/+20 |
* | Windows: fix "Include" of UNC paths | Eric Covener | 2024-09-11 | 1 | -1/+1 |
* | ap_log_error: Include apu_version header to pick up apr-util | Graham Leggett | 2024-08-29 | 1 | -0/+1 |
* | ap_log_error: Include text strings from apr-util in addition | Graham Leggett | 2024-08-19 | 1 | -0/+15 |
* | core: ap_location_walk() does not deal with the filesystem | Yann Ylavic | 2024-07-12 | 1 | -1/+1 |
* | factor out IS_SLASH, perdir fix | Eric Covener | 2024-06-26 | 1 | -21/+10 |
* | add ap_set_content_type_ex to differentiate | Eric Covener | 2024-06-24 | 2 | -2/+2 |
* | add UNCList directive on Windows | Eric Covener | 2024-06-24 | 1 | -0/+101 |
* | mpm_event: Follow up to r1918482: CONN_STATE_LINGER* are not the last anymore. | Yann Ylavic | 2024-06-21 | 1 | -8/+15 |
* | mpm_event: Follow up to r1918482: CONN_STATE_ASYNC_WAITIO > CONN_STATE_LINGER. | Yann Ylavic | 2024-06-21 | 1 | -1/+1 |
* | mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO. | Yann Ylavic | 2024-06-21 | 1 | -42/+40 |
* | mpm_event,mod_http2: Keep compatibility with CONN_STATE_PROCESSING + OK | Yann Ylavic | 2024-06-11 | 1 | -75/+103 |
* | mpm_event, mod_status: Separate processing and write completion queues. | Yann Ylavic | 2024-06-01 | 3 | -44/+71 |
* | mpm_event: Don't spam with "Stopping process due to MaxConnectionsPerChild" | Yann Ylavic | 2024-05-31 | 1 | -4/+2 |
* | mpm_event,core: Handle async POLLIN/POLLOUT in CONN_STATE_PROCESS state. | Yann Ylavic | 2024-05-28 | 3 | -111/+133 |
* | On Linux use the real thread id via gettid() in error logging, | Joe Orton | 2024-05-08 | 1 | -1/+5 |
* | * server/core.c (set_override): Catch errors returned by | Joe Orton | 2024-04-16 | 1 | -2/+4 |
* | mpm_event,mpm_worker: Comment about pollset sizing when APR_POLLSET_WAKEABLE. | Yann Ylavic | 2024-04-12 | 2 | -2/+8 |
* | mpm_worker: Fix AH00045 about children processes not terminating timely. | Yann Ylavic | 2024-04-12 | 1 | -18/+32 |
* | mpm_event: Simplify pollset "good methods" vs APR_POLLSET_WAKEABLE. | Yann Ylavic | 2024-04-12 | 1 | -13/+11 |
* | shutdown carefully when threads don't start | Eric Covener | 2024-03-13 | 2 | -3/+38 |
* | use graceful exit if lister started | Eric Covener | 2024-03-12 | 1 | -1/+1 |
* | event: avoid possible hang in clean_child_exit | Eric Covener | 2024-03-11 | 1 | -0/+1 |
* | * server/util_expr_parse.c (yyparse): Fix typo in comment. | Joe Orton | 2024-02-02 | 1 | -1/+1 |
* | Updated typo NWGNUmakefile | Rich Bowen | 2024-01-24 | 1 | -1/+1 |
* | regex: Add AP_REG_NOTEMPTY_ATSTART maching option. | Yann Ylavic | 2024-01-16 | 1 | -0/+2 |
* | regex: Add ap_regexec_ex() which can take a starting offset to match from. | Yann Ylavic | 2024-01-16 | 1 | -8/+23 |
* | util_filter: More useful logging for brigade setaside/reinstate/adopt. | Yann Ylavic | 2023-07-07 | 1 | -37/+49 |
* | http_protocol: make request processing more robust for incomplete data | Stefan Eissing | 2023-06-21 | 1 | -0/+7 |
* | *) http_protocol: if there is a request and an error bucket in the input | Stefan Eissing | 2023-06-21 | 1 | -62/+71 |
* | *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, as | Stefan Eissing | 2023-06-20 | 1 | -0/+30 |
* | * Fix copy and paste error | Ruediger Pluem | 2023-06-09 | 1 | -1/+1 |
* | When we are at flush_max_threshold and the next bucket is a metadata (i.e. ne... | Christophe Jaillet | 2023-05-21 | 1 | -30/+30 |
* | Make sources build with latest clang version | Stefan Eissing | 2023-04-27 | 5 | -5/+7 |
* | core: Add the token_checker hook, that allows authentication to take | Graham Leggett | 2023-04-25 | 1 | -0/+29 |
* | Follow up to r1909356: c89/style fix. | Yann Ylavic | 2023-04-23 | 1 | -4/+4 |
* | core: Restore original regex value when nesting Location, | Graham Leggett | 2023-04-22 | 1 | -0/+14 |
* | core: Be explicit if an enclosing directive contains a path or a | Graham Leggett | 2023-04-14 | 1 | -25/+23 |
* | Fix possible NULL pointer dereference casued by apreq_param_make() | Giovanni Bechis | 2023-04-05 | 5 | -0/+22 |
* | mpm_event: useful APLOG_DEBUG messages. | Yann Ylavic | 2023-04-01 | 1 | -8/+10 |
* | Fix a possible null pointer dereference in ap_expr_parse() | Giovanni Bechis | 2023-03-28 | 1 | -1/+4 |
* | check apreq_cookie_make return value | Giovanni Bechis | 2023-03-23 | 1 | -0/+4 |
* | util_time: Follow up to r1908380 and r1908389: apr_strings.h not needed anymore. | Yann Ylavic | 2023-03-20 | 1 | -1/+0 |
* | core: Follow up to r1908393: comment about where ap_server_conf is set. | Yann Ylavic | 2023-03-15 | 1 | -2/+2 |
* | core: Follow up to r1908393: ap_server_conf to NULL before ap_read_config(). | Yann Ylavic | 2023-03-14 | 1 | -0/+2 |
* | core: Set ap_server_conf ASAP. | Yann Ylavic | 2023-03-14 | 2 | -4/+7 |
* | log: Follow up to r1908388: ap_server_conf might be NULL. | Yann Ylavic | 2023-03-14 | 1 | -3/+5 |
* | util_time: Follow up to r1908380: Avoid apr_snprintf() like others. | Yann Ylavic | 2023-03-14 | 1 | -6/+10 |
* | core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts. | Yann Ylavic | 2023-03-14 | 2 | -1/+13 |
* | util_time: Note/comments about ap_recent_ctime_ex() correctness wrt trailing \0 | Yann Ylavic | 2023-03-14 | 1 | -2/+4 |