Commit Graph

3537 Commits (fef1a9450976769d6645437b462e8075dffd3542)
 

Author SHA1 Message Date
Glenn Strauss c88d373507 [core] Content-Length in http_response_send_file()
2 years ago
Glenn Strauss c3a85c9bf5 [mod_wolfssl] standalone module
2 years ago
Glenn Strauss 1d9709b8ab [core] update HTTP status codes list from IANA
2 years ago
Glenn Strauss 38620b10bc [core] cold h2_log_response_header*() funcs
2 years ago
Glenn Strauss 97e314fc9e [multiple] inline chunkqueue_length()
2 years ago
Glenn Strauss 3a766d3d02 [mod_webdav] preserve bytes_out when chunks merged
2 years ago
Glenn Strauss 9f8a896891 [mod_ssi] update chunk after shell output redirect
2 years ago
Glenn Strauss dbd458a0e6 [core] set r->state in h2.c
2 years ago
Glenn Strauss 4474e6117f [core] log stream id with debug.log-state-handling
2 years ago
Glenn Strauss 05ff9c570e [core] combine Cookie request headers with ';'
2 years ago
Glenn Strauss 37e04510c4 [build] add to autogen.sh hint listing reqd pkgs
2 years ago
Glenn Strauss 140c0fb8f4 [doc] update README and INSTALL
2 years ago
Glenn Strauss c946b198a3 [core] code size: disable XXH64(), XXH3()
2 years ago
Glenn Strauss a7136aac8e [doc] refresh doc/config/*/*
2 years ago
Glenn Strauss f52a10545a [mod_openssl] clarify trace w/ deprecated options
2 years ago
Glenn Strauss f2e4e83a85 [mod_dirlisting] fix config parsing crash
2 years ago
Glenn Strauss 32d4569512 [core] xxhash no inline hints; let compiler choose
2 years ago
Glenn Strauss a25aeaa2f6 [build] remove ls-hpack/deps
2 years ago
Glenn Strauss 5ec59999dd [build] modify build, includes for xxHash v0.8.0
2 years ago
Glenn Strauss 85c1a1743e [core] import xxHash v0.8.0
2 years ago
Glenn Strauss 156e1da2ae [core] rename splaytree.[ch] to algo_splaytree.[ch]
2 years ago
Glenn Strauss 3ffb195532 [core] move djbhash(), dekhash() to algo_md.h
2 years ago
Glenn Strauss 6c8160e5a4 [core] rename md5.[ch] to algo_md5.[ch]
2 years ago
Glenn Strauss 044c8e80e5 [core] use djbhash in gw_backend to choose host
2 years ago
Glenn Strauss ceddd40ad6 [build] fix typo in option description for wolfSSL
2 years ago
Glenn Strauss a3af9833c6 [core] fix crash on master if blank line request
2 years ago
Glenn Strauss 5a694281da [core] ls-hpack optimizations
2 years ago
Glenn Strauss 4656d91889 [core] document algorithm used in lighttpd etag
2 years ago
Glenn Strauss 2cdb862787 [scripts] cert-staple.sh enhancements
2 years ago
Glenn Strauss 5547530a01 [core] do not require '\0' term for k,v hdr parse
2 years ago
Glenn Strauss 5fd8a26a75 [core] defer optimization to read small files
2 years ago
Glenn Strauss 3baef447b3 [core] fix crash on master after graceful restart
2 years ago
Glenn Strauss d8b88be056 [core] move connections_get_state to connections.c
2 years ago
Glenn Strauss 0f9ec8b755 [mod_status] dedicated funcs for r->state labels
2 years ago
Glenn Strauss 878073d1c9 [core] keep pool of (request_st *) for HTTP/2
2 years ago
Glenn Strauss 550609c8ae [core] request_acquire(), request_release()
2 years ago
Glenn Strauss 0905b6f7f9 [core] fix 1-char trunc of default server.tag
2 years ago
Glenn Strauss cf0098eac8 [mod_auth] fix crash if auth.require misconfigured (fixes #3023)
2 years ago
Glenn Strauss cae205ad99 [build] fix meson build
2 years ago
Glenn Strauss 79e2f5baee [core] ignore empty field-name from backends
2 years ago
Glenn Strauss 8e2cf55250 [core] redirect to dir using relative-path
2 years ago
Glenn Strauss baa651a3ab [mod_status] adjust to print HTTP/2 requests
2 years ago
Glenn Strauss 9d74aa600b [mod_status] separate funcs to print request table
2 years ago
Glenn Strauss 06df2716f2 [core] comment possible future ls-hpack optimize
2 years ago
Glenn Strauss 8fc8ab891a [core] http_request_parse_header() specialized
2 years ago
Glenn Strauss ada09a23b0 [core] h2_send_headers() specialized for resp hdrs
2 years ago
Glenn Strauss 014e5240ef [core] HTTP/2 HPACK using LiteSpeed ls-hpack
2 years ago
Glenn Strauss 70b1af0640 [core] link in ls-hpack (EXPERIMENTAL)
2 years ago
Glenn Strauss 1bf4555800 [core] update comment
2 years ago
Glenn Strauss 501182dc4b [core] adjust (disabled) debug code
2 years ago