| Commit message (Expand) | Author | Files | Lines |
2023-08-16 | Tests: update pytest for curl 8.1.x bugs | Stefan Eissing | 4 | -25/+68 |
2023-08-16 | Add docs for DavBasePath. | Joe Orton | 1 | -0/+30 |
2023-08-14 | Add DAVBasePath directive to allow users to configure the real repos | Joe Orton | 1 | -2/+36 |
2023-08-14 | HTTP/2, websockets | Stefan Eissing | 5 | -11/+24 |
2023-08-14 | Steal a number. | Joe Orton | 1 | -1/+1 |
2023-07-26 | *) mod_http2: Fix reporting of `Total Accesses` in server-status to not count | Stefan Eissing | 4 | -19/+47 |
2023-07-24 | slight clarification, depends on r->status | Eric Covener | 1 | -1/+1 |
2023-07-24 | no AH01588 for ap_get_client_block + CL over limit | Eric Covener | 2 | -2/+9 |
2023-07-22 | fr doc rebuild. | Lucien Gentis | 8 | -877/+985 |
2023-07-22 | fr doc XML file update. | Lucien Gentis | 1 | -1/+43 |
2023-07-21 | ab: apr_pool_clear() closes the socket already. | Yann Ylavic | 1 | -1/+1 |
2023-07-21 | ab: Disable nagle algorithm on sockets, it's not telnet. | Yann Ylavic | 1 | -0/+6 |
2023-07-21 | ab: Follow up to r1910912: No need for the "events" member. | Yann Ylavic | 1 | -7/+5 |
2023-07-21 | Steal some APLOGNOs for PR #367. | Yann Ylavic | 1 | -1/+1 |
2023-07-17 | mod_alias: Add AliasPreservePath directive to map the full | Graham Leggett | 3 | -1/+58 |
2023-07-15 | fr doc XML file update. | Lucien Gentis | 1 | -2/+62 |
2023-07-14 | * mod_md: | Stefan Eissing | 16 | -47/+593 |
2023-07-14 | test: update http2 test 008_03 for curl allowing the server to send almost al... | Stefan Eissing | 1 | -1/+8 |
2023-07-11 | Steal another APLOGNO for event_wip. | Yann Ylavic | 1 | -1/+1 |
2023-07-10 | ab: Add -D for a watchdog that prints counters on polled connections. | Yann Ylavic | 1 | -18/+89 |
2023-07-10 | ab: Check and handle POLLOUT before POLLIN. | Yann Ylavic | 1 | -62/+47 |
2023-07-08 | ab: Follow up to r1910871: s/bind_num/bind_rr/g | Yann Ylavic | 1 | -4/+4 |
2023-07-08 | ab: Allow to bind multiple addresses with -Baddr1,addr2,... | Yann Ylavic | 1 | -15/+45 |
2023-07-08 | ab: Stop worker at end of -t in any case, not only interruption. | Yann Ylavic | 1 | -12/+14 |
2023-07-07 | ab: Ignore the delay if it's larger than the timeout. | Yann Ylavic | 1 | -1/+3 |
2023-07-07 | ab: Fix accounting of started connections. | Yann Ylavic | 1 | -25/+39 |
2023-07-07 | Add WebAssembly MIME type and file extension | Joe Orton | 1 | -0/+1 |
2023-07-07 | pytest: Fine tuning for LogLevel vs -v^n. | Yann Ylavic | 1 | -3/+8 |
2023-07-07 | * support/ab.c (ssl_proceed_handshake): Fix X509 * leak. | Joe Orton | 1 | -0/+1 |
2023-07-07 | util_filter: More useful logging for brigade setaside/reinstate/adopt. | Yann Ylavic | 1 | -37/+49 |
2023-07-07 | pytests: Ignore log errors/warnings per function. | Yann Ylavic | 44 | -368/+762 |
2023-07-07 | Add application/vnd.geogebra.slides mime type | Joe Orton | 1 | -0/+1 |
2023-07-07 | apxs: Fix -i for some cases where -n is not used. | Joe Orton | 2 | -1/+3 |
2023-07-06 | mod_rewrite: Fix a possible NULL pointer dereference in hook_uri2file | Joe Orton | 1 | -1/+1 |
2023-07-06 | Allow mod_dav_fs to tolerate race conditions between PROPFIND and an | Joe Orton | 3 | -1/+16 |
2023-07-06 | test h2: be more generous in stutter step jittering. | Stefan Eissing | 2 | -4/+2 |
2023-07-06 | proxy_util: revert timeout selection on a proxy tunnel back to | Stefan Eissing | 2 | -4/+26 |
2023-07-05 | Steal a number. [skip ci] | Joe Orton | 1 | -1/+1 |
2023-07-05 | Use 'git clone' rather than 'svn export' in CI scripts. | Joe Orton | 1 | -32/+3 |
2023-07-01 | fr doc rebuild. | Lucien Gentis | 3 | -568/+595 |
2023-07-01 | XML file update.-Cette ligne, et les suivantes ci-dessous, seront ignorées-- | Lucien Gentis | 1 | -1/+27 |
2023-06-30 | typos/whitespace | Eric Covener | 1 | -4/+4 |
2023-06-30 | proxy: in proxy tunnels, use the smaller timeout value of | Stefan Eissing | 1 | -3/+3 |
2023-06-30 | tests: another sync of the http2 tests | Stefan Eissing | 2 | -9/+1 |
2023-06-30 | tests: sync mod_http2 tests with mod_h2 and 2.4.x version checks | Stefan Eissing | 6 | -18/+29 |
2023-06-29 | mod_http2: add aplogno where makefile did not detect it missing? | Stefan Eissing | 1 | -1/+1 |
2023-06-29 | steal a number | Stefan Eissing | 1 | -1/+1 |
2023-06-29 | mod_http2: when failing a request, make sure the request_rec fields | Stefan Eissing | 1 | -1/+15 |
2023-06-29 | mod_http2: move get_pollfd_from_conn hook outside the HAS_RESPONSE_BUCKET part | Stefan Eissing | 1 | -27/+31 |
2023-06-28 | pyhttpd: Generate core dumps on crash and show them in the ci eventually. | Yann Ylavic | 2 | -1/+7 |