Commit Graph

  • ace40f298d nghttpx: Update log time stamp in millisecond interval Tatsuhiro Tsujikawa 2017-02-17 00:18:07 +0900
  • 1133cc0bbc nghttpx: Don't call get_config() repeatedly Tatsuhiro Tsujikawa 2017-02-16 23:41:23 +0900
  • 6960039aee nghttpx: C++ style cast Tatsuhiro Tsujikawa 2017-02-16 23:02:19 +0900
  • bf5eeb831b nghttpx: Better error message when private key and certificate are missing Tatsuhiro Tsujikawa 2017-02-16 23:00:25 +0900
  • e5b84fad09 nghttpx: Fix bug that old config is used during reloading config Tatsuhiro Tsujikawa 2017-02-16 22:46:22 +0900
  • cfb39171a7 nghttpx: Remove redundant StringRef ctor invocation Tatsuhiro Tsujikawa 2017-02-16 22:45:55 +0900
  • 2f6e1ac336 Merge pull request #816 from nghttp2/tls13 Tatsuhiro Tsujikawa 2017-02-15 23:23:25 +0900
  • 9e8d9d658a src: Enable TLSv1.3 if OpenSSL supports it Tatsuhiro Tsujikawa 2017-02-15 00:40:43 +0900
  • 6ecfac6954 nghttpx: Parse default TLS min and max versions from string Tatsuhiro Tsujikawa 2017-02-15 00:35:35 +0900
  • 368775c2ed Merge pull request #814 from alagoutte/pvs Tatsuhiro Tsujikawa 2017-02-15 21:15:43 +0900
  • 1e9a094edd Merge pull request #811 from nghttp2/nghttp2_option_no_closed_streams Tatsuhiro Tsujikawa 2017-02-15 21:11:17 +0900
  • ceb4dcf3b2 nghttp2_session: fix The 'then' statement is equivalent to the subsequent code fragment found by PVS Studio (V523) Alexis La Goutte 2017-01-07 18:46:00 +0100
  • d2ef80fe3a Update bash_completion Tatsuhiro Tsujikawa 2017-02-14 22:36:11 +0900
  • 79ae5aed67 Update man pages Tatsuhiro Tsujikawa 2017-02-14 22:35:54 +0900
  • 56e86cd944 src: h2 requires >= TLSv1.2 Tatsuhiro Tsujikawa 2017-02-14 22:21:35 +0900
  • 19a311ad62 Merge branch 'nghttpx-tls-min-max-proto-version' Tatsuhiro Tsujikawa 2017-02-14 22:17:13 +0900
  • b36e53cccd nghttpx: Specify TLS protocol by version range Tatsuhiro Tsujikawa 2017-02-13 23:34:45 +0900
  • f3a5a0a0ec Add nghttp2_option_no_closed_streams Tatsuhiro Tsujikawa 2017-02-13 22:15:42 +0900
  • 001d45efad Merge branch 'nghttpx-graceful-sigusr2' Tatsuhiro Tsujikawa 2017-02-12 23:52:03 +0900
  • 56c455bca4 nghttpx: Send SIGQUIT to the original master process Tatsuhiro Tsujikawa 2017-02-09 22:51:17 +0900
  • 4bf3cb2cc0 Revert "nghttpx: Don't capitalize h1 header fields" Tatsuhiro Tsujikawa 2017-02-12 23:27:38 +0900
  • c78528d54b nghttpx: Restrict HTTP major and minor in 0 or 1 Tatsuhiro Tsujikawa 2017-02-11 18:42:29 +0900
  • f994664934 nghttpx: Don't capitalize h1 header fields Tatsuhiro Tsujikawa 2017-02-11 18:41:52 +0900
  • 44e290da66 clang-format Tatsuhiro Tsujikawa 2017-02-11 13:08:08 +0900
  • 8aed101585 Merge pull request #805 from pakdel/graceful_stop Tatsuhiro Tsujikawa 2017-02-11 13:07:10 +0900
  • 54ba1bebf2 Update doc Tatsuhiro Tsujikawa 2017-02-10 22:21:19 +0900
  • e44c58282e Drop privilege of neverbleed daemon first Tatsuhiro Tsujikawa 2017-02-10 17:42:26 +0900
  • c02b1041d9 nghttpx: Use nullptr instead of NULL Tatsuhiro Tsujikawa 2017-02-10 17:14:47 +0900
  • 0d20e07436 Show SYSTEMD_CFLAGS in summary Tatsuhiro Tsujikawa 2017-02-10 17:13:34 +0900
  • b7f956c967 Add --with-systemd option to configure Tatsuhiro Tsujikawa 2017-02-10 17:13:16 +0900
  • 786f52a81c Document about systemd support in README Tatsuhiro Tsujikawa 2017-02-10 17:02:52 +0900
  • 23209baaf5 clang-format Tatsuhiro Tsujikawa 2017-02-10 17:02:46 +0900
  • 9d2503f9c0 Merge pull request #802 from zdzichu/master Tatsuhiro Tsujikawa 2017-02-10 16:17:01 +0900
  • 1c31213aef More graceful stop of nghttp2::asio_http2::server::http2 Amir Pakdel 2017-02-09 23:34:19 -0500
  • fdb75ba5fe nghttpx: add systemd support Tomasz Torcz 2017-02-08 19:15:25 +0100
  • 8daf4575f5 [WIP] Gracefully shutdown old process with SIGUSR2 nghttpx-usr2-graceful-shutdown Tatsuhiro Tsujikawa 2017-02-09 22:51:17 +0900
  • 8f888b29bd clang-format Tatsuhiro Tsujikawa 2017-02-09 21:00:47 +0900
  • 298808f276 Holding more shared_ptrs instead of raw ptrs to make sure called objects don't get deleted. clemahieu 2017-02-08 23:01:37 -0600
  • d1f4dafd73 Merge pull request #803 from clemahieu/asio_threading asio_threading Tatsuhiro Tsujikawa 2017-02-09 20:55:23 +0900
  • 5be6fc565b Merge 13fc54c6a9 into a231874e1e clemahieu 2017-02-09 05:02:37 +0000
  • 13fc54c6a9 Holding more shared_ptrs instead of raw ptrs to make sure called objects don't get deleted. clemahieu 2017-02-08 23:01:37 -0600
  • a231874e1e Merge branch 'nghttpx-certs-per-sigalg' Tatsuhiro Tsujikawa 2017-02-08 23:36:23 +0900
  • 2101f4ae3f Merge branch 'mruby-send-1xx' Tatsuhiro Tsujikawa 2017-02-08 22:18:11 +0900
  • 4a06f9684f nghttpx: Fix crash on SIGHUP with multi thread configuration Tatsuhiro Tsujikawa 2017-02-08 22:14:23 +0900
  • 5f31c09410 Mention about nghttp2_data_source_read_length_callback Tatsuhiro Tsujikawa 2017-02-08 00:40:47 +0900
  • 9a85c5264a nghttpx: Send 1xx non-final response using mruby script Tatsuhiro Tsujikawa 2016-11-03 21:29:07 +0900
  • fd475e4b2f Merge branch 'oss-fuzz' Tatsuhiro Tsujikawa 2017-02-07 00:28:24 +0900
  • 5dc1d116c9 fuzz: Add README Tatsuhiro Tsujikawa 2017-02-06 23:07:01 +0900
  • c566d3f475 Add fuzzer for oss-fuzz Tatsuhiro Tsujikawa 2017-02-06 22:14:49 +0900
  • 36a2023310 examples: Fix compile errors for asio server examples Tatsuhiro Tsujikawa 2017-02-05 18:08:31 +0900
  • 51e474c097 src: Remove deleted source files Tatsuhiro Tsujikawa 2017-02-05 18:08:01 +0900
  • 0df13452aa Merge branch 'asio_threading' of https://github.com/clemahieu/nghttp2 into clemahieu-asio_threading Tatsuhiro Tsujikawa 2017-02-05 17:45:01 +0900
  • 68a724cf7b nghttpx: Select certificate by client's supported signature algo Tatsuhiro Tsujikawa 2017-02-04 18:59:06 +0900
  • 779ec50e73 Merge pull request #795 from clemahieu/close_stream_iterator Tatsuhiro Tsujikawa 2017-02-04 11:37:43 +0900
  • aad3e275d1 Merge branch 'clemahieu-acceptor_infinite_loop' Tatsuhiro Tsujikawa 2017-02-04 11:35:43 +0900
  • 1649948e78 asio: Add curly brackets to avoid possible well known issue Tatsuhiro Tsujikawa 2017-02-04 11:33:21 +0900
  • 6d3e010ae7 Infinite loop in acceptor handler. clemahieu 2017-01-31 11:40:43 -0600
  • a90cffa0a4 Merge a722dc12ac into 7dddac081e clemahieu 2017-02-04 02:30:16 +0000
  • 7dddac081e clang-format Tatsuhiro Tsujikawa 2017-02-04 11:29:10 +0900
  • 588dd33241 Merge branch 'worenga-github-pr-preload' Tatsuhiro Tsujikawa 2017-02-04 11:28:53 +0900
  • 2d9be885ec Using io_service passed in to server rather than managing our own. clemahieu 2017-02-03 15:56:23 -0600
  • f0b6b9508d close_stream erases from streams_ while it's being iterated over. clemahieu 2017-02-03 01:36:18 -0600
  • a722dc12ac Infinite loop in acceptor handler. clemahieu 2017-01-31 11:40:43 -0600
  • 14ccb24be5 add support for link rel="preload" for --get-assets Benedikt Christoph Wolters 2017-02-01 15:54:15 +0100
  • 025ec85144 Merge pull request #790 from nghttp2/nghttpx-backend-frontend-tls-parameter Tatsuhiro Tsujikawa 2017-01-31 21:49:51 +0900
  • bcc29cd1e0 Using io_service passed in to server rather than managing our own. clemahieu 2017-01-29 23:37:06 -0600
  • bd97886d8e nghttpx: Use stack allocated buffer instead of making std::string Tatsuhiro Tsujikawa 2017-01-29 22:11:33 +0900
  • 0b1ddad62b nghttpx: Add frontend-tls parameter to backend to require client TLS Tatsuhiro Tsujikawa 2017-01-28 22:19:14 +0900
  • 540853bde8 nghttpx: Fix typo Tatsuhiro Tsujikawa 2017-01-28 22:18:17 +0900
  • c757f7d848 nghttpx: Recommend POST for backendconfig API request Tatsuhiro Tsujikawa 2017-01-28 17:54:00 +0900
  • 052f3a3871 Update doc Tatsuhiro Tsujikawa 2017-01-26 23:40:12 +0900
  • 2ae83e871b Merge branch 'Sp1l-master' Tatsuhiro Tsujikawa 2017-01-26 20:36:57 +0900
  • 1cc08c0a51 nghttpx: Show warning if PSK options are used but not supported Tatsuhiro Tsujikawa 2017-01-26 20:34:58 +0900
  • 16be89f9cc nghttpx: Don't build PSK features with LibreSSL Bernard Spil 2017-01-25 18:36:54 +0100
  • f13957f7c5 Merge 8fc82d5926 into b72c5f104e Bernard Spil 2017-01-25 17:40:36 +0000
  • 8fc82d5926 nghttpx: Don't build PSK features with LibreSSL Bernard Spil 2017-01-25 18:36:54 +0100
  • 7bc8664025 Merge pull request #1 from nghttp2/master Bernard Spil 2017-01-25 18:19:35 +0100
  • 3ddc446ba2 nghttpx: Enable backend pattern matching with http2-proxy Tatsuhiro Tsujikawa 2017-01-26 01:04:27 +0900
  • b72c5f104e h2load: Fix wrong req_stat updates Tatsuhiro Tsujikawa 2017-01-26 00:26:35 +0900
  • 7e6eb7e02a h2load: Explicitly count the number of requests left and inflight Tatsuhiro Tsujikawa 2017-01-26 00:16:12 +0900
  • 712b08e8ed Bump up version number to 1.20.0-DEV Tatsuhiro Tsujikawa 2017-01-25 20:50:21 +0900
  • fbf156d22d Update man pages v1.19.0 Tatsuhiro Tsujikawa 2017-01-25 20:30:16 +0900
  • 965a0e87e5 Bump up version number to 1.19.0, LT revision to 26:4:12 Tatsuhiro Tsujikawa 2017-01-25 20:23:37 +0900
  • 2b55ca1ce6 Update AUTHORS Tatsuhiro Tsujikawa 2017-01-25 20:22:05 +0900
  • 534c01896c Update bash_completion Tatsuhiro Tsujikawa 2017-01-24 23:05:53 +0900
  • c25197ac40 Update man pages Tatsuhiro Tsujikawa 2017-01-24 23:05:39 +0900
  • becae65257 Fix leak Tatsuhiro Tsujikawa 2017-01-24 22:59:01 +0900
  • ba9f2c3ae2 Compile with Android NDK r13b using clang Tatsuhiro Tsujikawa 2017-01-23 00:32:51 +0900
  • 0387525b77 Update doc Tatsuhiro Tsujikawa 2017-01-23 00:30:56 +0900
  • 5311185333 nghttpx: Define the maximum number of digits in uint64_t Tatsuhiro Tsujikawa 2017-01-22 21:43:14 +0900
  • 2fc2a27ac1 nghttpx: Use char instead of char[] if possible Tatsuhiro Tsujikawa 2017-01-22 21:21:36 +0900
  • db938afd66 nghttpx: Increase default backlog Tatsuhiro Tsujikawa 2017-01-20 23:06:24 +0900
  • 89ddc47616 nghttpx: More constexpr Tatsuhiro Tsujikawa 2017-01-20 23:04:48 +0900
  • 90b7849af1 Merge branch 'nghttpx-optimize-accesslog' Tatsuhiro Tsujikawa 2017-01-20 23:03:52 +0900
  • 3176e872b3 nghttpx: Efficient access.log writer Tatsuhiro Tsujikawa 2017-01-18 23:28:49 +0900
  • 16206d5f67 nghttp: Use std::unique_ptr for html_parser Tatsuhiro Tsujikawa 2017-01-18 00:34:39 +0900
  • 0f33749790 nghttp: Take into account scheme and port when parsing HTML links Tatsuhiro Tsujikawa 2017-01-18 00:29:51 +0900
  • 5e7e4c0cc0 nghttp: config.headers should be inspected rather than req->req_nva Tatsuhiro Tsujikawa 2017-01-17 23:00:37 +0900
  • 25503ad763 Merge branch 'worenga-fix-get-assets' Tatsuhiro Tsujikawa 2017-01-17 21:15:40 +0900
  • 8f513fceca Fix authority for --get-assets if IP adress is used in conjunction with user-defined :authority header Benedikt Christoph Wolters 2017-01-14 11:33:39 +0100