-
-
Notifications
You must be signed in to change notification settings - Fork 260
Comparing changes
Open a pull request
base repository: creack/pty
base: v1.1.18
head repository: creack/pty
compare: v1.1.20
- 16 commits
- 19 files changed
- 7 contributors
Commits on May 1, 2015
-
Add support for the 32-bit PPC Linux platform
Signed-off-by: Alex Samorukov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9f5fec - Browse repository at this point
Copy the full SHA a9f5fecView commit details
Commits on Mar 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e47437 - Browse repository at this point
Copy the full SHA 2e47437View commit details
Commits on Apr 21, 2022
-
Provide correct pty/tty file paths on OpenBSD (#148)
While here, add test coverage for opening the TTY from the given filename.
Configuration menu - View commit details
-
Copy full SHA for 0d412c9 - Browse repository at this point
Copy the full SHA 0d412c9View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3a069a3 - Browse repository at this point
Copy the full SHA 3a069a3View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c3f42a - Browse repository at this point
Copy the full SHA 5c3f42aView commit details -
Do not set file descriptor into blocking mode
(*os.File).Fd() implicitly sets file descriptor into blocking mode [1], [2] We avoid that by calling (*os.File).SyscallConn instead. This method was added in go1.12 (released on 2019-02-25) [1]: https://pkg.go.dev/os#File.Fd [2]: https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/os/file_unix.go;l=80-87
Configuration menu - View commit details
-
Copy full SHA for 2916954 - Browse repository at this point
Copy the full SHA 2916954View commit details -
This filename trick forces git to render previous commit diff in a more comprehensible form
Configuration menu - View commit details
-
Copy full SHA for 87d82d3 - Browse repository at this point
Copy the full SHA 87d82d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418593d - Browse repository at this point
Copy the full SHA 418593dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e52f1 - Browse repository at this point
Copy the full SHA 75e52f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3abf458 - Browse repository at this point
Copy the full SHA 3abf458View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f13640 - Browse repository at this point
Copy the full SHA 7f13640View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24db57f - Browse repository at this point
Copy the full SHA 24db57fView commit details -
Merge pull request #30 from samm-git/master
Add support for the 32-bit PPC Linux platform
Configuration menu - View commit details
-
Copy full SHA for 04081dc - Browse repository at this point
Copy the full SHA 04081dcView commit details -
Merge pull request #168 from sio/riscv
Use upstream compiler for linux/riscv64 and freebsd/riscv64
Configuration menu - View commit details
-
Copy full SHA for 5c92749 - Browse repository at this point
Copy the full SHA 5c92749View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8042b22 - Browse repository at this point
Copy the full SHA 8042b22View commit details
Commits on Oct 28, 2023
-
Merge pull request #167 from sio/ioctl
Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints
Configuration menu - View commit details
-
Copy full SHA for 1985fd4 - Browse repository at this point
Copy the full SHA 1985fd4View 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.1.18...v1.1.20