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: containerd/continuity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.2
Choose a base ref
...
head repository: containerd/continuity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.3
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 9, 2023

  1. Add type to itterate directory

    This prevents reading from directory from allocating an unbounded slice
    at the cost of potentially having to read more than once.
    
    It also prevents unccessary allocation in cases where an error occurs
    handling the file type.
    
    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    cpuguy83 committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5c2d1b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Substitute deprecated rand.Seed() in Go 1.20

    Signed-off-by: Henry Wang <henwang@amazon.com>
    henry118 committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    242e29e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge pull request #231 from henry118/rand

    Substitute deprecated rand.Seed() in Go 1.20
    samuelkarp authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    022712c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge pull request #229 from cpuguy83/dir_iter

    Add type to iterate directory
    AkihiroSuda authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1743d91 View commit details
    Browse the repository at this point in the history
Loading