70 Commits

Author SHA256 Message Date
Dominique Leuenberger
c5ca96fb4b Accepting request 417369 from devel:libraries:c_c++
- Update to version 1.13.0:

OBS-URL: https://build.opensuse.org/request/show/417369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=33
2016-08-12 13:37:45 +00:00
Martin Pluskal
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=58
2016-08-07 17:32:55 +00:00
Dominique Leuenberger
614586b9bf Accepting request 408510 from devel:libraries:c_c++
- Update to version 1.12.0:

OBS-URL: https://build.opensuse.org/request/show/408510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=32
2016-07-21 05:53:06 +00:00
Martin Pluskal
1514db49ce - Update to version 1.12.0:
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=57
2016-07-14 13:13:34 +00:00
Dominique Leuenberger
dd5b01b428 Accepting request 400634 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/400634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=31
2016-06-13 19:49:02 +00:00
Ismail Dönmez
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=56
2016-06-08 09:19:03 +00:00
Dominique Leuenberger
2d8ad9ce35 Accepting request 391801 from devel:libraries:c_c++
- Update to 1.10.0
- Update to 1.9.2

OBS-URL: https://build.opensuse.org/request/show/391801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=30
2016-04-30 21:28:53 +00:00
Martin Pluskal
e6e0d810d8 - Update to 1.10.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=55
2016-04-27 10:15:35 +00:00
Martin Pluskal
4df3a8802e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=54 2016-04-13 18:40:13 +00:00
Martin Pluskal
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=53
2016-04-13 18:39:01 +00:00
Dominique Leuenberger
a5723630cb Accepting request 380487 from devel:libraries:c_c++
- Update to 1.9.1

OBS-URL: https://build.opensuse.org/request/show/380487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=29
2016-04-01 11:01:20 +00:00
Martin Pluskal
7594387cca - Update to 1.9.1
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=52
2016-03-27 17:01:02 +00:00
Dominique Leuenberger
a9d827203b Accepting request 361793 from devel:libraries:c_c++
- Update to 1.8.0

