- 18 Jun, 2014 9 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Add last_stream_id parameter to nghttp2_submit_goaway(). To terminate connection immediately with application chosen last stream ID, nghttp2_session_terminate_session2() was added.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commits also fixes last stream ID in GOAWAY uses wrong stream ID.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Jun, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 16 Jun, 2014 3 commits
-
-
Alexis La Goutte authored
Thanks for Pascal
-
Alexis La Goutte authored
Make the check for a valid index range a macro, so the compiler doesn't whine if it's not used, but it's available if it *is* used.
-
Tatsuhiro Tsujikawa authored
-
- 15 Jun, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 14 Jun, 2014 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 12 Jun, 2014 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This change also reverts previous commits and tty is set to false if syslog is used.
-
- 11 Jun, 2014 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Alexis La Goutte authored
-
Tatsuhiro Tsujikawa authored
The original patch was contributed by Alexis La Goutte
-
Alexis La Goutte authored
-
- 10 Jun, 2014 10 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Libevent Openssl filter is very inconvenient in various respect. The most annoying thing is it somehow emits data when SSL_shutdown is called. The reason we introduced this filter solution is drop connection if TLS renegotiation is detected. This commit implements renegotiation detection and drop connection without filtering.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Also don't compare ALPN identifier with streq, since they are just byte string.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Cipher suites are chosen by DHE and ECDHE ciphers + GCM (AEAD). Now default cipher list is the one recommended by Mozilla web site. The --honor-cipher-order option is removed and now it is always assumed.
-
Tatsuhiro Tsujikawa authored
Conflicts: lib/nghttp2_session.c
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Now local and remote settings values are stored in dedicated structure nghttp2_settings_storage.
-
- 09 Jun, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-