Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/socket2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: rust-lang/socket2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 15 commits
  • 9 files changed
  • 10 contributors

Commits on Jul 6, 2025

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

Commits on Jul 20, 2025

  1. Update windows-sys to 0.60

    taiki-e authored and Thomasdezeeuw committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    50fc51e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    8d302fc View commit details
    Browse the repository at this point in the history
  2. Refactor SO_BUSY_POLL part follow the review comments

      * Change the documentation comment of `set_busy_poll`
      * Move setter into unix under `all` feature
      * Add a getter
    nan-mu authored and Thomasdezeeuw committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    ff34a69 View commit details
    Browse the repository at this point in the history
  3. Add a test for busy_poll

    nan-mu authored and Thomasdezeeuw committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    55986ae View commit details
    Browse the repository at this point in the history
  4. Refactor for cargo fmt

    nan-mu authored and Thomasdezeeuw committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    15ade51 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Allow SockFilter::new in const contexts

    Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
    rwestphal authored and Thomasdezeeuw committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    f083696 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

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

Commits on Aug 27, 2025

  1. Correct rename in CHANGELOG.md (#610)

    Rename `set_nodelay` was said to be renamed to `tcp_set_nodelay` in 0.6.0, but was actually renamed to `set_tcp_nodelay`
    AldaronLau authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    1fdd293 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    11aa102 View commit details
    Browse the repository at this point in the history
  2. Update feature doc_auto_cfg to doc_cfg

    `doc_auto_cfg` has been removed in the latest nightly, see
    rust-lang/rust#138907. This feature
    was merged into `doc_cfg`.
    
    This fixes the rustdoc build in the latest nightly toolchain with
    docsrs feature enabled.
    Oyami-Srk authored and Thomasdezeeuw committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    2d4a2f7 View commit details
    Browse the repository at this point in the history
  3. Disable armv7-sony-vita-newlibeabihf CI check

    It's currently broken, see rust-lang/rust#147437.
    Thomasdezeeuw committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    b54e2e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

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

Commits on Oct 13, 2025

  1. Release v0.6.1

    Darksonn authored and Thomasdezeeuw committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    d0ba3d3 View commit details
    Browse the repository at this point in the history
Loading