- 06 Apr, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 03 Apr, 2018 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 Mar, 2018 1 commit
-
-
Bernard Spil authored
NPN has been superseeded by ALPN. OpenSSL provides a configure option to disable npn (no-npn) which results in an OpenSSL installation that defines OPENSSL_NO_NEXTPROTONEG in opensslconf.h The #ifdef's look safe here (as the next_proto is initialized as nullptr). Alteratively, macros could be defined for the used npn methods that return a 0 for next_proto. Signed-off-by: Bernard Spil <brnrd@FreeBSD.org>
-
- 13 Mar, 2018 2 commits
-
-
Tatsuhiro Tsujikawa authored
cmake: add ENABLE_STATIC_LIB option to build static lib
-
Tatsuhiro Tsujikawa authored
Fix typo
-
- 12 Mar, 2018 2 commits
-
-
Viktor Szakats authored
When using the ENABLE_LIB_ONLY option, only the shared library was built. This new option allows to build the static library as well.
-
jwchoi authored
-
- 11 Mar, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 27 Feb, 2018 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 26 Feb, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 25 Feb, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
Add nghttp2_session_set_user_data() public API function
-
- 22 Feb, 2018 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Feb, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
src: Define nghttp2_inet_pton wrapper to avoid inet_pton macro
-
- 12 Feb, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 10 Feb, 2018 2 commits
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Add an option to accept expired client certificate
-
Tatsuhiro Tsujikawa authored
nghttpx: Add mruby tls_client_not_before, and tls_client_not_after
-
- 08 Feb, 2018 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 03 Feb, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 02 Feb, 2018 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 28 Jan, 2018 2 commits
-
-
Tatsuhiro Tsujikawa authored
The bug is the same bug fixed by 6deee203, but in response handler.
-
Tatsuhiro Tsujikawa authored
Fix #1119: Overwrite of first header on mruby call to env.req.set_header(..)
-
- 27 Jan, 2018 1 commit
-
-
Dylan Plecki authored
-
- 14 Jan, 2018 1 commit
-
-
Tatsuhiro Tsujikawa authored
nghttpx: Add upgrade-scheme parameter to backend option
-
- 08 Jan, 2018 3 commits
-
-
Tatsuhiro Tsujikawa authored
If "upgrade-scheme" parameter is present in backend option along with "tls" paramter, HTTP/2 :scheme pseudo header field is changed to "https" from "http" when forwarding a request to this particular backend. This is a workaround for a server which requests "https" scheme on HTTP/2 connection encrypted by TLS.
-
Tatsuhiro Tsujikawa authored
Allow PING frame to be sent after GOAWAY
-
Tatsuhiro Tsujikawa authored
-