Commit Graph

  • 1d7bc9288c test Gitai 2017-08-23 20:31:38 +0800
  • 468e528be4 test Gitai 2017-08-23 20:01:45 +0800
  • caf512429b test Gitai 2017-08-23 19:42:08 +0800
  • 15713e0b7c h2load: Ignore -n for timing-based mode instead of requiring -n=0 Tatsuhiro Tsujikawa 2017-08-23 20:35:01 +0900
  • 926fdf55f8 test Gitai 2017-08-23 19:23:38 +0800
  • a6a561af47 Fix bug that timing script stalls with -m1 Tatsuhiro Tsujikawa 2017-08-23 20:10:23 +0900
  • 09c468a4b4 Merge branch 'sohamm17-master' Tatsuhiro Tsujikawa 2017-08-23 19:22:44 +0900
  • bcda1c2409 Fix assertion failure Tatsuhiro Tsujikawa 2017-08-23 19:22:23 +0900
  • afcd8d9ab1 clang-format Tatsuhiro Tsujikawa 2017-08-23 19:19:00 +0900
  • c9b1c91944 Fix compile error Tatsuhiro Tsujikawa 2017-08-23 19:18:27 +0900
  • 5d9434eb09 Merge branch 'master' of https://github.com/sohamm17/nghttp2 into sohamm17-master Tatsuhiro Tsujikawa 2017-08-23 19:16:40 +0900
  • b84b7f0d0c Merge 619fd80155 into 1a44b5d52a pengweichu 2017-08-23 10:00:52 +0000
  • 1a44b5d52a Merge pull request #984 from nghttp2/h2load-reservoir-sampling Tatsuhiro Tsujikawa 2017-08-23 19:00:28 +0900
  • 6635ca5e26 Merge pull request #988 from dvetutnev/refactoring_include_directories Tatsuhiro Tsujikawa 2017-08-23 18:59:28 +0900
  • 9c6c78833b Bump up version number to 1.26.0-DEV Tatsuhiro Tsujikawa 2017-08-18 23:19:36 +0900
  • 9a9ab0813c Update manual pages v1.25.0 Tatsuhiro Tsujikawa 2017-08-18 23:00:58 +0900
  • 0ccaaa48ce Bump up version number to 1.25.0, LT revision to 28:0:14 Tatsuhiro Tsujikawa 2017-08-18 22:38:10 +0900
  • 3f2fe98dd1 Update AUTHORS Tatsuhiro Tsujikawa 2017-08-18 22:11:11 +0900
  • 0d91e9c255 Update doc Tatsuhiro Tsujikawa 2017-08-18 22:06:43 +0900
  • af926fbe1f Refactoring include directories for build as CMake subdirectory (add_subdirectory(nghttp2)) Dmitriy Vetutnev 2017-08-16 21:28:12 +0300
  • 619fd80155 getopt pengbo 2017-08-15 11:50:56 +0800
  • 83039ae2d4 h2load: Reservoir sampling Tatsuhiro Tsujikawa 2017-08-14 20:25:02 +0900
  • 4c53da6961 Merge pull request #983 from addaleax/static-rcbuf Tatsuhiro Tsujikawa 2017-08-13 09:10:41 +0900
  • eb306f463e
    lib: add nghttp2_rcbuf_is_static() Anna Henningsen 2017-08-12 17:34:30 +0200
  • 788835c5fd Merge pull request #980 from nghttp2/fix-forwarded-for-with-proxyprotocol Tatsuhiro Tsujikawa 2017-08-09 23:34:43 +0900
  • 4d76606fa2 Fix bug that forwarded for is not affected by proxy protocol Tatsuhiro Tsujikawa 2017-08-09 22:44:14 +0900
  • 1baf7d34b3 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. Soham Sinha 2017-08-08 17:26:37 -0400
  • c78159469a Added a function to free a client from Worker's list of client, if the client is destroyed Soham Sinha 2017-08-07 18:58:12 -0400
  • b72ca0289c formatting issue Soham Sinha 2017-08-04 14:20:00 -0400
  • 46f670f8a2 concurrent connections are created in timing-based mode. Some safety asserts added. Soham Sinha 2017-08-03 16:15:14 -0400
  • b7afab80a4 Update memchunk.h pengweichu 2017-08-02 11:02:26 +0800
  • 4b44362b9f minor style changes Soham Sinha 2017-08-01 20:22:20 -0400
  • d068a29798 removed unnecessary code Soham Sinha 2017-08-01 19:51:47 -0400
  • 0836a51408 Handling requests starting in warm-up phase and ending in MAIN_DURATION Soham Sinha 2017-08-01 18:29:00 -0400
  • 566cee8fe7 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 2017-08-01 17:45:52 -0400
  • e85698e131 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 2017-08-01 17:45:18 -0400
  • a41a230fdc Patch for libnghttp2_asio to support Visual Studio 2015. pengbo 2017-08-01 22:32:34 +0800
  • 5f3c541c4c enabled --duration option. Soham Sinha 2017-07-28 17:31:13 -0400
  • 3c43e00d8a Timing (#1) Soham Sinha 2017-07-28 17:08:20 -0400
  • 92d686d356 Merge branch 'mruby-1.3.0' Tatsuhiro Tsujikawa 2017-07-28 00:51:48 +0900
  • 0f69e9c825 Fix typo Tatsuhiro Tsujikawa 2017-07-28 00:51:34 +0900
  • 217d979458 Update mruby to 1.3.0 Tatsuhiro Tsujikawa 2017-07-09 23:45:42 +0900
  • 10e5c98168 Merge ebb67196ec into cc289972fc Soham Sinha 2017-07-21 18:07:11 +0000
  • ebb67196ec Merge branch 'master' of github.com:sohamm17/nghttp2 Soham Sinha 2017-07-21 13:54:58 -0400
  • 22dd04bfbc Adding timing-sensitive load test option in h2load. Soham Sinha 2017-07-21 13:52:54 -0400
  • e465d865bb Fix merge conflict Lucas Pardue 2017-07-16 11:40:10 +0100
  • c7b168bf23 Fix segfault due to incorrect free, other tweaks Lucas Pardue 2017-04-25 20:17:47 +0100
  • bee67a014d Address more CI build errors/warnings Lucas Pardue 2017-04-25 16:32:42 +0100
  • f78673075a Address CI build errors/warnings Lucas Pardue 2017-04-25 16:22:14 +0100
  • 5d81f12262 Restore deleted } Lucas Pardue 2017-04-25 15:58:20 +0100
  • 89d6d43c70 Add tests. Move around code a little. Lucas Pardue 2017-04-25 15:48:52 +0100
  • fbc1e17f7b Flesh our packing/unpacking Lucas Pardue 2017-04-24 18:44:52 +0100
  • 2a0cf7c8d8 ORIGIN frame support Lucas Pardue 2017-04-24 18:09:16 +0100
  • cc289972fc Merge pull request #958 from sebdeckers/patch-1 Tatsuhiro Tsujikawa 2017-07-15 11:44:14 +0900
  • c601e603c2 fix: typo Sebastiaan Deckers 2017-07-15 07:46:26 +0800
  • 1002c6da1c src: Use llround instead of round Tatsuhiro Tsujikawa 2017-07-12 22:32:03 +0900
  • 0911337689 Bump up version number to 1.25.0-DEV Tatsuhiro Tsujikawa 2017-07-02 17:51:24 +0900
  • 3bcc416e13 Update manual pages v1.24.0 Tatsuhiro Tsujikawa 2017-07-02 13:40:21 +0900
  • 65837806f5 Bump up version number to 1.24.0 Tatsuhiro Tsujikawa 2017-07-02 13:37:53 +0900
  • b0772dcc66 Update AUTHORS Tatsuhiro Tsujikawa 2017-07-02 13:31:47 +0900
  • c6d65aad3b Merge branch 'nghttp-not-upgrade-without-reason-phrase' Tatsuhiro Tsujikawa 2017-06-28 21:36:13 +0900
  • 18dd20ce55 nghttp: Fix bug that upgrade fails if reason-phrase is missing Tatsuhiro Tsujikawa 2017-06-28 01:00:01 +0900
  • 0f6d76a501 Merge pull request #947 from bassosimone/patch-1 Tatsuhiro Tsujikawa 2017-06-23 00:33:00 +0900
  • 0f1320109f README.rst: fix typo Simone Basso 2017-06-22 17:03:05 +0200
  • defa28c618 Merge pull request #945 from benjaminp/trailer-grammar Tatsuhiro Tsujikawa 2017-06-20 00:35:46 +0900
  • b7c95be47c fix up grammar in submit_trailer docs Benjamin Peterson 2017-06-18 23:55:53 -0700
  • a18d154e0e Merge pull request #943 from nghttp2/nghttpx-verify-ocsp-resp-with-cacerts Tatsuhiro Tsujikawa 2017-06-15 20:56:44 +0900
  • 52195a12ee Merge pull request #941 from nghttp2/nghttpx-tls-min-proto Tatsuhiro Tsujikawa 2017-06-13 23:01:54 +0900
  • 59c78d5809 nghttpx: Verify OCSP response using trusted CA certificates Tatsuhiro Tsujikawa 2017-06-13 23:00:26 +0900
  • be164fc8f9 nghttpx: Set default minimum TLS version to TLSv1.2 Tatsuhiro Tsujikawa 2017-06-12 23:51:46 +0900
  • 5833ef1efc Merge pull request #938 from benjaminp/fix-clean Tatsuhiro Tsujikawa 2017-06-12 00:21:10 +0900
  • 28f88d46f3 fix cleaning in out-of-tree builds Benjamin Peterson 2017-06-11 00:03:36 -0700
  • cadffde24c Merge e9d1a19d9e into 6ec7683991 Igor Nogueira de Oliveira 2017-06-08 19:44:21 +0000
  • 6ec7683991 nghttpx: Use nocopy version to send trailer headers to backend Tatsuhiro Tsujikawa 2017-06-02 22:38:39 +0900
  • fb2d8f79d6 Update doc Tatsuhiro Tsujikawa 2017-06-02 22:22:44 +0900
  • c13e63a501 Update manual pages v1.23.1 v1.23.x Tatsuhiro Tsujikawa 2017-05-30 23:57:53 +0900
  • c6d89dd0ba Bump up version number to 1.23.1 Tatsuhiro Tsujikawa 2017-05-30 23:55:55 +0900
  • d134ccd35d nghttpx: Fix crash in OCSP response verification Tatsuhiro Tsujikawa 2017-05-30 23:52:38 +0900
  • 8f7fa1b1bf nghttpx: Fix crash in OCSP response verification Tatsuhiro Tsujikawa 2017-05-30 23:52:38 +0900
  • de7429126e Merge ec895ea196 into e5889ce622 Remo E 2017-05-28 16:53:04 +0000
  • e5889ce622 Bump up version number to 1.24.0-DEV Tatsuhiro Tsujikawa 2017-05-26 23:07:50 +0900
  • 3a6f83394c Update bash_completion v1.23.0 Tatsuhiro Tsujikawa 2017-05-26 22:17:10 +0900
  • acf36f3d1a Update manual pages Tatsuhiro Tsujikawa 2017-05-26 22:16:51 +0900
  • 63e6a8bab2 Bump up version number to 1.23.0, LT revision to 27:3:13 Tatsuhiro Tsujikawa 2017-05-26 21:37:28 +0900
  • 5361cc6bd1 Update authors Tatsuhiro Tsujikawa 2017-05-26 21:34:43 +0900
  • cabac55394 Merge pull request #925 from sohamm17/patch-1 Tatsuhiro Tsujikawa 2017-05-25 23:38:54 +0900
  • db7483ef10 Merge branch 'nghttpx-verify-ocsp' Tatsuhiro Tsujikawa 2017-05-25 23:37:34 +0900
  • 4b51ccbefe examples: Attempt to fix OpenSSL link error Tatsuhiro Tsujikawa 2017-05-25 23:24:44 +0900
  • 74c2f1257a nghttpx: Add --no-verify-ocsp to disable OCSP response verification Tatsuhiro Tsujikawa 2017-05-25 22:12:54 +0900
  • 1428a5e3ae nghttpx: Verify OCSP response Tatsuhiro Tsujikawa 2017-05-24 22:20:08 +0900
  • fe021c1524 Merge branch 'memchunk-no-unique-ptr' Tatsuhiro Tsujikawa 2017-05-25 00:53:13 +0900
  • c57bf21306 src: memchunks: Don't use std::unique_ptr to avoid potential SO Tatsuhiro Tsujikawa 2017-05-22 23:17:04 +0900
  • 1743b7d92d spelling mistake in arguments to build nghttp apps Soham Sinha 2017-05-22 17:20:30 -0400
  • 7f31278c4c Update doc Tatsuhiro Tsujikawa 2017-05-22 22:53:49 +0900
  • 8401e16a15 nghttpx: Fix compile error with gcc Tatsuhiro Tsujikawa 2017-05-22 22:10:55 +0900
  • 07fb5854f3 nghttpx: Compile with openssl 1.0.2 Tatsuhiro Tsujikawa 2017-05-22 22:09:34 +0900
  • b56a99bfba Update bash_completion Tatsuhiro Tsujikawa 2017-05-21 11:43:00 +0900
  • b91e4e4df1 Update manual pages Tatsuhiro Tsujikawa 2017-05-21 11:42:46 +0900
  • 52a4d6ac31 Merge branch 'nghttpx-fix-cert-selection' Tatsuhiro Tsujikawa 2017-05-21 11:26:12 +0900
  • 796ab87b14 nghttpx: Fix certificate selection based on pub key algorithm Tatsuhiro Tsujikawa 2017-05-21 10:29:27 +0900