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: phsym/rust-sctp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.5
Choose a base ref
...
head repository: phsym/rust-sctp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.6
Choose a head ref
  • 17 commits
  • 11 files changed
  • 5 contributors

Commits on Jan 14, 2019

  1. Update winapi requirement from ^0.2 to ^0.3

    Updates the requirements on [winapi](https://github.com/retep998/winapi-rs) to permit the latest version.
    - [Release notes](https://github.com/retep998/winapi-rs/releases)
    - [Commits](https://github.com/retep998/winapi-rs/commits/0.3.6)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-support committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    49e7e39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from phsym/dependabot/cargo/winapi-tw-0.3

    Update winapi requirement from ^0.2 to ^0.3
    phsym authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    51f5106 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Configuration menu
    Copy the full SHA
    5b3a5ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788c62b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddecba9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb5735 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

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

Commits on Sep 10, 2024

  1. Merge branch 'migrate-try-to-question' into rust1.64

    Olivier Médoc committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3cd3358 View commit details
    Browse the repository at this point in the history
  2. migrate to rust 1.64 network primitives rust-lang/rust#78802

    Most code and macros to convert from and to rust layout
    such as Ipv4Addr, Ipv6Addr, SocketAddrV4, SocketAddrV6
    has been copied from the mio crate.
    
    All system calls have been replaced by the syscall macro
    similarly to the mio crate.
    
    Fixes #12
    Olivier Médoc committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    8ff8fbc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge pull request #13 from post-cyberlabs/rust1.64

    migrate to rust 1.64 network primitives
    phsym authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f26137e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from phsym/dependabot/add-v2-config-file

    Upgrade to GitHub-native Dependabot
    phsym authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c28de30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d531e95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7537d4 View commit details
    Browse the repository at this point in the history
  5. style: format code

    phsym committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    333aef8 View commit details
    Browse the repository at this point in the history
  6. fix clippy warnings

    phsym committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    88c1642 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6df7bc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af6553a View commit details
    Browse the repository at this point in the history
Loading