- 21 Nov, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 20 Nov, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit also changes SPDY's flow control size. Previously, the size for SPDY is the same amount of bytes with HTTP/2. For example, --frontend-http2-upstream-window-bits=N, the window size is 2**N - 1. Now SPDY code uses 2**N.
-
- 19 Nov, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 17 Nov, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 16 Nov, 2013 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The specification now says that index to the header table entry is 1-based. Since 0-based index is very handy to access arrays, we internally uses 0-based index. We just convert it to 1-based when we emit to the block and convert 1-based to 0-based on decoding.
-
Tatsuhiro Tsujikawa authored
-
- 15 Nov, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 14 Nov, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 13 Nov, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
Remove sorting headers from library code. The application must sort them if necessary. nghttpx and nghttpd do the sorting of the headers in stable way if names are equal.
-
- 12 Nov, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 10 Nov, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 09 Nov, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 07 Nov, 2013 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
nghttp2_session_client_new2 and nghttp2_session_server_new2 take additional parameters which specifies session options. nghttp2_set_option is somewhat crumsy because of type checking. Now we use nghttp2_opt_set, which specifies individual options with types. We changed the value of nghttp2_opt, so this change will require re-compile.
-
- 06 Nov, 2013 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 05 Nov, 2013 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 04 Nov, 2013 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-