2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-02-15 19:08:25 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
nghttp2: updated to 1.52.0
Nghttp2 v1.52.0
doc
sphinx_rtd_theme has been removed from the repository and archive.
build
The following dependencies have been updated:
ngtcp2
nghttp3
OpenSSL(quictls)
BoringSSL
libbpf
CMake build now checks core and extra components to find libevent.
python
The deprecated Python bindings has been removed.
libnghttp2_asio
The deprecated libnghttp2_asio has been removed.
third-party
llhttp and neverbleed have been updated.
nghttpx
This release fixes the bug that stalls TLS connection.
integration
This release adds more http3 integration tests.
|
2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | |
Log message:
massive revision bump after textproc/icu update
|
2022-07-01 18:38:53 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nghttp2: updated to 1.48.0
v1.48.0
lib
This release adds RFC9218 Extensible Prioritization Scheme for HTTP. It is \
enabled by submitting NGHTTP2_SETTINGS_NO_RFC7540_PRIORITIES via \
nghttp2_submit_settings(). See Stream priorities section of Programmers’ \
Guide.
It fixes the stream stall bug when the initial window size is decreased.
build
Now applications can be built with Libressl 3.5.
If --enable-lib-only configure option is used, no application libraries are checked.
src
The default TLS cipher suites are updated.
ktls support has been added to nghttp, nghttpd, nghttpx, and h2load if they are \
built with OpenSSL >= 3.0.0.
nghttpd
This release fixes the bug that stalls TLS read operation.
nghttpx
nghttpx by default disables RFC 7540 tree based HTTP/2 priorities and uses RFC \
9218 priorities instead. It has a fallback mechanism to RFC 7540 if client does \
not send SETTINGS_NO_RFC7540_PRIORITIES.
affinity-cookie-stickiness backend parameter has been added.
The session affinity feature which had been broken for quite some time has been \
fixed.
|
2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | |
Log message:
revbump for textproc/icu update
|
2022-03-01 10:27:47 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nghttp2: updated to 1.47.0
Nghttp2 v1.47.0
lib
This release fixes the incorrect HPACK decoder table size update, which lead to \
incorrectly require Dynamic Table Size Update from an encoder when it is not \
needed.
build
cmake build now disables libbpf by default.
h2load
Now maximum allowed maximum frame size is configurable with --max-frame-size.
nghttpx
--require-http-scheme option is added. It requires http or https scheme in HTTP \
request. It also requires that https scheme must be used for an encrypted \
connection. Otherwise, http scheme must be used. This option is recommended for \
a server deployment which directly faces clients and the services it provides \
only require http or https scheme.
BBR2 congestion control algorithm is added to QUIC connection.
libbpf is now bumped to v0.7.0 and turn on all strict features.
The qlog file extension is changed to .sqlog.
The bug that causes h3 stream ends prematurely has been fixed.
The issue that a forwarded h3 GET request to HTTP/1.1 hop always has chunked \
transfer-encoding: chunked has been fixed.
QUIC connection now sends and receives ECN bits.
HTTP/3 trailer fields support has been added.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-07-19 13:04:51 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nghttp2: updated to 1.44.0
1.44.0:
nghttpx
The bug which prevents a backend which is excluded from a load balancing group \
temporarily from being restored.
The word master is replaced main. The nghttpx master process is now called main \
process.
--no-http2-cipher-black-list and --client-no-http2-cipher-black-list are \
deprecated and replaced with --no-http2-cipher-block-list and \
--client-no-http2-cipher-block-list respectively.
Remove trailing white space after $method log variable.
h2load
--rps option has been added.
The time unit (e.g., ms) is now allowed in -D option.
|
2021-04-21 15:25:34 by Adam Ciarcinski | Files touched by this commit (864) |
Log message:
revbump for boost-libs
|
2021-04-21 13:43:04 by Adam Ciarcinski | Files touched by this commit (1822) |
Log message:
revbump for textproc/icu
|