An error occurred fetching the project authors.
- 19 Oct, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 14 Oct, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Library code has not changed at all since the last release, so LT revision stays the same.
-
- 10 Oct, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 09 Oct, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 08 Oct, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 05 Oct, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
Now we don't use std::future with --disable-threads, checking std::future in configure.ac was removed and building h2load is always enabled.
-
- 28 Sep, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 27 Sep, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 24 Sep, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 23 Sep, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The libnghttp2_asio library is C++ library built on top of libnghttp2. Currently, it has server API and easily create HTTP/2 server using node.js like API calls. See the example server source code in examples/asio-sv.cc. The library depends on Boost::ASIO library.
-
- 14 Sep, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
Android does not have _Exit. We detect this and use _exit instead. clang-3.4 has an issue around undefined reference to __atomic_fetch_add_4, so we stick to gcc-4.8 for now.
-
- 10 Sep, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 29 Aug, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 21 Aug, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
Previously we only update consumed flow control window when number of bytes read in nghttp2 and spdylay callback is 0. Now we notify nghttp2 library the consumed bytes even if number of bytes read > 0. This change also uses newly added spdylay_session_consume() API, so we require spdylay >= 1.3.0.
-
- 17 Aug, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 16 Aug, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 05 Aug, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
libjemalloc as static library requires -pthread flag to link. Without that, the check in configure.ac fails with unresolved symbols.
-
- 22 Jul, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 18 Jul, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 29 Jun, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 26 Jun, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 18 Jun, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 11 Jun, 2014 1 commit
-
-
Alexis La Goutte authored
-
- 02 Jun, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 18 May, 2014 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 16 May, 2014 2 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 11 May, 2014 1 commit
-
-
Alexis La Goutte authored
* -Wpragmas * -Wunreachable-code * -Wpedantic * -Waddress * -Wattributes * -Wdiv-by-zero * -Wheader-guard
-