Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge latest release into 0.11.x #16

Merged
merged 21 commits into from
Oct 24, 2024
Merged

Merge latest release into 0.11.x #16

merged 21 commits into from
Oct 24, 2024

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    5e0d96b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. ci: add Android job

    mxinden authored and djc committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1e00247 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump android-actions/setup-android from 2 to 3

    Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2 to 3.
    - [Release notes](https://github.com/android-actions/setup-android/releases)
    - [Commits](android-actions/setup-android@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: android-actions/setup-android
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and djc committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    abaa2d3 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/setup-java from 3 to 4

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and djc committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1e48a70 View commit details
    Browse the repository at this point in the history
  4. Require slab 0.4.6

    finnbear authored and djc committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b9ce9c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Allows build on Solaris (quinn-rs#1877)

    psumbera authored and Ralith committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a003e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf16a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix(udp): typo in sendmsg error log

    mxinden authored and djc committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cef42cc View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix(.github/android): pass matrix.target and increase api to v26

    When extracting the emulator script into a separate file, the `matrix.target`
    substitution wasn't replaced with an environment variable.
    
    Follow-up to quinn-rs#1950.
    mxinden authored and djc committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5e5cc93 View commit details
    Browse the repository at this point in the history
  2. fix(.github/android): use API level 26

    `ecn_*` unit tests are failing with any Android API version < v26 with:
    
    ```
    2024-08-22T14:41:30.636494Z  WARN quinn_udp: sendmsg error: Os { code: 22, kind: InvalidInput, message: "Invalid argument" }, Transmit: { destination: 127.0.0.1:50196, src_ip: None, enc: Some(Ect0), len: 5, segment_size: None }
    ```
    mxinden authored and djc committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bb02a12 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    c292a3c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge commit from fork

    finnbear authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e01609c View commit details
    Browse the repository at this point in the history
  2. Bump versions

    Ralith authored and djc committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c26e8cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8ec510 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    59bccd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c09b02 View commit details
    Browse the repository at this point in the history
  3. Revert "Implement fallback for sendmmsg and recvmmsg"

    This reverts commit e6f1844.
    
    e6f1844 called `sendmmsg` and `recvmmsg` through `libc::syscall` instead of
    `libc::sendmmsg` and `libc::recvmmsg`, thus preventing linking issues on old
    Android systems where `libc::sendmmsg` and `libc::recvmmsg` isn't available.
    
    In quinn-rs#1503 (comment) the
    decision was made to no longer support these old Android systems (API level 16).
    
    This commit reverts e6f1844. Given that `sendmmsg` support was previously
    dropped in ee08826, only the `recvmmsg` calls are reverted.
    mxinden authored and djc committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    30bc276 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bdbf42 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    22d7e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf16a6 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from clippy 1.81

    djc authored and flub committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fe79e06 View commit details
    Browse the repository at this point in the history