Next | Query returned 106 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2022-09-26 19:54:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
nghttp2: updated to 1.50.0

v1.50.0

lib

This release adds \ 
nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation which disables \ 
checking leading and trailing white spaces against HTTP field value.

nghttpx

nghttpx now respects backend-address-family option when dynamically resolving \ 
backend host with dns parameter in backend option.
   2022-08-22 20:08:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
nghttp2: updated to 1.49.0

Nghttp2 v1.49.0

lib

This release adds nghttp2_check_header_value_rfc9113 which complains leading and \ 
trailing white spaces. The library now uses this function instead of \ 
nghttp2_check_header_value when checking HTTP header fields.

asio

libnghttp2_asio has been moved to its own repository and got new maintainer. \ 
libnghttp2_asio related code in nghttp2 repository will not get any updates and \ 
be removed at the end of 2022.

python

Python bindings have been deprecated, and will not get any updates and be \ 
removed at the end of 2022 due to the maintenance issues.

nghttpx

Randomizing backend server selection has been added again.

The broken PROXY-protocol when TLS is used has been fixed.

nghttpx now removes trailing white spaces from HTTP header fields to align with \ 
RFC 9113.
   2022-07-08 17:05:26 by Thomas Klausner | Files touched by this commit (1)
Log message:
nghttp2: does not support python 2.x
   2022-07-01 18:38:53 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
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-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524)
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update
   2022-03-01 10:27:47 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
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-11-15 19:19:14 by Thomas Klausner | Files touched by this commit (1)
Log message:
nghttp2: use BLAKE2s
   2021-10-26 10:32:01 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
nghttp2: updated to 1.46.0

Nghttp2 v1.46.0

build

A workaround is added to avoid the broken version check in AX_PYTHON_DEVEL macro.

It adds the missing cmake files to EXTRA_DIST.

nghttpx

HTTP/3 feature is now available with BoringSSL.

SCT data is now available with BoringSSL.

New QUIC and HTTP/3 related options were added: --frontend-quic-initial-rtt, \ 
--quic-server-id, and --rlimit-memlock.

--frontend-quic-connection-id-encryption-key has been removed, and the new \ 
option --frontend-quic-secret-file has been added which specifies initial keying \ 
materials to generate QUIC secrets and keys for connection ID and tokens. It \ 
also supports the rotation of keying materials.

HTTP/3 ALPN h3-29 is now supported.

--worker-process-grace-shutdown-period option was added to set the maximum grace \ 
period to wait for a worker process to terminate gracefully.

--max-worker-processes option was added to limit the number of the lingering \ 
worker processes.

h2load

HTTP/3 feature is now available with BoringSSL.

Next | Query returned 106 messages, browsing 21 to 30 | Previous