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: microsoft/hcsshim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 86b5333
Choose a base ref
...
head repository: microsoft/hcsshim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7392335
Choose a head ref
  • 7 commits
  • 65 files changed
  • 5 contributors

Commits on Oct 9, 2024

  1. Fixing typo (#2289)

    (cherry picked from commit 166e62a)
    
    Signed-off-by: ritikaguptams <[email protected]>
    ritikaguptams authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4ad298f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Update containerd to v1.7.23 (#2295)

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    8d48d87 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fix SILOOBJECT_BASIC_INFORMATION alignment

    Signed-off-by: qmuntal <[email protected]>
    (cherry picked from commit f506624)
    Signed-off-by: Kirtana Ashok <[email protected]>
    qmuntal authored and kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bf52d58 View commit details
    Browse the repository at this point in the history
  2. mobve SILOOBJECT_BASIC_INFORMATION to winapi

    Signed-off-by: qmuntal <[email protected]>
    (cherry picked from commit 6428d3d)
    Signed-off-by: Kirtana Ashok <[email protected]>
    qmuntal authored and kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1550628 View commit details
    Browse the repository at this point in the history
  3. Update JOB_OBJECT_ALL_ACCESS and OpenJobObject (#2095)

    Update `JOB_OBJECT_ALL_ACCESS` value to the most recent one.
    Update `winapi.OpenJobObject` to accept `inheritHandle` as
    `bool`. The underlying syscall stays the same, but this allows
    cleaner calls from go's perspective as it avoids `bool` to `uint32`
    casting.
    
    Signed-off-by: Maksim An <[email protected]>
    (cherry picked from commit 42671b4)
    Signed-off-by: Kirtana Ashok <[email protected]>
    anmaxvl authored and kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    05636b9 View commit details
    Browse the repository at this point in the history
  4. Update go to 1.22

    Signed-off-by: Kirtana Ashok <[email protected]>
    kiashok committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    79d3f32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7392335 View commit details
    Browse the repository at this point in the history
Loading