Next | Query returned 25 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-11-26 08:28:34 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ngtcp2: updated to 1.1.0

ngtcp2 v1.1.0

Extract ngtcp2_frame_chain to its own file
Refactor ringbuf
Fix typo
Rename reset stream flags
Remove unused ngtcp2_conn_resched_frames
crypto: Fix bug that retry token AAD does not include QUIC version
cmake: re-add two missing includes
Bump clang to 15
quictls: Prefetch objects to workaround 3.x perf regression
Bump clang-format to 15
Bump quictls to 3.1.4+quic
Deprecate NGTCP2_PROTO_VER_MIN and NGTCP2_PROTO_VER_MAX
ngtcp2_conn_write_datagram conveniently accepts single buffer
windows: Fix warnings
ptlsclient, ptlsserver: Support hq
h09client: Use util::write_token
Cpp ext
Use __FILE_NAME__ instead of __FILE__
examples: Rename extend_max_streams_bidi to extend_max_local_streams_bidi
Define varint identifiers as macros
Limit the number of NEW_CONNECTION_ID frames that are in-flight
Make frame type of type uint64_t
Fix doc
Fix assertion failure
Eliminate floating point computations
Bump actions/github-script from 6 to 7
client: Optimize a bit
Revert ignoring loss signal during startup
Rework app_limited
Remove unused strmq_nretrans
autotools: Check wolfSSL_is_quic is available
wolfSSL: Add more build options
h09client: Fix uninitialized variable
   2023-10-28 17:26:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ngtcp2: updated to 1.0.1

ngtcp2 v1.0.1

crypto: Fix bug that retry token AAD does not include QUIC version
   2023-10-16 21:14:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
Log message:
revbump after nghttp3/ngtcp2 update
   2023-07-11 08:04:25 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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

Next | Query returned 25 messages, browsing 11 to 20 | Previous