Commit Graph

  • 9a2e38e058 fix code for reuse addr on asio client Alexandros Konstantinakis-Karmis 2018-08-27 10:53:14 +0300
  • d24527e7e6 Bump up LT revision due to v1.32.1 release Tatsuhiro Tsujikawa 2018-08-25 17:01:22 +0900
  • 4c76aaeea4 Update manual pages v1.32.1 v1.32.x Tatsuhiro Tsujikawa 2018-08-25 16:46:19 +0900
  • 2b51ad67d3 Bump up version number to 1.32.1, LT revision to 30:3:16 Tatsuhiro Tsujikawa 2018-08-25 16:38:51 +0900
  • 708379dcab Tweak nghttp2_session_set_stream_user_data Tatsuhiro Tsujikawa 2018-08-18 17:38:58 +0900
  • 73106b0d0d Compile with clang-6.0 Tatsuhiro Tsujikawa 2018-06-09 16:27:43 +0900
  • 6195d747ce nghttpx: Share mruby context if it is compiled from same file Tatsuhiro Tsujikawa 2018-08-24 23:11:21 +0900
  • fb97f596e1 nghttpx: Allocate mruby file because fopen requires NULL terminated string Tatsuhiro Tsujikawa 2018-08-24 23:08:15 +0900
  • 0ccc7a770d nghttpx: Move blocked request data to request buffer for API request Tatsuhiro Tsujikawa 2018-08-24 23:07:43 +0900
  • 32826466f5 nghttpx: Fix crash with API request Tatsuhiro Tsujikawa 2018-08-24 23:07:16 +0900
  • 0422f8a844 nghttpx: Fix worker process crash with neverbleed write error Tatsuhiro Tsujikawa 2018-08-24 22:15:43 +0900
  • e329479a99
    Merge pull request #1215 from nghttp2/mruby-per-backend Tatsuhiro Tsujikawa 2018-08-23 18:41:40 +0900
  • f80a7873ba Merge branch 'akonskarm-reuse_addr' Tatsuhiro Tsujikawa 2018-08-23 18:19:46 +0900
  • 866ac6ab27 add option reuse addr in local endpoint configuration of asio client Alexandros Konstantinakis-Karmis 2018-08-19 19:38:00 +0300
  • b574ae6aa2 nghttpx: Support per-backend mruby script Tatsuhiro Tsujikawa 2018-08-21 21:11:07 +0900
  • 3ab76fbaf2
    Merge 2b870298aa into de4fd7cd35 akonskarm 2018-08-23 02:14:17 +0000
  • de4fd7cd35 doc: Update doc Tatsuhiro Tsujikawa 2018-08-23 11:01:12 +0900
  • 32d7883c47 nghttpx: Downstream::request_buf_full: take into account blocked_request_buf_ Tatsuhiro Tsujikawa 2018-08-23 10:55:42 +0900
  • 9b24e19763 nghttpx: Choose h1 protocol if headers have been sent to backend on retry Tatsuhiro Tsujikawa 2018-08-22 23:20:13 +0900
  • 13ffece12d
    Merge pull request #1214 from nghttp2/fix-rst-without-dconn Tatsuhiro Tsujikawa 2018-08-22 23:05:01 +0900
  • 9d5b781df6 Fix stream reset if data from client is arrived before dconn is attached Tatsuhiro Tsujikawa 2018-08-22 22:32:25 +0900
  • 2b870298aa add option reuse addr in local endpoint configuration of asio client Alexandros Konstantinakis-Karmis 2018-08-19 19:38:00 +0300
  • 11d822c2a7
    Merge pull request #1211 from nghttp2/stream-user-data Tatsuhiro Tsujikawa 2018-08-19 21:01:08 +0900
  • 4098512b5d Tweak nghttp2_session_set_stream_user_data Tatsuhiro Tsujikawa 2018-08-18 17:38:58 +0900
  • 188539e009
    Update .gitmodules to use relative paths Philipp Weißmann 2018-08-03 11:55:53 +0200
  • 7e06ac1072 Merge branch 'akonskarm-master' Tatsuhiro Tsujikawa 2018-08-02 16:18:51 +0900
  • c6d8c4013c support definition of local endpoint for cleartext client session Alexandros Konstantinakis-Karmis 2018-07-23 08:44:40 +0300
  • 12aaca973a
    Merge f561acf7b8 into e5b3f9addd akonskarm 2018-08-02 06:12:12 +0000
  • f561acf7b8 support definition of local endpoint for cleartext client session Alexandros Konstantinakis-Karmis 2018-07-23 08:44:40 +0300
  • 0fb92dc65b get rid of sys/types.h Dusan Cervenka (nxa14949) 2018-07-19 16:08:33 +0200
  • 0294f02f25
    pulled default NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS to 1073741824 Prune Sebastien THOMAS 2018-07-12 15:42:49 -0400
  • 17df41def0 Fix compiling static lib on Windows with MSVC Sam Smith 2018-07-12 15:38:01 -0400
  • e6381b2b65 nghttpx: Fix uninitialized member variable ws Tatsuhiro Tsujikawa 2018-03-13 22:51:46 +0900
  • b6930e3d80 nghttpx: Disable connect protocol if forward proxy is enabled Tatsuhiro Tsujikawa 2018-03-13 22:42:50 +0900
  • 19d28365e9 nghttpx: Add experimental websocket with extended CONNECT Tatsuhiro Tsujikawa 2018-03-11 12:02:18 +0900
  • a26eb08a89 Deal with :protocol pseudo header Tatsuhiro Tsujikawa 2018-03-11 10:11:07 +0900
  • 8625a93bb0 Add NGHTTP2_TOKEN__PROTOCOL Tatsuhiro Tsujikawa 2018-03-10 17:20:28 +0900
  • 51e4ca9f7e Add SETTINGS_ENABLE_CONNECT_PROTOCOL Tatsuhiro Tsujikawa 2018-03-10 17:19:45 +0900
  • e5b3f9addd Compile with clang-6.0 Tatsuhiro Tsujikawa 2018-06-09 16:27:43 +0900
  • 880f948684 Enable IndentPPDirectives Tatsuhiro Tsujikawa 2018-06-09 16:21:30 +0900
  • bda7e079e2 Update .clang-format Tatsuhiro Tsujikawa 2018-06-09 16:20:27 +0900
  • fc94018b97 clang-format-6.0 Tatsuhiro Tsujikawa 2018-06-09 16:02:26 +0900
  • 705059381e
    Merge 64f0372de5 into 159c5e446a Dmitriy Vetutnev 2018-06-07 13:15:03 +0000
  • 159c5e446a
    Merge pull request #1184 from PiotrSikora/max_streams Tatsuhiro Tsujikawa 2018-06-05 22:02:02 +0900
  • bfd4d8b052
    Merge pull request #1183 from PiotrSikora/spdy Tatsuhiro Tsujikawa 2018-06-03 13:14:25 +0900
  • 388e785822 Fix typo Tatsuhiro Tsujikawa 2018-06-03 13:10:32 +0900
  • 2ba1389993 Fix handling of SETTINGS_MAX_CONCURRENT_STREAMS. Piotr Sikora 2018-05-30 20:24:00 -0700
  • d65a417306 Remove remaining SPDY code from the integration tests. Piotr Sikora 2018-05-30 17:45:20 -0700
  • 575bc309b9 Fix typo Tatsuhiro Tsujikawa 2018-05-12 13:07:52 +0900
  • 00909d0742 Update doc Tatsuhiro Tsujikawa 2018-05-12 13:07:04 +0900
  • a7e38724e7
    Merge pull request #1177 from nghttp2/origin-frame Tatsuhiro Tsujikawa 2018-05-12 13:03:12 +0900
  • 325612bcde nghttp: Receive ORIGIN frame Tatsuhiro Tsujikawa 2018-05-10 23:19:27 +0900
  • 8034221525 Implement ORIGIN frame Tatsuhiro Tsujikawa 2018-05-10 10:57:02 +0900
  • 2e6593e5a5 Bump up version number to 1.33.0-DEV Tatsuhiro Tsujikawa 2018-05-08 22:36:31 +0900
  • 572735e496 Update manual pages v1.32.0 Tatsuhiro Tsujikawa 2018-05-08 22:18:42 +0900
  • e8d693c395 Bump up version number to 1.32.0, LT revision to 30:2:16 Tatsuhiro Tsujikawa 2018-05-08 22:12:43 +0900
  • f44dfcd9dc Update AUTHORS Tatsuhiro Tsujikawa 2018-05-08 22:11:06 +0900
  • 1f1b0d93d4 Update manual pages Tatsuhiro Tsujikawa 2018-05-07 21:43:13 +0900
  • ce8c749b77
    Merge pull request #1173 from nghttp2/asio-client-sni Tatsuhiro Tsujikawa 2018-05-04 10:26:31 +0900
  • 3e4f257b91 asio: Support client side SNI Tatsuhiro Tsujikawa 2018-05-03 20:29:16 +0900
  • 86fab997b4 Upgrade neverbleed to the latest master Tatsuhiro Tsujikawa 2018-05-03 14:51:59 +0900
  • c3ecd44592
    Merge pull request #1171 from nghttp2/h2load-rate-and-duration Tatsuhiro Tsujikawa 2018-04-28 01:23:22 +0900
  • c65ca20a49 h2load: -r and --duration are mutually exclusive Tatsuhiro Tsujikawa 2018-04-28 00:28:02 +0900
  • a5c408c5e3 Ignore all input after calling session_terminate_session Tatsuhiro Tsujikawa 2018-04-22 13:48:56 +0900
  • 06379b2861 Fix treatment of padding Tatsuhiro Tsujikawa 2018-04-22 12:00:55 +0900
  • e04de48ed9
    Merge pull request #1162 from nghttp2/libressl Tatsuhiro Tsujikawa 2018-04-14 23:57:20 +0900
  • 009646421c Use LIBRESSL_IN_USE instead of defined(LIBRESSL_VERSION_NUMBER) Tatsuhiro Tsujikawa 2018-04-14 18:31:32 +0900
  • 8d0b4544f8 libressl 2.7 has X509_VERIFY_PARAM_* Tatsuhiro Tsujikawa 2018-04-14 18:04:32 +0900
  • d8a34131e1 libressl 2.7 has SSL_CTX_get0_certificate Tatsuhiro Tsujikawa 2018-04-14 18:01:50 +0900
  • 5db17d0af9 Compile with libressl 2.7.2 Tatsuhiro Tsujikawa 2018-04-14 17:48:38 +0900
  • 1bf69b5662 Define LIBRESSL_LEGACY_API and LIBRESSL_2_7_API Tatsuhiro Tsujikawa 2018-04-14 17:36:52 +0900
  • a5228a6dff
    Merge 0bebf8e3b4 into 3febaef1fa Bernard Spil 2018-04-14 06:18:40 +0000
  • 3febaef1fa Bump up LT revision to 30:1:16 due to v1.31.1 release Tatsuhiro Tsujikawa 2018-04-13 00:23:06 +0900
  • 66ddd22a5c Add attribute format in nghttp2_debug_vprintf_callback Wei Shi S 2018-04-11 09:44:08 +0800
  • fc55891d31 Add attribute format in nghttp2_debug_vprintf_callback Wei Shi S 2018-04-11 09:44:08 +0800
  • 1e22b36c61 Update manual pages v1.31.1 v1.31.x Tatsuhiro Tsujikawa 2018-04-07 10:52:44 +0900
  • 0f818baf61 Bump up version number to 1.31.1 Tatsuhiro Tsujikawa 2018-04-07 10:48:04 +0900
  • c411d16945 Fix frame handling Tatsuhiro Tsujikawa 2018-04-07 00:27:55 +0900
  • b1bd6035e8 Fix frame handling Tatsuhiro Tsujikawa 2018-04-07 00:27:55 +0900
  • 00ebd6e85d
    Merge dc775b0801 into b48bcb214a Natanael Copa 2018-04-05 19:05:20 +0000
  • b48bcb214a examples: Use C style comment in .c files Tatsuhiro Tsujikawa 2018-04-03 22:08:24 +0900
  • 6f3ce2c72d examples: Remove unused lambda capture Tatsuhiro Tsujikawa 2018-04-03 22:07:02 +0900
  • 2f9121cf44 Merge branch 'Sp1l-Sp1l/allow-no-npn' Tatsuhiro Tsujikawa 2018-04-03 21:42:17 +0900
  • e65e7711ca Add comment on #endif Tatsuhiro Tsujikawa 2018-04-03 21:39:44 +0900
  • 636ef51b0f Fix compile error with -Wunused-function Tatsuhiro Tsujikawa 2018-04-03 21:33:09 +0900
  • dc775b0801 check for BIO_{get,set}_data and BIO_set_init Natanael Copa 2018-04-02 20:32:02 +0000
  • 0bebf8e3b4 Fix build with LibreSSL 2.7 Bernard Spil 2018-03-25 19:22:46 +0200
  • 400934e5a3 [PATCH] Allow building without NPN Bernard Spil 2018-03-25 18:27:23 +0200
  • 3442f61d4f
    Merge 7e4d23777e into 4c3a3acf9b Bernard Spil 2018-03-25 13:11:09 +0000
  • 7e4d23777e Merge branch 'upstream/master' into clone/allow-no-npn Bernard Spil 2018-03-25 14:34:04 +0200
  • 4c3a3acf9b
    Merge pull request #1146 from vszakats/cmakestaticlib Tatsuhiro Tsujikawa 2018-03-13 23:06:29 +0900
  • 9aa6002c37
    Merge pull request #1144 from hellojaewon/master Tatsuhiro Tsujikawa 2018-03-13 23:04:05 +0900
  • f342260bfe cmake: add ENABLE_STATIC_LIB option to build static lib Viktor Szakats 2018-03-12 22:29:46 +0000
  • a6dd497016 Fix typo jwchoi 2018-03-12 09:19:19 +0900
  • 842509dab6 Don't allow 101 HTTP status code because HTTP/2 removes HTTP Upgrade Tatsuhiro Tsujikawa 2018-03-11 15:37:30 +0900
  • 64f0372de5 Use Boost for parse_openssl_asn1_time_print() Dmitriy Vetutnev 2018-03-06 01:15:00 +0300
  • cfb98391e5 Merge branch 'master' into odant Dmitriy Vetutnev 2018-03-05 23:51:06 +0300
  • eebe9bf785 Fix, define -DBUILDING_NGHTTP2_ASIO for autotools Dmitriy Vetutnev 2018-03-05 23:33:05 +0300
  • f411e32f4c Define -DBUILDING_NGHTTP2_ASIO for autotools Dmitriy Vetutnev 2018-03-05 23:16:52 +0300
  • 0400db4bdd Define _SCL_SECURE_NO_WARNINGS (disable warnings for checked iterators) Dmitriy Vetutnev 2018-03-05 23:12:29 +0300