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: smoltcp-rs/smoltcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ab739531e217
Choose a base ref
...
head repository: smoltcp-rs/smoltcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6bb9200c06ba
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 30, 2017

  1. In {Tcp,Udp}Socket::process, make protocol check an assertion.

    We filter sockets by type upstream of the process() calls.
    whitequark committed Jun 30, 2017
    Copy the full SHA
    a15bc81 View commit details
  2. Remove *Socket::{process,dispatch} from public interface.

    These no longer have to be public, since our required Rust version
    has pub(crate).
    whitequark committed Jun 30, 2017
    Copy the full SHA
    5dfc861 View commit details

Commits on Jul 4, 2017

  1. Copy the full SHA
    6bb9200 View commit details
Loading