Path to this page:
Subject: CVS commit: pkgsrc/net/ngtcp2
From: Thomas Klausner
Date: 2023-04-26 21:42:11
Message id: 20230426194212.0A828FA87@cvs.NetBSD.org
Log Message:
ngtcp2: update to 0.15.0.
ngtcp2 v0.15.0
client: Fix bug that nghttp3_conn is not initialized by @tatsuhiro-t in #727
client: Fix typo by @tatsuhiro-t in #728
Client wait for ticket by @tatsuhiro-t in #729
Add NGTCP2_PATH_VALIDATION_FLAG_NEW_TOKEN by @tatsuhiro-t in #731
Build with the latest nghttp3 by @tatsuhiro-t in #732
Send PMTUD packet with ECN if path is ECN capable by @tatsuhiro-t in #733
interop: Disable PMTUD for zerortt test by @tatsuhiro-t in #734
Rename NGTCP2_CONN_FLAG_CONN_ID_NEGOTIATED by @tatsuhiro-t in #735
bbr: Follow more closely to the draft when setting send_quantum by \
@tatsuhiro-t in #737
Provide a way to pin nghttp3 version by @tatsuhiro-t in #738
Bump minimum nghttp3 version to v0.11.0 by @tatsuhiro-t in #739
Bump OpenSSL v3 to 3.1.0+quic by @tatsuhiro-t in #743
picotls works with OpenSSL v3 by @tatsuhiro-t in #744
Fix cc logging by @tatsuhiro-t in #745
Tweak msvc counting leading zeros by @tatsuhiro-t in #746
Msvc test run by @tatsuhiro-t in #747
Test msvc 32bit build by @tatsuhiro-t in #748
Use ngtcp2_connection_id_status_type in function signature by @tatsuhiro-t \
in #749
Use uint8_t for bool fields by @tatsuhiro-t in #750
Rename ngtcp2_conn_handshake_completed by @tatsuhiro-t in #751
Rename NGTCP2_CONN_FLAG_HANDSHAKE_COMPLETED_HANDLED by @tatsuhiro-t in #752
Rename conn_is_handshake_completed by @tatsuhiro-t in #753
Make sure that NGTCP2_CONN_FLAG_HANDSHAKE_COMPLETED is set when entering \
post handshake by @tatsuhiro-t in #754
Shorten long names related to connection_close_error by @tatsuhiro-t in #755
Make ngtcp2_conn_get_cerr return a pointer to the internal field by \
@tatsuhiro-t in #756
Rework cc by @tatsuhiro-t in #757
Hide ngtcp2_addr_eq by @tatsuhiro-t in #758
Remove unused cc free functions by @tatsuhiro-t in #761
Bump boringssl by @tatsuhiro-t in #762
Bump wolfssl by @tatsuhiro-t in #763
Remove ngtcp2_conn_get_max_local_streams_uni by @tatsuhiro-t in #765
Add text to describe when application can start opening streams by \
@tatsuhiro-t in #766
Only call setup_httpconn again when early data is rejected by @tatsuhiro-t \
in #767
Add more texts for streams by @tatsuhiro-t in #768
Update doc by @tatsuhiro-t in #769
Files: