2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-09-06 20:03:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nghttp2 nghttp2-tools: updated to 1.56.0
Nghttp2 v1.56.0
third-party
llhttp has been updated.
nghttpx
Rework is done in functions that send ECN bits.
--frontend-quic-congestion-controller=bbr2 has been renamed to \
--frontend-quic-congestion-controller=bbrv2.
nghttpx, h2load
Fix issue that CMSG_DATA does not necessarily return an aligned pointer.
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-07-13 16:25:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nghttp2, nghttp2-tools: updated to 1.55.0
Nghttp2 v1.55.0
build
The following dependencies have been updated:
ngtcp2
nghttp3
BoringSSL
This release fixes build error without libev.
third-party
llhttp has been updated.
Cross-compiling mruby is now supported.
nghttpx
UDP_GRO is enabled for QUIC socket.
The initial QUIC packet number is now randomized.
h2load
UDP_GRO is enabled for QUIC socket.
|
2023-07-11 08:13:10 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
revbump after nghttp3/ngtcp2 update
|
2023-06-09 11:49:29 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nghttp2 nghttp2-tools: updated to 1.54.0
nghttp2 v1.54.0
nghttpx: Consistent error handling and use of high-level API
h2load: Fix http3 upload stall
h2load: Use std::chrono::steady_clock for quic timestamp
Avoid ev_now
Remove unused macro bswap64
Bump ngtcp2 and nghttp3
Bump libbpf to v1.2.0
Avoid copies
|
2023-06-09 02:53:17 by Taylor R Campbell | Files touched by this commit (6) |
Log message:
nghttp2: Move fetch-ocsp-response script to nghttp2-tools.
Used only by the tools, not by the library.
This drops the Python dependency on the library, which is needed by
curl -- should help mitigate the ouroboros of curling pythons here.
|
2023-05-10 14:34:17 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nghttp2: updated to 1.53.0
Nghttp2 v1.53.0
lib
libnghttp2 uses ngtcp2/sfparse to parse Structured Field Values.
build
The following dependencies have been updated:
ngtcp2
nghttp3
OpenSSL(quictls)
BoringSSL
third-party
Bumped mruby to 3.2.0.
nghttpx
nghttpx now sends NEW_TOKEN on path change.
This release fixes numeric hostname verification in peer certificate.
When quitting, nghttpx now waits for all worker processes to stop. Previously, \
we just exit the event loop when the last process exits. But the because of the \
bug, it does not work as intended.
nghttpx logs a correct PID on fork.
nghttpx now waits for new worker process to be ready before sending graceful \
shutdown event to the existing worker processes to avoid down time during \
configuration reload.
Fixes the bug that causes 400 response after HTTP upgrade failure.
|
2023-04-27 14:15:11 by Thomas Klausner | Files touched by this commit (5) |
Log message:
*: recursive bump for nghttp3 shlib major change
|
2023-04-26 21:44:09 by Thomas Klausner | Files touched by this commit (6) |
Log message:
*: recursive bump for ngtcp2 shlib major bump
|