- 20 Sep, 2017 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 13 Sep, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
Fix some typos in the nghttpx how-to doc
-
- 11 Sep, 2017 1 commit
-
-
Marc Bachmann authored
-
- 01 Sep, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 30 Aug, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
This reverts commit 59c78d58.
-
- 26 Aug, 2017 3 commits
-
-
Tatsuhiro Tsujikawa authored
Just fix unreachable links and remove ndk...
-
Tatsuhiro Tsujikawa authored
Fix OCSP related error when building with BoringSSL
-
Gitai authored
-
- 24 Aug, 2017 2 commits
-
-
Rick Lei authored
BoringSSL has no "openssl/ocsp.h" nor most OCSP related APIs used in shrpx_tls.cc. This commit add ifdefs to disable related code to allow building nghttp2 with BoringSSL (again). It's possible to use !defined(OPENSSL_IS_BORINGSSL), but since BoringSSL defines OPENSSL_NO_OCSP which is more specific, I chose to go with the latter one.
-
Tatsuhiro Tsujikawa authored
Fix bug that timing script stalls with -m1
-
- 23 Aug, 2017 9 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
-
Tatsuhiro Tsujikawa authored
h2load: Reservoir sampling
-
Tatsuhiro Tsujikawa authored
Refactoring include directories
-
- 18 Aug, 2017 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 16 Aug, 2017 1 commit
-
-
Dmitriy Vetutnev authored
-
- 14 Aug, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
-
- 13 Aug, 2017 1 commit
-
-
Tatsuhiro Tsujikawa authored
lib: add nghttp2_rcbuf_is_static()
-
- 12 Aug, 2017 1 commit
-
-
Anna Henningsen authored
Add a `nghttp2_rcbuf_is_static()` method to tell whether a rcbuf is statically allocated. This can be useful for language bindings that wish to avoid creating duplicate strings for these buffers; concretely, I am planning to use this in the Node HTTP/2 module that is being introduced.
-
- 09 Aug, 2017 2 commits
-
-
Tatsuhiro Tsujikawa authored
Fix bug that forwarded for is not affected by proxy protocol
-
Tatsuhiro Tsujikawa authored
-
- 08 Aug, 2017 1 commit
-
-
Soham Sinha authored
Duration watcher and warmup watcher is initialised in Worker constructor. Statistic calculation is removed from duration watcher call_back, it's done in free_client.
-
- 07 Aug, 2017 1 commit
-
-
Soham Sinha authored
-
- 04 Aug, 2017 1 commit
-
-
Soham Sinha authored
-
- 03 Aug, 2017 1 commit
-
-
Soham Sinha authored
-
- 02 Aug, 2017 1 commit
-
-
Soham Sinha authored
-