summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/http2/h2_ws.c: Fix comment, no functional change. [skip ci]Joe Orton2023-10-181-1/+1
* Fix h2 build broken in r1913019:Joe Orton2023-10-162-1/+5
* Further h2 compile fixes:Joe Orton2023-10-162-1/+2
* * modules/http2: Fill in APLOGNO.Joe Orton2023-10-161-1/+1
* *) mod_http2: enable WebSockets on when compiling against aStefan Eissing2023-10-161-1/+3
* * mod_http2: improved early cleanup of streams.Stefan Eissing2023-10-164-7/+42
* *) mod_macro: use our own strncmp functionStefan Eissing2023-10-161-1/+1
* Fix format string type checkStefan Eissing2023-10-131-1/+1
* mod_dav_fs: add DAVLockDBType directive.Joe Orton2023-10-034-16/+50
* DOXYGEN has nothing to do here, just remove this strange "#if defined(DOXYGEN)"Christophe Jaillet2023-10-011-1/+1
* Slightly optimize h2_mplx_c1_streams_do().Christophe Jaillet2023-10-011-2/+3
* * modules/dav/fs/dbm.c (dav_dbm_open_direct): Test againstJoe Orton2023-09-281-2/+2
* * modules/dav/fs/dbm.c (dav_fs_dbm_error, dav_dbm_open_direct): RemoveJoe Orton2023-09-221-2/+2
* mod_proxy: Allocate and pnitialize the workers and balancers on pconf.Yann Ylavic2023-09-212-35/+36
* mod_proxy: Simplify ap_proxy_get_worker_ex()Yann Ylavic2023-09-211-38/+38
* mod_proxy: Add ap_proxy_worker_get_name() and deprecate ap_proxy_worker_name().Yann Ylavic2023-09-214-38/+48
* mod_proxy: Consistently close the socket on failure to reuse the connection.Yann Ylavic2023-09-211-32/+36
* mod_proxy: Handle backend address renewal with address_ttl= parameter.Yann Ylavic2023-09-217-410/+835
* *) mod_http2: fixed a compile time issue for Windows builds.Stefan Eissing2023-09-191-1/+1
* * mod_http2: fixed a bug in handling of stream timeouts.Stefan Eissing2023-09-185-1/+49
* Arrange the bybusyness logic and prevent bad busy valuesJean-Frederic Clere2023-09-114-17/+168
* *) mod_proxy_http2: fix `X-Forward-Host` header to carry the correct value.Stefan Eissing2023-09-081-10/+10
* mod_ssl: Silence info log message "SSL Library Error: error:0A000126:Rainer Jung2023-08-301-0/+8
* *) mod_proxy_http2: improved error handling on connection errors whileStefan Eissing2023-08-282-4/+20
* Fix missing break in config settings, code styleStefan Eissing2023-08-282-1/+2
* * modules/dav/main/mod_dav.c (dav_get_resource): Don't maskJoe Orton2023-08-251-2/+2
* * mod_md: fixed passing of the server environment variables to programsStefan Eissing2023-08-165-19/+11
* *) mod_http2: sync with github versionStefan Eissing2023-08-166-9/+29
* Add DAVBasePath directive to allow users to configure the real reposJoe Orton2023-08-141-2/+36
* HTTP/2, websocketsStefan Eissing2023-08-145-11/+24
* *) mod_http2: Fix reporting of `Total Accesses` in server-status to not countStefan Eissing2023-07-262-15/+0
* slight clarification, depends on r->statusEric Covener2023-07-241-1/+1
* no AH01588 for ap_get_client_block + CL over limitEric Covener2023-07-241-1/+8
* mod_alias: Add AliasPreservePath directive to map the fullGraham Leggett2023-07-171-1/+12
* * mod_md:Stefan Eissing2023-07-149-44/+145
* mod_rewrite: Fix a possible NULL pointer dereference in hook_uri2fileJoe Orton2023-07-061-1/+1
* Allow mod_dav_fs to tolerate race conditions between PROPFIND and anJoe Orton2023-07-063-1/+16
* proxy_util: revert timeout selection on a proxy tunnel back toStefan Eissing2023-07-061-2/+2
* typos/whitespaceEric Covener2023-06-301-4/+4
* proxy: in proxy tunnels, use the smaller timeout value ofStefan Eissing2023-06-301-3/+3
* mod_http2: add aplogno where makefile did not detect it missing?Stefan Eissing2023-06-291-1/+1
* mod_http2: when failing a request, make sure the request_rec fieldsStefan Eissing2023-06-291-1/+15
* mod_http2: move get_pollfd_from_conn hook outside the HAS_RESPONSE_BUCKET partStefan Eissing2023-06-291-27/+31
* incorporate feedback from rpluemEric Covener2023-06-281-6/+9
* Follow up to r1910656: Fix dumplicate APLOGNO.Yann Ylavic2023-06-281-1/+1
* back to original patch in PR66672Eric Covener2023-06-281-3/+5
* revert recent r1910650Eric Covener2023-06-281-8/+10
* lognos for the new debugsStefan Eissing2023-06-281-2/+2
* *) mod_http2: new directive `H2ProxyRequests on|off` to enable handlingStefan Eissing2023-06-283-2/+58
* act more like pre-r1908097 with rewriteEric Covener2023-06-281-10/+8