- 06 Apr, 2017 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Add section to promote the build from tar archives.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit adds 2 new options to handle X-Forwarded-Proto header field. The --add-x-forwarded-proto option makes nghttpx append X-Forwarded-Proto value. The --strip-incoming-x-forwarded-proto option makes nghttpx to strip the header field from client. Previously, nghttpx always strips incoming header field, and set its own header field. This commit changes this behaviour. Now nghttpx does not strip, and append X-Forwarded-Proto header field by default. The X-Forwarded-For, and Forwarded header fields are also handled in the same way. To recover the old behaviour, use --add-x-forwarded-proto and --strip-incoming-x-forwarded-proto options.
-
- 05 Apr, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 01 Apr, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
The namespace shrpx::ssl was also renamed as shrpx::tls.
-
Tatsuhiro Tsujikawa authored
nghttp2::ssl namespace was also renamed as nghttp2::tls.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Previously, we drop connection if server certificate verification fails after handshake. With this commit, we fail handshake if that happens.
-
Tatsuhiro Tsujikawa authored
-
- 31 Mar, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 30 Mar, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 27 Mar, 2017 9 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This reverts commit b4337d1b.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttpx: Retry getaddrinfo without AI_ADDRCONFIG
-
Tatsuhiro Tsujikawa authored
-
- 26 Mar, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 Mar, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
Escape access log
-
Tatsuhiro Tsujikawa authored
src: BoringSSL supports SSL_CTX_set_{min,max}_proto_version.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The certain characters coming from client are now escaped with "\xNN" where NN is the ascii code of the character in hex notation.
-
- 24 Mar, 2017 1 commit
-
-
Piotr Sikora authored
Signed-off-by:
Piotr Sikora <piotrsikora@google.com>
-
- 22 Mar, 2017 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
asio: client: Send PING after 30 seconds idle
-
- 20 Mar, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 19 Mar, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-