- 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
-
- 01 Aug, 2017 4 commits
-
-
Soham Sinha authored
-
Soham Sinha authored
-
Soham Sinha authored
MAIN_DURATION is initiliazed in Worker constructor, MAIN_DURATION check is removed from two functions because those functions are needed in warm-up phase as well.
-
Soham Sinha authored
MAIN_DURATION is initiliazed in Worker constructor, MAIN_DURATION check is removed from two functions because those functions are needed in warm-up phase as well.
-
- 28 Jul, 2017 2 commits
-
-
Soham Sinha authored
-
Soham Sinha authored
* Adding timing-sensitive load test option in h2load. * more checks added for parameters * A worker thread can control its clients' warmup and main duration. * Changed warmup to an enum variable. * removed unnecessary call to ev_timer_stop * assertion is done before starting main measurement phase * phase variable is implemented only inside the Worker class * enum to enum class * else indentation corrected * check added for timing-based test when duration CB is called explicitly * New argument is introduced for timing-based benchmarking. * styling corrections * duration watcher initialization is pushed back into warmup timeout * Warmup and Duration timer is moved to Worker instead of clients. Now both timers and phase belongs to the Workers. * some client functions are modified to return if it's not main_duration phase. client is not destructed but sessions are terminated * outputs are adjusted for thread. * Needed to check if a session exist before terminating * formatting * more formatting * formatting
-