summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] manually calculate off_t max (fixes #3171)Glenn Strauss2022-09-152-2/+3
* [core] handle ENOSPC with pwritev() (#3171)Glenn Strauss2022-09-151-0/+2
* [core] tweak streaming request body to backendsGlenn Strauss2022-09-112-21/+46
* [core] handle RDHUP when collecting chunked bodyGlenn Strauss2022-09-111-1/+1
* [mod_ajp13] fix crash with bad response headers (fixes #3170)Glenn Strauss2022-08-141-0/+6
* Update comment about TCP_INFO on OpenBSDBrad Smith2022-08-121-1/+1
* [core] fix HTTP/2 downloads >= 4GiB (fixes #3166)Glenn Strauss2022-08-041-2/+2
* [core] perf: adjust max h2 stream send incrementGlenn Strauss2022-08-041-1/+3
* [mod_wstunnel] fix crash with bad hybivers (fixes #3165)Glenn Strauss2022-08-031-1/+4
* [mod_authn_gssapi] warn if no confidentiality flag (fixes #3163)Glenn Strauss2022-07-281-5/+2
* [core] fix SIGUSR1 graceful restart w/ TLS (fixes #3164)Glenn Strauss2022-07-281-0/+4
* [core] preprocessor option to force crypto libGlenn Strauss2022-07-261-0/+20
* [core] check r->http_status before handling RangeGlenn Strauss2022-07-261-1/+2
* [mod_webdav] build with Android NDKGlenn Strauss2022-07-221-0/+8
* [core] fix buffer_substr_replace() extend (fixes #3160)Glenn Strauss2022-07-181-1/+1
* [mod_deflate] fix use of libdeflate for files>128k (fixes #3161)Glenn Strauss2022-07-181-2/+2
* [core] perf tweak buffer_eq_icase_ssn()Glenn Strauss2022-07-011-7/+1
* [core] fix li_base64_dec() on whitespaceGlenn Strauss2022-07-012-7/+23
* [mod_wolfssl] compat with older wolfssl versionsGlenn Strauss2022-07-011-1/+1
* [core] clarify server.username = "root" error msgGlenn Strauss2022-07-011-2/+2
* [mod_webdav] webdav_reqbody_type_xml() fixesGlenn Strauss2022-07-011-2/+4
* [mod_openssl] compile compat w/ openssl < 1.1.0Glenn Strauss2022-06-161-1/+9
* [mod_dirlisting] send ETag, Cache-Control w/ cacheGlenn Strauss2022-06-131-3/+39
* [core] do not load indexfile, dirlisting if unusedGlenn Strauss2022-06-121-0/+51
* [mod_webdav] check reqbody Content-Type is XMLGlenn Strauss2022-06-111-3/+28
* [mod_webdav] cold func if xml reqbody w/o db confGlenn Strauss2022-06-111-8/+17
* [core] buffer_append_bs_escaped_json()Glenn Strauss2022-06-106-52/+125
* [multiple] fix json encodingGlenn Strauss2022-06-102-2/+20
* [mod_magnet] reset for http-response-send-fileGlenn Strauss2022-06-091-0/+2
* [core] h2: optim: send window update in 16k unitsGlenn Strauss2022-06-091-11/+23
* [tests] test stubs for http_header.c and http_kv.cGlenn Strauss2022-06-076-6/+143
* [core] update cached tables with Priority headerGlenn Strauss2022-06-072-2/+5
* [core] h2: avoid sending tiny DATA framesGlenn Strauss2022-06-071-0/+3
* [core] h2: avoid sending small WINDOW_UPDATE framesGlenn Strauss2022-06-072-3/+15
* [core] increase session window size to 256kGlenn Strauss2022-06-041-1/+1
* [core] h2 SETTINGS_INITIAL_WINDOW_SIZE 64k (fixes #3089)Glenn Strauss2022-06-041-13/+12
* [mod_mbedtls] fix crt chain construction logicGlenn Strauss2022-06-041-3/+4
* [mod_webdav] alt handling PROPFIND on collectionGlenn Strauss2022-06-041-35/+2
* [core] avoid server.use-ipv6 warning after SIGUSR1Glenn Strauss2022-06-041-6/+7
* [TLS] inherit ssl.engine from global scopeGlenn Strauss2022-06-045-30/+0
* [core] reset internal flags after graceful restartGlenn Strauss2022-06-042-1/+16
* [multiple] application/javascript text/javascriptGlenn Strauss2022-05-264-2/+38
* [core] use current dir if context->basedir blankGlenn Strauss2022-05-251-1/+2
* [build] update descriptions to remove old lua verGlenn Strauss2022-05-241-1/+1
* [mod_magnet] skip req body collect warn if modsec3Glenn Strauss2022-05-241-0/+4
* [core] "url-invalid-utf8-reject" normalization optGlenn Strauss2022-05-244-13/+39
* [mod_cgi] fix detection of failing error handler (fixes #3157)Glenn Strauss2022-05-171-0/+1
* [mod_magnet] r.req_body .collect .get .set .addGlenn Strauss2022-05-151-2/+131
* [mod_webdav] If-None-Match: * on non-existentGlenn Strauss2022-05-141-2/+1
* [mod_wolfssl] compile fix for OpenWRTGlenn Strauss2022-05-121-1/+9