OBS-URL: https://build.opensuse.org/request/show/361793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=28
2016-03-01 08:33:50 +00:00
Martin Pluskal
dbe016dfdc - Update to 1.8.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=51
2016-02-26 13:30:37 +00:00
Dominique Leuenberger
45d8b77a56 Accepting request 359072 from devel:libraries:c_c++
- Update to 1.7.1
  * Fix CVE-2016-1544 (boo#966514)

OBS-URL: https://build.opensuse.org/request/show/359072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=27
2016-02-23 15:54:06 +00:00
Martin Pluskal
6f4ebd5981 - Update to 1.7.1
* Fix CVE-2016-1544 (boo#966514)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=50
2016-02-12 17:23:24 +00:00
Dominique Leuenberger
9722768bd3 Accepting request 356635 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/356635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=26
2016-02-04 23:30:00 +00:00
Martin Pluskal
fb98a26132 Accepting request 356634 from openSUSE:Factory:Staging:Gcc6
- Add nghttp2-c++14.patch to properly guard make_unique templates.
  [bsc#964140]

OBS-URL: https://build.opensuse.org/request/show/356634
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=49
2016-01-29 09:07:25 +00:00
Dominique Leuenberger
7454f0e8a8 Accepting request 356118 from devel:libraries:c_c++
- Update to 1.7.0

OBS-URL: https://build.opensuse.org/request/show/356118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=25
2016-01-28 16:19:36 +00:00
Martin Pluskal
b6a659ca54 - Update to 1.7.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=48
2016-01-26 20:04:59 +00:00
Ismail Dönmez
bef963a9ce Accepting request 355211 from home:pgajdos
- fixed typo in libnghttp2_asio1 [bsc#962914]

OBS-URL: https://build.opensuse.org/request/show/355211
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=47
2016-01-21 09:39:50 +00:00
Dominique Leuenberger
2fc89d389a Accepting request 350718 from devel:libraries:c_c++
- Update to 1.6.0

OBS-URL: https://build.opensuse.org/request/show/350718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=24
2015-12-27 00:59:59 +00:00
Martin Pluskal
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)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=46
2015-12-24 21:17:19 +00:00
Martin Pluskal
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=45
2015-12-23 17:53:28 +00:00
Dominique Leuenberger
c87a246e23 Accepting request 347107 from devel:libraries:c_c++
- Update to 1.5.0

OBS-URL: https://build.opensuse.org/request/show/347107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=23
2015-12-16 16:41:11 +00:00
Martin Pluskal
3f7afcf4d3 osc copypac from project:server:http package:nghttp2 revision:3
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=44
2015-12-02 06:51:13 +00:00
Stephan Kulow
dc38406974 Accepting request 344787 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/344787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=22
2015-11-24 21:33:09 +00:00
Martin Pluskal
0789d53311 Accepting request 344786 from home:pluskalm:branches:devel:libraries:c_c++
- Enable spdy and more example applications

OBS-URL: https://build.opensuse.org/request/show/344786
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=42
2015-11-16 17:23:15 +00:00
Dominique Leuenberger
5ca42fb077 Accepting request 341962 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/341962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=21
2015-11-05 10:35:25 +00:00
Martin Pluskal
4c3ad91dfa Accepting request 341961 from home:XRevan86
- Update to 1.4.0.

OBS-URL: https://build.opensuse.org/request/show/341961
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=40
2015-11-01 19:46:13 +00:00
Stephan Kulow
bb94922305 Accepting request 334030 from devel:libraries:c_c++
- Update to 1.3.4

OBS-URL: https://build.opensuse.org/request/show/334030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=20
2015-09-30 03:52:33 +00:00
Martin Pluskal
56effae15c - Update to 1.3.4
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=38
2015-09-27 12:48:46 +00:00
Dominique Leuenberger
c60e9b487f Accepting request 330904 from devel:libraries:c_c++
- Update to 1.3.1
- Fix typo in previous changelog entry

OBS-URL: https://build.opensuse.org/request/show/330904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=19
2015-09-17 07:20:24 +00:00
Martin Pluskal
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=36
2015-09-14 13:36:19 +00:00
Dominique Leuenberger
a4b1bdd705 Accepting request 328245 from devel:libraries:c_c++
- Update to 1.3.
- Fix typo in changelog

- Update to 1.2.1

OBS-URL: https://build.opensuse.org/request/show/328245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=18
2015-09-01 22:36:31 +00:00
Martin Pluskal
0e3ce1dc1c - Update to 1.3.
- Fix typo in changelog
- Update to 1.2.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=34
2015-09-01 07:03:39 +00:00
Dominique Leuenberger
e1b25c244d Accepting request 323619 from devel:libraries:c_c++
- Update to 1.2.
  * doc: Reword the HPACK tutorial (Patch from Tom Harwood)
  * nghttpx: Fix stability issues
  * h2load: Fix crash if -r > -n

OBS-URL: https://build.opensuse.org/request/show/323619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=17
2015-08-17 13:35:30 +00:00
Martin Pluskal
58747ef7ab - Update to 1.2.
* doc: Reword the HPACK tutorial (Patch from Tom Harwood)
  * nghttpx: Fix stability issues
  * h2load: Fix crash if -r > -n

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=32
2015-08-17 10:56:21 +00:00
Dominique Leuenberger
f352c79359 Accepting request 321636 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/321636
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=16
2015-08-11 06:27:11 +00:00
Martin Pluskal
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=30
2015-08-10 14:14:34 +00:00
Stephan Kulow
e55664d956 Accepting request 317162 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/317162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=15
2015-07-19 09:45:41 +00:00
Martin Pluskal
a4e7a9d7c7 Accepting request 317158 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 1.1.1

OBS-URL: https://build.opensuse.org/request/show/317158
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=28
2015-07-16 12:54:32 +00:00
Dominique Leuenberger
75b3d383c6 Accepting request 314504 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/314504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=14
2015-07-02 20:49:33 +00:00
Martin Pluskal
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=26
2015-06-30 11:57:25 +00:00
Dominique Leuenberger
18f1a38f42 Accepting request 313404 from devel:libraries:c_c++
- Update to 1.0.4

OBS-URL: https://build.opensuse.org/request/show/313404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=13
2015-06-24 19:06:04 +00:00
Martin Pluskal
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=24
2015-06-24 10:56:58 +00:00
Stephan Kulow
ed12e224a9 Accepting request 312230 from devel:libraries:c_c++
- Update to 1.0.2

OBS-URL: https://build.opensuse.org/request/show/312230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=12
2015-06-16 12:06:03 +00:00
Martin Pluskal
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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=22
2015-06-16 08:32:02 +00:00
Dominique Leuenberger
e4c5206efc Accepting request 308631 from devel:libraries:c_c++
- Update to 1.0.1

OBS-URL: https://build.opensuse.org/request/show/308631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=11
2015-05-25 21:15:10 +00:00
Martin Pluskal
0680238cea - Update to 1.0.1
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=20
2015-05-25 15:17:59 +00:00