Tree:
70b1af0640
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
lighttpd-1.3.11
lighttpd-1.3.12
lighttpd-1.3.13
lighttpd-1.3.14
lighttpd-1.3.15
lighttpd-1.3.16
lighttpd-1.4.1
lighttpd-1.4.10
lighttpd-1.4.11
lighttpd-1.4.12
lighttpd-1.4.13
lighttpd-1.4.14
lighttpd-1.4.15
lighttpd-1.4.16
lighttpd-1.4.17
lighttpd-1.4.18
lighttpd-1.4.19
lighttpd-1.4.2
lighttpd-1.4.20
lighttpd-1.4.21
lighttpd-1.4.22
lighttpd-1.4.23
lighttpd-1.4.24
lighttpd-1.4.25
lighttpd-1.4.26
lighttpd-1.4.27
lighttpd-1.4.28
lighttpd-1.4.29
lighttpd-1.4.3
lighttpd-1.4.30
lighttpd-1.4.31
lighttpd-1.4.32
lighttpd-1.4.33
lighttpd-1.4.34
lighttpd-1.4.35
lighttpd-1.4.36
lighttpd-1.4.36--rc1
lighttpd-1.4.37
lighttpd-1.4.38
lighttpd-1.4.39
lighttpd-1.4.4
lighttpd-1.4.40
lighttpd-1.4.41
lighttpd-1.4.42
lighttpd-1.4.43
lighttpd-1.4.44
lighttpd-1.4.45
lighttpd-1.4.46
lighttpd-1.4.47
lighttpd-1.4.48
lighttpd-1.4.49
lighttpd-1.4.5
lighttpd-1.4.50
lighttpd-1.4.51
lighttpd-1.4.52
lighttpd-1.4.53
lighttpd-1.4.54
lighttpd-1.4.55
lighttpd-1.4.56
lighttpd-1.4.56-rc1
lighttpd-1.4.56-rc2
lighttpd-1.4.56-rc3
lighttpd-1.4.56-rc4
lighttpd-1.4.56-rc5
lighttpd-1.4.56-rc6
lighttpd-1.4.56-rc7
lighttpd-1.4.57
lighttpd-1.4.58
lighttpd-1.4.59
lighttpd-1.4.6
lighttpd-1.4.60
lighttpd-1.4.61
lighttpd-1.4.62
lighttpd-1.4.63
lighttpd-1.4.64
lighttpd-1.4.65
lighttpd-1.4.7
lighttpd-1.4.8
lighttpd-1.4.9
${ noResults }
2 Commits (70b1af0640ef31b619bfc3f2c95712aae4ce7409)
Author | SHA1 | Message | Date |
---|---|---|---|
|
8d7e9439b5 |
[core] connection transition to HTTP/2; incomplete
(experimental) (basic framework with some stub functions; incomplete) (subsequently incrementally updated using git rebase) HTTP/2 via TLS ALPN extension (TLS) HTTP/2 via Upgrade: h2c (cleartext) HTTP/2 via Prior Knowledge (cleartext) server.feature-flags += ("server.h2proto" => "enable") to enable HTTP/2 server.feature-flags += ("server.h2c" => "enable") to enable upgrade to HTTP/2 over cleartext http |
2 years ago |
|
6eca864c5e |
[core] h2.[ch] with stub funcs (incomplete)
(subsequently incrementally updated using git rebase) huge props and many thank yous to writers of testing tools used while developing HTTP/2 support in lighttpd: h2spec - conformance testing tool for HTTP/2 implementation https://github.com/summerwind/h2spec h2load - HTTP/2 benchmarking tool https://nghttp2.org/documentation/h2load-howto.html curl - command line tool and library for transferring data with URLs https://curl.haxx.se/ |
2 years ago |