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.1
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.2
Choose a head ref
  • 10 commits
  • 9 files changed
  • 8 contributors

Commits on Oct 28, 2025

  1. Update FreeBSD CI environment

    To the latest stable release: 14.3.  And fix the tcp_congestion test:
    
    * On FreeBSD 14 or later, it requires the cc_newreno kernel module to be
      loaded.  By default it is not.
    
    * If newreno happens to be the default, switch to cubic for the second
      part of the test, just as on Linux.
    asomers authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    a0810cd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

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

Commits on Nov 17, 2025

  1. Enable CI for aarch64-apple-visionos

    Closes #538
    Thomasdezeeuw committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    9463a02 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

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

Commits on Dec 22, 2025

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

Commits on Dec 26, 2025

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

Commits on Jan 2, 2026

  1. Configuration menu
    Copy the full SHA
    3fe6576 View commit details
    Browse the repository at this point in the history
  2. Don't set SO_NOSIGPIPE when accepting sockets (#632)

    This is inherited from the parent socket. Furthermore when attempting to
    set it on a Unix socket domain it will result in an error.
    Thomasdezeeuw authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    feac83a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. make MsgHdr and MsgHdrMut repr(transparent) to allow legally ob…

    …taining `libc::msghdr` from those types
    nerodono authored and Thomasdezeeuw committed Jan 13, 2026
    Configuration menu
    Copy the full SHA
    3403a44 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Release v0.6.2

    Thomasdezeeuw committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    9a30f4f View commit details
    Browse the repository at this point in the history
Loading