ngtcp2 v1.19.0
What's Changed
- Gha ubuntu arm by @tatsuhiro-t in #1925
- examples: Generate lowcase_tbl and remove redundant cast by @tatsuhiro-t in #1927
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #1926
- ngtcp2_log: Add missing error codes by @tatsuhiro-t in #1928
- ngtcp2_str: Remove redundant assignment by @tatsuhiro-t in #1929
- Update RTT when the largest packet number is acked by @tatsuhiro-t in #1930
- ngtcp2_qlog: Add const qualifier to vec_pkt_type* by @tatsuhiro-t in #1932
- bbr: Remove CWND reduction on congestion event by @tatsuhiro-t in #1933
- GHA: Specify ubuntu-arm in include by @tatsuhiro-t in #1934
- bbr: More backups for spurious losses by @tatsuhiro-t in #1935
- GHA: Simplify build matrix with includes by @tatsuhiro-t in #1936
- GHA: Simplify matrix with array of objects by @tatsuhiro-t in #1937
- examples: Allow 5% margin for the expected goodput by @tatsuhiro-t in #1938
- examples: Compute goodput in double by @tatsuhiro-t in #1939
- Add ngtcp2_vec_drop by @tatsuhiro-t in #1940
- Rewrite get_uvarint by @tatsuhiro-t in #1942
- Rework ngtcp2_frame union to avoid potential UB by @tatsuhiro-t in #1943
- ksl: Rework key storage to avoid struct hack by @tatsuhiro-t in #1944
- acktr: Refactor ACK creation function by @tatsuhiro-t in #1945
- examples: Replace in_addr_union with std::variant by @tatsuhiro-t in #1946
- examples: Replace sockaddr_union with std::variant by @tatsuhiro-t in #1948
- examples: Show error regardless of config.quiet by @tatsuhiro-t in #1949
- examples: Add as_ngtcp2_addr helper function by @tatsuhiro-t in #1950
- examples: Fix linker error in examplestest by adding shared.cc dependency by @devkdas in #1952
- examples: Make initialization form compact by @tatsuhiro-t in #1953
- examples: Add [[nodiscard]] to Address functions by @tatsuhiro-t in #1954
- examples: Modernize field initializers by @tatsuhiro-t in #1955
- ngtcp2_ksl: Remove alignment enforcement for keys by @tatsuhiro-t in #1956
- Bump urlparse by @tatsuhiro-t in #1957
- examples: Adopt nghttp3_recv_settings2 by @tatsuhiro-t in #1958
- fuzz: Add begin_path_validation to read_write_pkt by @tatsuhiro-t in #1959
- Refactor with compound literals by @tatsuhiro-t in #1960
- Add libngtcp2 to pkg-config Requires.private by @tatsuhiro-t in #1964
- Revise libngtcp2 include dir setup by @dg0yt in #1962
- build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #1967
- build(deps): bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #1969
- build(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #1968
- Include array in siphash example by @targos in #1970
- Export CMake target for ngtcp2_crypto_ossl(_static) by @dg0yt in #1963
- Bump boringssl by @tatsuhiro-t in #1971
- Bump aws-lc by @tatsuhiro-t in #1972
New Contributors
Full Changelog: v1.18.0...v1.19.0