- 10 Sep, 2016 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
We added --frontend-http2-window-size, --frontend-http2-connection-window-size, --backend-http2-window-size, and --backend-http2-connection-window-size option to replace existing *-bits options. The old options are not flexible because they only specify number of bits. Now we can specify integer value, with possible g, m, and k unit. The old options are still available for backend compatibility, but are deprecated.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This also fixes LT revision in CMakeLists.txt, which was not updated in v1.14.0 release.
-
- 09 Sep, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
Revert part of 16c46114 to fix race condition that incoming stream after sending GOAWAY causes connection error. The strict stream handling introduced in the above commit does not handle several cases well (e.g., GOAWAY race, and refusing streams because of concurrency limit).
-
- 08 Sep, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 04 Sep, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
std::make_shared in Xcode 7, 7.1, and 7.2 does not perform value-initialization, and causes undefined behaviour if struct does not have user defined default constructor. This workaround explicitly defines user defined default constructor, and initializes values.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 31 Aug, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 30 Aug, 2016 3 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
As suggested in GH-674
-
- 28 Aug, 2016 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 27 Aug, 2016 4 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This commit also fixes the bug that SETTINGS timer continues after connection was closed.
-
Tatsuhiro Tsujikawa authored
-
- 26 Aug, 2016 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 25 Aug, 2016 7 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
This script prints out the commit author from `git log` output. Used to update AUTHORS file.
-
Tatsuhiro Tsujikawa authored
-
- 24 Aug, 2016 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 23 Aug, 2016 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
-