SHA256
1
0
forked from pool/nghttp2

Commit Graph

  • 7913a14dfe Accepting request 482362 from devel:libraries:c_c++ Yuchen Lin 2017-03-31 13:05:01 +0000
  • 70f2c0cd0b - Update to version 1.20.0: Martin Pluskal 2017-03-23 19:29:40 +0000
  • 63a59c351d Accepting request 454123 from devel:libraries:c_c++ Dominique Leuenberger 2017-02-08 09:43:24 +0000
  • 3ab7a86baf Accepting request 454116 from home:adamm:branches:devel:libraries:c_c++ Martin Pluskal 2017-02-02 10:29:56 +0000
  • f7e3912fe7 Accepting request 448600 from devel:libraries:c_c++ Dominique Leuenberger 2017-01-09 10:50:52 +0000
  • b70595d7df OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=64 Martin Pluskal 2017-01-03 10:43:27 +0000
  • d02511fceb - Update to version 1.18.0: * lib: Accept and ignore content-length: 0 in 204 response for now * build: Use pkg-config to detect libxml2 * build: Require c-ares to compile applications under src * build: Add Windows CI via AppVeyor (Patch from Alexis La Goutte) * examples: Delete tiny-nghttpd * nghttpx: Retry h1 backend request if first write fails (GH-757) * nghttpx: Keep reading after backend write failed (GH-756) * nghttpx: Add frontend-keep-alive-timeout option (GH-755) * nghttpx: New error log format (GH-749) * nghttpx: Fix bug that fetch-ocsp-response does not work with OpenSSL 1.1.0 (GH-742) * nghttpx: Backend API call allows non-numeric host with dns parameter (GH-731) * nghttpx: Lookup backend host name dynamically (GH-721) * nghttpx: Accept and ignore content-length: 0 in 204 response for now (GH-735) * nghttpx: Wait for child process to exit Martin Pluskal 2017-01-03 10:39:59 +0000
  • b484385fc5 Accepting request 445733 from devel:libraries:c_c++ Dominique Leuenberger 2016-12-16 10:45:19 +0000
  • 427b1f4b15 - Update to version 1.17.0: * lib: Disallow content-length in 1xx, 204, or 200 to a CONNECT request (GH-722) * lib: Avoid memcpy against NULL src * build: MSVC version resource support (Patch from Remo E) (GH-718) * asio: server: Call on_close callback on connection close (GH-729) * nghttpx: Fix frequent crash with --backend-http-proxy-uri * nghttpx: Robust backend read timeout * nghttpx: Fix bug that mishandles response header from h1 backend * nghttpx: Fix bug that zero-length POST is not forwarded (GH-726) * nghttpx: Remove optional reason-phrase from SPDY :status * nghttpx: Header key and value must be string in mruby script * nghttpx: Strip content-length with 204 or 200 to CONNECT in mruby (GH-722) * nghttpx: Strict handling for Content-Length or Transfer-Encoding in h1 (GH-722) * nghttpx: Fix compilation with BoringSSL (Patch from dalf) (GH-717) * nghttpd, nghttpx, asio: Add missing mandatory SP after status code Martin Pluskal 2016-12-14 10:27:02 +0000
  • ad946e4da7 Accepting request 441810 from devel:libraries:c_c++ Dominique Leuenberger 2016-11-29 11:47:31 +0000
  • 255e0d06b6 - Update to version 1.16.1: * lib: Prevent undefined behavior in decode_length * nghttpx: Fix bug which may crash nghttpx if non-final response is forwarded from origin server to HTTP/1.1 client - Changes for version 1.16.0: * lib: Add nghttp2_set_debug_vprintf_callback to take advantage of DEBUGF statements in when building DEBUGBUILD. * Update .clang-format for clang-format-3.9 * build: Make it possible to include nghttp2/CMakeLists.txt in another project using add_subdirectory. * third-party: Update http-parser to feae95a3a69f111bc1897b9048d9acbc290992f9 * asio: Fix crash when end() is called outside nghttp2 callback * nghttpx: Add --backend-connect-timeout option * nghttpx: Add TLS signed_certificate_timestamp extension support * nghttpx: Add --ecdh-curves option to specify list of named curves * h2load: Add --header-table-size and --encoder-header-table-size options Martin Pluskal 2016-11-24 09:49:34 +0000
  • 229116499d Accepting request 430223 from devel:libraries:c_c++ Dominique Leuenberger 2016-09-30 13:21:06 +0000
  • 1d03faffae - Update to version 1.15.0: Martin Pluskal 2016-09-25 09:09:55 +0000
  • 3f8e541695 Accepting request 425620 from devel:libraries:c_c++ Dominique Leuenberger 2016-09-12 11:23:39 +0000
  • fd65020494 - Update to version 1.14.0: * lib: Make emit_header() return void since it always succeed * lib: Add nghttp2_hd_deflate_hd_vec() deflate API to support multiple buffer input * lib: since hd_inflate_commit_indexed() always return 0, remove the return value check in nghttp2_hd_inflate_hd_nv() * lib: Use memeq() instead of lstreq() in lookup_token() * lib: More strict stream state handling * lib: Modify genlibtokenlookup.py to remove redundant header comparisons and remove inline qualifier of lookup_token() in genlibtokenlookup.py * lib: Fix wrong tree operation to avoid cycle * lib: Make get_max_index() return the max index in frame, so we don't need to do extra calculation * lib: Add nghttp2_on_invalid_header_callback * lib: Log frame's stream ID for header debug logging * doc: Remove old doc about differential encoding in HPACK * doc: Document about ALPN in nghttpx howto * nghttpx: Log error code from getsockopt(SO_ERROR) on first write event * nghttpx: Don't change pushed stream's priority * nghttpx: Log backend connection failure in WARN level * nghttpx: Fix bug that api and healthmon parameters do not work with http2 proxy * nghttpx: Add access log variable for backend host and port * nghttpx: Use copy instead of const reference of backend group * nghttpx: Reload configuration with SIGHUP * nghttp: Adjust weight according to Firefox stable * nghttp: Call error callback when invalid header field is received and ignored Ismail Dönmez 2016-09-08 08:47:49 +0000
  • c5ca96fb4b Accepting request 417369 from devel:libraries:c_c++ Dominique Leuenberger 2016-08-12 13:37:45 +0000
  • 31e095c6c8 - Update to version 1.13.0: * lib: Cancel non-DATA frame transmission from nghttp2_before_frame_send_callback * doc: Fix warning with Sphinx 1.4 * build: Work with Android NDK r12b * nghttpx: Use consistent hashing for client IP based session affinity * nghttpx: Fix FTBFS on armel by explicitly including the header * nghttpx: Cast to double to fix build with gcc 4.8 on Solaris 11 * nghttpx: Fix build error with libressl * examples: Fix compile error with OpenSSL v1.1.0-beta2 Martin Pluskal 2016-08-07 17:32:55 +0000
  • 614586b9bf Accepting request 408510 from devel:libraries:c_c++ Dominique Leuenberger 2016-07-21 05:53:06 +0000
  • 1514db49ce - Update to version 1.12.0: Martin Pluskal 2016-07-14 13:13:34 +0000
  • dd5b01b428 Accepting request 400634 from devel:libraries:c_c++ Dominique Leuenberger 2016-06-13 19:49:02 +0000
  • f240387cfc - Update to 1.11.1 * lib: Add nghttp2_hd_inflate_hd2() and deprecate nghttp2_hd_inflate_hd() * lib: Avoid 0-length DATA if NGHTTP2_DATA_FLAG_NO_END_STREAM is set * lib: Fix bug that PING flags are ignored in nghttp2_submit_ping * integration: Workaround runtime error: cgo argument has Go pointer to Go pointer * nghttp: Eliminate zero length DATA frame at the end if possible * nghttpd: Set content-length in status response * nghttpx: Add sni keyword to --backend option * nghttpx: Allow mixed protocol and TLS settings among backends under same pattern * nghttpx: Don't add 0-length DATA when response HEADERS bears END_STREAM flag * nghttpx: Don't add chunked encoded response body for HEAD request * nghttpx: Don't use CN if we have dNSName or iPAddress field * nghttpx: Just call execv instead of execve to pass environ * nghttpx: Make SETTINGS timeout value configurable * nghttpx: Save PID file after it is ready to accept connections * nghttpx: Treat backend failure if SETTINGS is not received within timeout * nghttpx: Wait for SETTINGS ACK to make sure that backend h2 server is alive Ismail Dönmez 2016-06-08 09:19:03 +0000
  • 2d8ad9ce35 Accepting request 391801 from devel:libraries:c_c++ Dominique Leuenberger 2016-04-30 21:28:53 +0000
  • e6e0d810d8 - Update to 1.10.0 Martin Pluskal 2016-04-27 10:15:35 +0000
  • 4df3a8802e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=54 Martin Pluskal 2016-04-13 18:40:13 +0000
  • f35687f0b5 - Update to 1.9.2 * nghttpx: Fix crash with backend failure * nghttpx: Better distribute load to backend h2 servers * nghttpx: Fix error messages on deprecated mode * nghttpx: Fix bug that logger wrote string which was not NULL-terminated * nghttpx: Fix bug that proxy with HTTP/1.1 CONNECT did not work Martin Pluskal 2016-04-13 18:39:01 +0000
  • a5723630cb Accepting request 380487 from devel:libraries:c_c++ Dominique Leuenberger 2016-04-01 11:01:20 +0000
  • 7594387cca - Update to 1.9.1 Martin Pluskal 2016-03-27 17:01:02 +0000
  • a9d827203b Accepting request 361793 from devel:libraries:c_c++ Dominique Leuenberger 2016-03-01 08:33:50 +0000
  • dbe016dfdc - Update to 1.8.0 Martin Pluskal 2016-02-26 13:30:37 +0000
  • 45d8b77a56 Accepting request 359072 from devel:libraries:c_c++ Dominique Leuenberger 2016-02-23 15:54:06 +0000
  • 6f4ebd5981 - Update to 1.7.1 * Fix CVE-2016-1544 (boo#966514) Martin Pluskal 2016-02-12 17:23:24 +0000
  • 9722768bd3 Accepting request 356635 from devel:libraries:c_c++ Dominique Leuenberger 2016-02-04 23:30:00 +0000
  • fb98a26132 Accepting request 356634 from openSUSE:Factory:Staging:Gcc6 Martin Pluskal 2016-01-29 09:07:25 +0000
  • 7454f0e8a8 Accepting request 356118 from devel:libraries:c_c++ Dominique Leuenberger 2016-01-28 16:19:36 +0000
  • b6a659ca54 - Update to 1.7.0 Martin Pluskal 2016-01-26 20:04:59 +0000
  • bef963a9ce Accepting request 355211 from home:pgajdos Ismail Dönmez 2016-01-21 09:39:50 +0000
  • 2fc89d389a Accepting request 350718 from devel:libraries:c_c++ Dominique Leuenberger 2015-12-27 00:59:59 +0000
  • 8ba7fe4968 closed (remote) default nghttp2_submit_push_promise() Sunpoet Po-Chuan Hsieh) * asio: Added access to a requests remote endpoint (patch from Andreas Pohl) Andreas Pohl) Martin Pluskal 2015-12-24 21:17:19 +0000
  • 32130d4c7b - Update to 1.6.0 * Fix heap-use-after-free bug when handling idle streams * Strict error handling for frames which are not allowed after closed (remote) * Set max number of outgoing concurrent streams to 100 by default * Keep incoming streams only at server side * Create stream object for pushed resource during nghttp2_submit_push_promise() * Add nghttp2_session_create_idle_stream() API * Handle response in nghttp2_on_begin_frame_callback * Add --lib-only configure option * Compile with OpenSSL 1.1.0-pre1 * Fix build when OpenSSL 1.0.2 is not available (patch from Sunpoet Po-Chuan Hsieh) * asio: Add connect and read timeout to client API * asio: Add TLS handshake and read timeout to server API * asio: Added access to a requests remote endpoint (patch from Andreas Pohl) * asio: libnghttp2_asio: Added io_service accessors (patch from Andreas Pohl) * h2load: Add req/s min, max, mean and sd for clients * h2load: Fix broken connection times Martin Pluskal 2015-12-23 17:53:28 +0000
  • c87a246e23 Accepting request 347107 from devel:libraries:c_c++ Dominique Leuenberger 2015-12-16 16:41:11 +0000
  • 3f7afcf4d3 osc copypac from project:server:http package:nghttp2 revision:3 Martin Pluskal 2015-12-02 06:51:13 +0000
  • dc38406974 Accepting request 344787 from devel:libraries:c_c++ Stephan Kulow 2015-11-24 21:33:09 +0000
  • 0789d53311 Accepting request 344786 from home:pluskalm:branches:devel:libraries:c_c++ Martin Pluskal 2015-11-16 17:23:15 +0000
  • 5ca42fb077 Accepting request 341962 from devel:libraries:c_c++ Dominique Leuenberger 2015-11-05 10:35:25 +0000
  • 4c3ad91dfa Accepting request 341961 from home:XRevan86 Martin Pluskal 2015-11-01 19:46:13 +0000
  • bb94922305 Accepting request 334030 from devel:libraries:c_c++ Stephan Kulow 2015-09-30 03:52:33 +0000
  • 56effae15c - Update to 1.3.4 Martin Pluskal 2015-09-27 12:48:46 +0000
  • c60e9b487f Accepting request 330904 from devel:libraries:c_c++ Dominique Leuenberger 2015-09-17 07:20:24 +0000
  • df7fee2dbe - Update to 1.3.1 * Avoid usage of typeof and replace __builtin_offsetof with offsetof * Honor stream->weight even if stream->last_writelen is 0 * Compile third-party libraries if hpack-tools is enabled * nghttpx-init: Start nghttpx with --daemon * Bundle sphinxcontrib.rubydomain https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/rubydomain/ * Bundle mruby * h2load: Record TTFB on first byte of response body, rather than first socket read * h2load: Improve checking for timing script input, prevent false positive in certain situations * nghttpx: Implement PROXY protocol version 1 (--accept-proxy-protocol option) * nghttpx: Allow link header server push for HTTP/2 backend as well * nghttpx: Don't initiate push if client disabled push * nghttpx: Allow absolute URI in Link header field for push * nghttpx: Fix crash with multi workers and QUIT signal * nghttpx: Add mruby support which is disabled by default (use --with-mruby configure option to enable it) * nghttpx: Drop connection before TLS finish if h2 requirement is not fulfilled - Fix typo in previous changelog entry - Update to 1.3.1 Martin Pluskal 2015-09-14 13:36:19 +0000
  • a4b1bdd705 Accepting request 328245 from devel:libraries:c_c++ Dominique Leuenberger 2015-09-01 22:36:31 +0000
  • 0e3ce1dc1c - Update to 1.3. - Fix typo in changelog - Update to 1.2.1 Martin Pluskal 2015-09-01 07:03:39 +0000
  • e1b25c244d Accepting request 323619 from devel:libraries:c_c++ Dominique Leuenberger 2015-08-17 13:35:30 +0000
  • 58747ef7ab - Update to 1.2. * doc: Reword the HPACK tutorial (Patch from Tom Harwood) * nghttpx: Fix stability issues * h2load: Fix crash if -r > -n Martin Pluskal 2015-08-17 10:56:21 +0000
  • f352c79359 Accepting request 321636 from devel:libraries:c_c++ Dominique Leuenberger 2015-08-11 06:27:11 +0000
  • 8c85e4d812 - Update to 1.2.0 - Changes for 1.1.2 * Fix linker error with libnghttp2_asio * Allow custom installation location for Python bindings - Drop no longer needed missing_nghttp2_timegm.patch Martin Pluskal 2015-08-10 14:14:34 +0000
  • e55664d956 Accepting request 317162 from devel:libraries:c_c++ Stephan Kulow 2015-07-19 09:45:41 +0000
  • a4e7a9d7c7 Accepting request 317158 from home:pluskalm:branches:devel:libraries:c_c++ Martin Pluskal 2015-07-16 12:54:32 +0000
  • 75b3d383c6 Accepting request 314504 from devel:libraries:c_c++ Dominique Leuenberger 2015-07-02 20:49:33 +0000
  • 559d9db8eb - Update to 1.0.5 * Add STREAM_DEP_DEBUG macro switch to enable runtime validation of depedency tree * Fix another bug in priority handling; sibling's item is not queued when ancestor's item is detached * nghttpx: Fix crash with --http2-bridge and both frontend and backend TLS Martin Pluskal 2015-06-30 11:57:25 +0000
  • 18f1a38f42 Accepting request 313404 from devel:libraries:c_c++ Dominique Leuenberger 2015-06-24 19:06:04 +0000
  • fd67071995 - Update to 1.0.4 * Fix assertion failure in stream_update_dep_on_detach_item (GH-264) - Changes for 1.0.3 * Fix bug that idle self-depending PRIORITY is not handled gracefully * Optimize dependency based priority code to Firefox style tree * enable third-party for asio_lib too (Patch from Mike Frysinger) * fetch-ocsp-response: Support LibreSSL, and include port in ocsp_host * src: Support compile with LibreSSL * nghttpx: Fix bug that x-forwarded-proto header field does not reflect frontend scheme on HTTP/2 backend * nghttpx: Validate :path on SPDY frontend Martin Pluskal 2015-06-24 10:56:58 +0000
  • ed12e224a9 Accepting request 312230 from devel:libraries:c_c++ Stephan Kulow 2015-06-16 12:06:03 +0000
  • 29dc9489af - Update to 1.0.2 * Fix bug that data are not consumed for connection in race condition (GH-253) * Define NGHTTP2_EXTERN to __declspec(dllimport) when using nghttp2 for Windows build * Translate fetch-ocsp-response into Python * libevent-client: Fix bug that path is broken if URI does not contain path part * python: Call on_close callback when connection is lost for server session * python: Expose client certificate, if available (Patch from Fabian Wiesel) * python: Catch and log failure to set TCP_NODELAY (Patch from Fabian Wiesel) * nghttpx: Add --add-request-header option * nghttpx: Make WebSocket upgrade work * nghttpx: Fix bug that END_STREAM is not set in backend for POST with Upgrade * nghttpx: Don't send "Expect" header field twice Martin Pluskal 2015-06-16 08:32:02 +0000
  • e4c5206efc Accepting request 308631 from devel:libraries:c_c++ Dominique Leuenberger 2015-05-25 21:15:10 +0000
  • 0680238cea - Update to 1.0.1 Martin Pluskal 2015-05-25 15:17:59 +0000
  • 26c86bff7d Accepting request 308386 from devel:libraries:c_c++ Dominique Leuenberger 2015-05-23 11:07:40 +0000
  • e35afc684a - Update to 1.0.0 * v1.0.0 introduced backward incompatible changes from 0.7 series. Read https://nghttp2.org/documentation/package_README.html#migration-from-v0-7-15-or-earlier to migrate from older version to this latest version. - Changes for 0.7.15 * Hopefully, this is the last release for 0.7.x series. Development continues in 1.x series. * Access violation in buffers (GH-232) (Patch from Etienne Cimon) * Retry finding jemalloc lib by je_malloc_stats_print (GH-233) * inflatehd: Fix crash if 'wire' value is not string (GH-235) * nghttpx: Revert 585af93 to fix crash with TLS (GH-234) * nghttpd: Add --echo-upload option to send back request body Martin Pluskal 2015-05-21 06:54:56 +0000
  • b035ce6dc8 Accepting request 306805 from devel:libraries:c_c++ Stephan Kulow 2015-05-15 05:44:06 +0000
  • 1361c31cab - Update to 0.7.14 * Fix global-buffer-overflow in HPACK code * Fix doc for nghttp2_select_next_protocol * Fix bug that promised stream was not reset on decompression error * Add systemd and upstart configuration file for nghttpx (Patch from Zhuoyun Wei) * Improve nghttpx logrotate configuration file (Patch from Zhuoyun Wei) * Update sphinx_rtd_theme * h2load: Update h2load to give connect time and ttfb stats (Patch from ericcarlschwartz) * nghttpd: Add -m, --max-concurrent-streams option * nghttpx: Log absolute URI for HTTP/2 or client proxy request * nghttpx: Add --header-field-buffer and --max-header-fields options * nghttp: Fix assertion error if very large value is given to -t Martin Pluskal 2015-05-13 13:15:10 +0000
  • b4f3ed4d46 Accepting request 304933 from devel:libraries:c_c++ Dominique Leuenberger 2015-05-02 14:15:12 +0000
  • 40320389b3 - Update to 0.7.13 * Fix bug that promised stream was not reset by returning NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from nghttp2_on_header_callback. Instead, associated stream was reset. * Allow NGHTTP2_ERR_TEMPORAL_CALLBACK_FAILURE from nghttp2_on_begin_headers_callback * h2load: Effectively disable flow control by setting large window size * asio: Graceful shutdown and joinable server (Patch from Xiaoguang Sun) Martin Pluskal 2015-05-01 13:50:58 +0000
  • f5017f8448 Accepting request 298140 from devel:libraries:c_c++ Dominique Leuenberger 2015-04-21 08:53:10 +0000
  • 3c00834aa8 Accepting request 298133 from home:pluskalm:branches:devel:libraries:c_c++ Ismail Dönmez 2015-04-20 09:06:07 +0000
  • 8b601fe796 Accepting request 295590 from devel:libraries:c_c++ Dominique Leuenberger 2015-04-13 18:31:08 +0000
  • 0c6f84c6c2 Accepting request 295588 from home:pluskalm:branches:devel:libraries:c_c++ Martin Pluskal 2015-04-12 17:53:42 +0000
  • 80cac7404f Accepting request 294507 from devel:libraries:c_c++ Dominique Leuenberger 2015-04-05 22:26:23 +0000
  • 40012cdf9f Accepting request 294506 from home:pluskalm:branches:devel:libraries:c_c++ Martin Pluskal 2015-04-04 17:11:33 +0000
  • c65528f061 Accepting request 291365 from devel:libraries:c_c++ Dominique Leuenberger 2015-03-19 20:21:00 +0000
  • 3ac3b5cea5 Accepting request 291363 from home:jengelh:branches:devel:libraries:c_c++ Martin Pluskal 2015-03-18 22:14:18 +0000
  • da0f153ab4 Accepting request 290711 from devel:libraries:c_c++ Dominique Leuenberger 2015-03-18 12:04:25 +0000
  • 448df7a0e8 - Fix rpm group Martin Pluskal 2015-03-06 18:20:11 +0000
  • 5754d74151 Accepting request 288767 from devel:libraries:c_c++ Dominique Leuenberger 2015-03-05 14:42:16 +0000
  • 77f9c269d2 Accepting request 288766 from home:pluskalm:branches:devel:libraries:c_c++ Martin Pluskal 2015-03-03 22:23:34 +0000
  • d655fa2ffc Accepting request 286322 from devel:libraries:c_c++ Dominique Leuenberger 2015-02-20 11:00:59 +0000
  • 8bcc009de4 Accepting request 286216 from home:pluskalm Marcus Meissner 2015-02-16 08:13:06 +0000