-
Notifications
You must be signed in to change notification settings - Fork 54
Comparing changes
Open a pull request
base repository: containerd/console
base: v1.0.4
head repository: containerd/console
compare: v1.0.5
- 6 commits
- 12 files changed
- 3 contributors
Commits on Mar 22, 2024
-
fix: add solaris to non-supported shim.
Signed-off-by: Jonathan Perkin <jonathan@perkin.org.uk>
Configuration menu - View commit details
-
Copy full SHA for 37ae7bb - Browse repository at this point
Copy the full SHA 37ae7bbView commit details
Commits on May 19, 2025
-
gha: bump containerd/project-checks to v1.2.2
v1.1.0 was released in 2022, and since then there have been some project renames that cause the old version to no longer work, breaking CI: go: github.com/kunalkushwaha/ltag@latest: github.com/kunalkushwaha/ltag@v0.3.0: parsing go.mod: module declares its path as: github.com/containerd/ltag but was required as: github.com/kunalkushwaha/ltag Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Configuration menu - View commit details
-
Copy full SHA for 9dd67e1 - Browse repository at this point
Copy the full SHA 9dd67e1View commit details -
tc: make internal handlers take File interface
In a future patch we will split GetPty() so that users can pass a File as the already-opened pty master, but in order for us to be able to use the same File interface as our other external APIs we need to migrate our internal handlers to use File rather than *os.File. This change has no user-visible impact, as the underlying types used are identical. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Configuration menu - View commit details
-
Copy full SHA for 12ba745 - Browse repository at this point
Copy the full SHA 12ba745View commit details -
pty: add GetPtyFromFile as safer GetPty
Security-conscious callers may wish to have more control over opening /dev/ptmx, and so GetPty is not suitable for them. Previously it was not possible for such users to open /dev/ptmx and then use this package to create new ptys and manage the console. On Linux, the intended usage would be for a daemon to get an O_PATH handle to /dev/ptmx that can then be re-opened (through procfs) to get a new handle to /dev/ptmx. I suspect on FreeBSD you could use O_EMPTY_PATH to accomplish something similar. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Configuration menu - View commit details
-
Copy full SHA for c79e45e - Browse repository at this point
Copy the full SHA c79e45eView commit details
Commits on May 20, 2025
-
Merge pull request #84 from jperkin/fix-solaris
fix: add solaris to non-supported shim.
Configuration menu - View commit details
-
Copy full SHA for fa4de4c - Browse repository at this point
Copy the full SHA fa4de4cView commit details -
Merge pull request #86 from cyphar/newpty-from-file
pty: add GetPtyFromFile as safer GetPty
Configuration menu - View commit details
-
Copy full SHA for c8d9621 - Browse repository at this point
Copy the full SHA c8d9621View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.4...v1.0.5