2023-10-16 21:14:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ngtcp2: updated to 1.0.0
Simplify std::unique_ptr get and release
Fix assertion failure
Reset ppe pending state explicitly
Print a correct program name after usage
Rename all occurrences of bbr2 to bbrv2
Fix compile error with libressl
Add dependabot to update actions
Bump actions/checkout from 3 to 4
Bump docker/login-action from 2 to 3
Bump docker/setup-buildx-action from 2 to 3
Bump docker/build-push-action from 4 to 5
docker: Bump base image to debian 12
Add release script
qlog: Support STREAMS_BLOCKED frame
qlog: Add missing stream_id to stream_data_blocked
Add tests for ngtcp2_qlog_write_frame
Merge ngtcp2_crypto into ngtcp2_stream
Bump quictls
Bbrv2 tweak
Support latest bbr only
Add log event filter
Add NGTCP2_LOG_EVENT_CC
Simplify *pfrc == NULL and rv != NGTCP2_ERR_NOBUF conditions
Simplify ngtcp2_vec_merge
Log event cc fix
ngtcp2_crypto_verify_retry_token: Return -1 if cil validation fails
Rename NGTCP2_LOG_EVENT_RCV to NGTCP2_LOG_EVENT_LDC
Shutdown stream between write stream calls
Fix assertion failure
Fix missing prefix for AF_INET macros in ngtcp2_crypto.c
Rework how network families are defined with generic sock addr
Refactor path validation
Write MAX_STREAMS after RESET_STREAM as the original comment suggests
Send RESET_STREAM if stream is reset by client
Bump quictls to 3.1.3
Bump boringssl
Bump picotls
Not early anymore
Fix uninitialized variables
Check return values from openssl functions
cmake: speed up warning option detection
cmake: delete unused detections, add missing #defines
Update examples/.gitignore
cmake: Enable werror
Require nghttp3 v1.0.0
|
2023-09-06 20:12:38 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ngtcp2: updated to 0.19.1
0.19.1
Unknown changes
|
2023-07-31 18:06:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ngtcp2: updated to 0.18.0
0.18.0
Unknown changes
|
2023-07-11 08:13:10 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
revbump after nghttp3/ngtcp2 update
|
2023-07-11 08:04:25 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ngtcp2: updated to 0.17.0
0.17.0
Unknown changes
|
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
|