- Nov 11, 2017
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The interpretation of Additional ACK Blocks has to be changed in a later commits.
-
Tatsuhiro Tsujikawa authored
stream_id is still uint32_t.
-
Tatsuhiro Tsujikawa authored
seq is still uint16_t.
-
Tatsuhiro Tsujikawa authored
stream_id is still uint32_t.
-
Tatsuhiro Tsujikawa authored
max_stream_id is still uint32_t.
-
Tatsuhiro Tsujikawa authored
stream_id is still uint32_t.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
stream_id is still in uint32_t.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
stream_id is still uint32_t.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Nov 08, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Nov 04, 2017
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
CMake support and autotools fixups
-
- Oct 28, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Oct 24, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Oct 23, 2017
-
-
Tatsuhiro Tsujikawa authored
-
Peter Wu authored
For GCC 5 and cmake 3.2.2, somehow the architecture is not extracted from the implicit link information (see CMakeFiles/CMakeOutput.log).
-
- Oct 22, 2017
-
-
Peter Wu authored
Simplify PKG_CONFIG_PATH and LDFLAGS while at it using the new --enable-asan option which automatically adds the required flags if available. LDFLAGS is ignored by cmake, but apparently cmake builds packages with the correct rpath without any further options. Additionally, build examples by default (without -Werror) and remove "cat config.log" which would result in configure succeeding while it should not.
-
Peter Wu authored
-
Peter Wu authored
Based on nghttp2 cmake build system. Advantage of this is a faster build (cmake runs faster than configure and ninja is faster than make). Changes from autotools: * Warnings are enabled by default (independent of ENABLE_WERROR). * ENABLE_WERROR has changed meaning (it just controls -Werror). * include/ngtcp2/{version,ngtcp2}.h header files are installed.
-
Peter Wu authored
Enable warnings for C++ examples. Since there are some warnings, do not disable -Werror for now.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Oct 21, 2017
-
-
Tatsuhiro Tsujikawa authored
-
- Oct 19, 2017
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Data received in Stream 0 STREAM frame in a protected packet is now forwarded to TLS backend. Those data received in Stream 0 STREAM frame in a unprotected packet after handshake is ignored as before.
-
- Oct 18, 2017
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- Oct 14, 2017
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-