Sign in
fuchsia
/
third_party
/
github.com
/
creack
/
pty
/
HEAD
8ab47f7
Add support for freebsd/arm64 (#87)
by Tobias Kortkamp
· 5 years ago
main
master
3a6a957
Bump go 1.13
by Guillaume J. Charmes
· 5 years ago
v1.1.9
2769f65
remove go.mod in go.mod
by Guillaume J. Charmes
· 6 years ago
v1.1.7
bbd30d0
Add riscv
by Guillaume J. Charmes
· 6 years ago
v1.1.6
efa78fa
Add riscv64 support (#81)
by Carlos Eduardo
· 6 years ago
bdde493
Enable solirs in cross compile test.
by Guillaume J. Charmes
· 6 years ago
d584804
support for Solaris (#64)
by Fazal Majid
· 6 years ago
8a22c94
s/kr/creack/ in README
by Guillaume J. Charmes
· 6 years ago
09f9379
Add crosscopile test script.
by Guillaume J. Charmes
· 6 years ago
b6e1bdd
Set Ctty in SysProcAttr (#75)
by Drew DeVault
· 6 years ago
v1.1.5
521317b
Don't set Stdin/Stdout/Stderr if already set (#71)
by Okunev Yu Dmitry
· 6 years ago
v1.1.4
7dc38fb
remove deprecated nomenclature
by Keith Rarick
· 6 years ago
3825892
go mod init
by Keith Rarick
· 6 years ago
db8e3cd
Add StartWithSize to allow resizing pty before starting a command to avoid races (#62)
by Dustin Spicuzza
· 6 years ago
v1.1.3
fa756f0
Add support for OpenBSD 386. Prevents compile errors. (#60)
by Derek Marcotte
· 7 years ago
v1.1.2
282ce0e
Improve error management for openpty (#57)
by Guillaume J. Charmes
· 7 years ago
v1.1.1
f8811ff
add openbsd/amd64 support (#58)
by Guillaume J. Charmes
· 7 years ago
1278f20
Add shell example to readme
by Guillaume J. Charmes
· 7 years ago
v1.1.0
f4f01f5
Added terminal/pty resize functionality and utility function to inherit size from master's pty to slave. Changes type winsize to make it accessible from outside the package. (#39)
by Jonathan Logan
· 7 years ago
95d05c1
Prevent golang to set the non-block flag on ptmx open to avoid 100% CPU usage on reads (#53)
by Guillaume J. Charmes
· 7 years ago
v1.0.1
2c10821
Add mips64 mips64le build tags (#47)
by Guillaume J. Charmes
· 8 years ago
v1.0.0
54a2d19
Add support for mips, mipsle (#45)
by vstefanovic
· 8 years ago
ce7fa45
Merge pull request #44 from cmarcelo/pr/dragonfly-gofmt
by Guillaume J. Charmes
· 9 years ago
ed84cf8
Reformat pty_dragonfly.go file using gofmt
by Caio Marcelo de Oliveira Filho
· 9 years ago
a6bad5e
Merge pull request #36 from keybase/master
by Guillaume J. Charmes
· 9 years ago
0467868
Merge pull request #41 from mneumann/fix_dragonfly
by Guillaume J. Charmes
· 9 years ago
c0bea8e
Support DragonFly BSD
by Michael Neumann
· 9 years ago
fe7bf43
Don't attempt to build on windows
by Steve Sanders
· 9 years ago
f7ee69f
run: don't override supplied SysProcAttr
by Jonathan Boulle
· 9 years ago
5cf931e
Prevent arm64 file to be compiled anywhere else. Fixed #32.
by Guillaume J. Charmes
· 10 years ago
8dd5c9d
Merge pull request #31 from hqhq/hq_add_arm64_support
by Guillaume J. Charmes
· 10 years ago
35af567
Add support for ARM64
by Qiang Huang
· 10 years ago
05017fc
Merge pull request #26 from yoheiueda/use-syscall-consts
by Guillaume J. Charmes
· 10 years ago
9cf8a72
Remove uintptr(...)
by Yohei Ueda
· 10 years ago
e615e17
Remove ioctl_* constants on Linux
by Yohei Ueda
· 10 years ago
b1c5cc8
Use syscall.TIOCGPTN and syscall.TIOCSPTLCK for ioctl
by Yohei Ueda
· 10 years ago
53dd597
Merge pull request #25 from yoheiueda/add-power-systemz
by Guillaume J. Charmes
· 10 years ago
46d423f
Add support for Power (ppc64, ppc64le) and System z (s390x)
by Yohei Ueda
· 10 years ago
67e2db2
add generated ztypes_arm.go and ztypes_freebsd_arm.go
by Yuval Pavel Zholkover
· 11 years ago
88e4fdb
Portable ioctl calls
by Yuval Pavel Zholkover
· 11 years ago
98c7b80
define public symbols without build constraints
by Keith Rarick
· 11 years ago
7a543c8
Add pty_unsupported.go file in order to allow projects to import the package and still compile on other os/arch
by Guillaume J. Charmes
· 11 years ago
76284c5
Added support for FreeBSD (copy pty_linux.go)
by Kim "BKC" Carlbäcker
· 11 years ago
3b1f648
Add no NOCTTY, required for when there is no controlling terminal
by Cameron Stewart
· 11 years ago
27435c6
factor out docs
by Keith Rarick
· 12 years ago
87da171
get rows and cols in a tty
by Keith Rarick
· 12 years ago
c46bdbf
remove obsolete caveat
by Keith Rarick
· 12 years ago
b07888f
fix race in sample code
by Keith Rarick
· 12 years ago
2a896e2
darwin support
by Keith Rarick
· 12 years ago
02033fc
remove obsolete makefile
by Keith Rarick
· 12 years ago
1fb082f
set controlling tty for new process; closes #8
by Keith Rarick
· 12 years ago
59dd148
work with new os/exec
by Keith Rarick
· 13 years ago
3b1c658
go fmt
by Keith Rarick
· 13 years ago
9e03abc
Some changes to make the code compile with GO version 1.0.1. However, there would be also be some changes in functionality. This is due to changes in the type of cmd.Stdin and cmd.Stdout, and their inability to write as well read. The example given in readme.md doesn't work. I'm figuring out a way to make changes in the example so that it works.
by Sherjil Ozair
· 13 years ago
44e8fe6
add MIT license; closes #2
by Keith Rarick
· 13 years ago
411b3ba
simply remove the broken darwin implementation
by Keith Rarick
· 13 years ago
227762d
gofix for release.r57.1
by Keith Rarick
· 14 years ago
e4a07d1
document that darwin is broken
by Keith Rarick
· 14 years ago
1231912
initial
by Keith Rarick
· 14 years ago