Commit Graph

19 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
Martin Pluskal
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

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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=17
2015-05-13 13:15:10 +00:00
Martin Pluskal
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)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=15
2015-05-01 13:50:58 +00:00
Ismail Dönmez
3c00834aa8 Accepting request 298133 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.7.12

OBS-URL: https://build.opensuse.org/request/show/298133
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=13
2015-04-20 09:06:07 +00:00
Martin Pluskal
0c6f84c6c2 Accepting request 295588 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.7.11

OBS-URL: https://build.opensuse.org/request/show/295588
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=11
2015-04-12 17:53:42 +00:00
Martin Pluskal
40012cdf9f Accepting request 294506 from home:pluskalm:branches:devel:libraries:c_c++
- Enable python bindings
- Update to 0.7.9

OBS-URL: https://build.opensuse.org/request/show/294506
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=9
2015-04-04 17:11:33 +00:00
Martin Pluskal
3ac3b5cea5 Accepting request 291363 from home:jengelh:branches:devel:libraries:c_c++
- Avoid shipping documentation redundantly.
[add some missing commas]

OBS-URL: https://build.opensuse.org/request/show/291363
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=7
2015-03-18 22:14:18 +00:00
Martin Pluskal
448df7a0e8 - Fix rpm group
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=5
2015-03-06 18:20:11 +00:00
Martin Pluskal
77f9c269d2 Accepting request 288766 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.7.5

OBS-URL: https://build.opensuse.org/request/show/288766
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=3
2015-03-03 22:23:34 +00:00
Dominique Leuenberger
d655fa2ffc Accepting request 286322 from devel:libraries:c_c++
New cool package

OBS-URL: https://build.opensuse.org/request/show/286322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=1
2015-02-20 11:00:59 +00:00
8bcc009de4 Accepting request 286216 from home:pluskalm
New package, please set me as maintainer

OBS-URL: https://build.opensuse.org/request/show/286216
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=1
2015-02-16 08:13:06 +00:00