Commit Graph

3972 Commits (1a8ac120b49132f8983400f1817a6b8bd1f31188)
 

Author SHA1 Message Date
Glenn Strauss b288eeafaa [core] http_response_send_file() mark cold paths
2 years ago
Glenn Strauss 2097fe441b [mod_extforward] shared mod_extforward_bad_request
2 years ago
Glenn Strauss 6c40f997b9 [core] merge http_response_send_file 0-size case
2 years ago
Glenn Strauss 4c12d7da08 [core] tighten code in request_check_hostname()
2 years ago
Glenn Strauss 060be714be [mod_auth] include unistd.h for crypt() on Mac OS
2 years ago
Glenn Strauss a473d48c43 [core] consolidate overflow checks in li_to_base64
2 years ago
Glenn Strauss bc572e1c56 [core] base64_charset enum supports only 2 tables
2 years ago
Glenn Strauss 6de4c809c9 [core] buffer_append_base64_encode_opt()
2 years ago
Glenn Strauss 6f942adfe0 [core] li_to_base64 alt code to add padding
2 years ago
Glenn Strauss 5e39c81ff2 [core] li_base64_decode mark cold code path
2 years ago
Glenn Strauss 099dc83fbe [core] li_base64_decode similar to li_to_base64
2 years ago
Glenn Strauss 871ef50eff [build] --with-nss add test for /usr/include/nspr4
2 years ago
Glenn Strauss 57c8b3287d [mod_staticfile] move cold paths to separate func
2 years ago
Glenn Strauss 9a5e1652be [multiple] static file optimization; reuse cache
2 years ago
Glenn Strauss 7ff6adc44c [core] tolerate dup array config values if match
2 years ago
Glenn Strauss 92d467b45e [TLS] ALPN h2 policy
2 years ago
Glenn Strauss 9ac307ec14 [mod_authn_file] wipe password/digest after use
2 years ago
Glenn Strauss 13ea2d880b [core] consistent inclusion of sys-time.h
2 years ago
Glenn Strauss a1eba3c89b [core] reuse code to parse backend response
2 years ago
Glenn Strauss 3a845f7bec [mod_webdav] quiet pedantic compiler warning
2 years ago
Glenn Strauss 1db8da2fb6 [mod_expire] send only Cache-Control to >=HTTP/1.1
2 years ago
Glenn Strauss 6b6252a3ba [core] move timegm() impl inline in sys-time.h
2 years ago
Glenn Strauss c2feb3e1ad [mod_expire] check for default if mime not found
2 years ago
Glenn Strauss 885d956edb [core] recognize "enabled"/"disabled" for bool
2 years ago
Glenn Strauss e20e8e4686 [mod_webdav] accept alt syntax in webdav.opts
2 years ago
Glenn Strauss 1d478003d5 [mod_expire] accept time labels without plural 's'
2 years ago
Glenn Strauss a7b95c5b6a [mod_expires,mod_webdav] fix truncated date string
2 years ago
Glenn Strauss 81d18a8e35 [core] discard some HTTP/2 DATA after response (fixes #3078)
2 years ago
Glenn Strauss 3392e8fb11 [core] update ls-hpack
2 years ago
Glenn Strauss 7d27dd9a72 [mod_nss] define TLSv1_3 as bitflag
2 years ago
Glenn Strauss b2b15d9165 [core] exit 0 upon shutdown if no connections open
2 years ago
Glenn Strauss 84c518ead0 [scons] link lighttpd with pcre for static build
2 years ago
Glenn Strauss 39f6fce7f7 [scons] link lighttpd with pcre for fullstatic
2 years ago
Glenn Strauss f13752f3da [multiple] quiet coverity warnings
2 years ago
Glenn Strauss fccf2b768c [mod_dirlisting] ignore error if include file fail
2 years ago
Glenn Strauss 8e14cdc5c5 [mod_webdav] always define webdav_mmap_file_chunk
2 years ago
Glenn Strauss 579045de84 [mod_openssl] issue error trace if < openssl 1.1.1
2 years ago
Glenn Strauss 454ecaa5f9 [TLS] rename ssl.verifyclient.ca-*file options
2 years ago
Glenn Strauss 325d89b99f [multiple] more reuse of http_date_time_to_str()
2 years ago
Glenn Strauss c41ebea4bb [build] fix zstd option in meson (fixes #3076)
2 years ago
Glenn Strauss 82abd16dd7 [mod_proxy] send HTTP/1.0 to backend if no Host
2 years ago
Glenn Strauss 20a68d7301 [core] vector.h tweaks
2 years ago
Glenn Strauss 7283c43566 [mod_webdav] limit mem use under extreme condition
2 years ago
Glenn Strauss c6362e127f [mod_webdav] webdav_log_xml_response()
2 years ago
Glenn Strauss 378bc0343f [mod_dirlisting] dir-listing.cache option
2 years ago
Glenn Strauss 94359ac956 [mod_dirlisting] parse query string in javascript
2 years ago
Glenn Strauss fa4e2b87c5 [mod_dirlisting] upper limit on parallel dirlist
2 years ago
Glenn Strauss 8d4da3392c [mod_dirlisting] read dir in pieces; less blocking
2 years ago
Glenn Strauss 376aea0320 [mod_dirlisting] restructure and keep state
2 years ago
Glenn Strauss 36e0772984 [mod_dirlisting] process dir in subrequest handler
2 years ago