- 11 Feb, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
graceful stop of nghttp2::asio_http2::server::http2
-
- 10 Feb, 2017 9 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpx: add systemd support
-
Amir Pakdel authored
Explicit io_service::stop() will prevent running streams from finishing their task. That means if there are already reposnes that we have called end(std::string) on them and they have not finished sending back their data, they will be closed with a NGHTTP2_INTERNAL_ERROR Instead, we can stop accepting connections and destroy all io_service::work objects to signals end of work.
-
- 09 Feb, 2017 3 commits
-
-
Tomasz Torcz authored
Add systemd's Type=notify support by sending information about master process PID around forks. Add some hardening option to service unit.
-
Tatsuhiro Tsujikawa authored
-
clemahieu authored
-
- 08 Feb, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 07 Feb, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 06 Feb, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 04 Feb, 2017 7 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx supports multiple certificates using --subcert option. Previously, SNI hostname is used to select certificate. With this commit, signature algorithm presented by client is also taken into consideration. nghttpx now accepts certificates which share the same hostname (CN, SAN), but have different signature algorithm (e.g., ECDSA+SHA256, RSA+SHA256). Currently, this feature requires OpenSSL >= 1.0.2. BoringSSL, and LibreSSL do not work since they lack required APIs.
-
Tatsuhiro Tsujikawa authored
close_stream erases from streams_ while it's being iterated over.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
clemahieu authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 03 Feb, 2017 1 commit
-
-
clemahieu authored
The destructor will already clean this structure up.
-
- 01 Feb, 2017 1 commit
-
-
Benedikt Christoph Wolters authored
-
- 31 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Add frontend-tls parameter to backend to require client TLS
-
- 29 Jan, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 28 Jan, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 26 Jan, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-