2023-06-06 09:14:36 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ngtcp2: updated to 0.16.0
0.16.0
Unknown changes
|
2023-04-26 21:44:09 by Thomas Klausner | Files touched by this commit (6) |
Log message:
*: recursive bump for ngtcp2 shlib major bump
|
2023-04-26 21:42:11 by Thomas Klausner | Files touched by this commit (3) | |
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
|
2023-03-31 10:05:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ngtcp2: updated to 0.14.1
ngtcp2 v0.14.1
client: Fix bug that nghttp3_conn is not initialized
|
2023-03-29 06:31:03 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ngtcp2: updated to 0.14.0
0.14.0
Unknown changes
|
2023-02-15 19:07:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ngtcp2: updated to 0.13.1
ngtcp2 v0.13.1
Workaround Handshake packet deadlock by exceeding CWND limit
Fix bug that a remote uni stream never be closed
ngtcp2 v0.13.0
Add section to describe how to associate Connection ID to ngtcp2_conn
server: Cleanup Connection ID association
Remove TLS lib version to make the maintenance easier
bbr2: Fix assertion failure
Picotls keylog
Add const qualifier to some array fields
Make token a pair of pointer to const uint8_t and its size
Add final QUIC version 2 support
examples: Format QUIC version in hex string
Make hard-coded static library suffix optional
Update Version Negotiation to draft-14
Remove QUIC version 2 draft
Clarify server behavior when negotiating version with preferred_versions
examples: Use std::fixed for timer value
Bump boringssl
Remove sphinx theme bundle
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-12-03 17:02:29 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
ngtcp2: added version 0.11.0
ngtcp2 project is an effort to implement RFC9000 QUIC protocol.
|