1. 8ab47f7 Add support for freebsd/arm64 (#87) by Tobias Kortkamp · 4 years, 5 months ago main master
  2. 3a6a957 Bump go 1.13 by Guillaume J. Charmes · 4 years, 8 months ago v1.1.9
  3. 2769f65 remove go.mod in go.mod by Guillaume J. Charmes · 4 years, 11 months ago v1.1.7
  4. bbd30d0 Add riscv by Guillaume J. Charmes · 4 years, 11 months ago v1.1.6
  5. efa78fa Add riscv64 support (#81) by Carlos Eduardo · 4 years, 11 months ago
  6. bdde493 Enable solirs in cross compile test. by Guillaume J. Charmes · 4 years, 11 months ago
  7. d584804 support for Solaris (#64) by Fazal Majid · 4 years, 11 months ago
  8. 8a22c94 s/kr/creack/ in README by Guillaume J. Charmes · 4 years, 11 months ago
  9. 09f9379 Add crosscopile test script. by Guillaume J. Charmes · 4 years, 11 months ago
  10. b6e1bdd Set Ctty in SysProcAttr (#75) by Drew DeVault · 5 years ago v1.1.5
  11. 521317b Don't set Stdin/Stdout/Stderr if already set (#71) by Okunev Yu Dmitry · 5 years ago v1.1.4
  12. 7dc38fb remove deprecated nomenclature by Keith Rarick · 5 years ago
  13. 3825892 go mod init by Keith Rarick · 5 years ago
  14. db8e3cd Add StartWithSize to allow resizing pty before starting a command to avoid races (#62) by Dustin Spicuzza · 6 years ago v1.1.3
  15. fa756f0 Add support for OpenBSD 386. Prevents compile errors. (#60) by Derek Marcotte · 6 years ago v1.1.2
  16. 282ce0e Improve error management for openpty (#57) by Guillaume J. Charmes · 6 years ago v1.1.1
  17. f8811ff add openbsd/amd64 support (#58) by Guillaume J. Charmes · 6 years ago
  18. 1278f20 Add shell example to readme by Guillaume J. Charmes · 6 years ago v1.1.0
  19. 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 · 6 years ago
  20. 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
  21. 2c10821 Add mips64 mips64le build tags (#47) by Guillaume J. Charmes · 7 years ago v1.0.0
  22. 54a2d19 Add support for mips, mipsle (#45) by vstefanovic · 7 years ago
  23. ce7fa45 Merge pull request #44 from cmarcelo/pr/dragonfly-gofmt by Guillaume J. Charmes · 8 years ago
  24. ed84cf8 Reformat pty_dragonfly.go file using gofmt by Caio Marcelo de Oliveira Filho · 8 years ago
  25. a6bad5e Merge pull request #36 from keybase/master by Guillaume J. Charmes · 8 years ago
  26. 0467868 Merge pull request #41 from mneumann/fix_dragonfly by Guillaume J. Charmes · 8 years ago
  27. c0bea8e Support DragonFly BSD by Michael Neumann · 8 years ago
  28. fe7bf43 Don't attempt to build on windows by Steve Sanders · 9 years ago
  29. f7ee69f run: don't override supplied SysProcAttr by Jonathan Boulle · 9 years ago
  30. 5cf931e Prevent arm64 file to be compiled anywhere else. Fixed #32. by Guillaume J. Charmes · 9 years ago
  31. 8dd5c9d Merge pull request #31 from hqhq/hq_add_arm64_support by Guillaume J. Charmes · 9 years ago
  32. 35af567 Add support for ARM64 by Qiang Huang · 9 years ago
  33. 05017fc Merge pull request #26 from yoheiueda/use-syscall-consts by Guillaume J. Charmes · 9 years ago
  34. 9cf8a72 Remove uintptr(...) by Yohei Ueda · 9 years ago
  35. e615e17 Remove ioctl_* constants on Linux by Yohei Ueda · 9 years ago
  36. b1c5cc8 Use syscall.TIOCGPTN and syscall.TIOCSPTLCK for ioctl by Yohei Ueda · 9 years ago
  37. 53dd597 Merge pull request #25 from yoheiueda/add-power-systemz by Guillaume J. Charmes · 9 years ago
  38. 46d423f Add support for Power (ppc64, ppc64le) and System z (s390x) by Yohei Ueda · 9 years ago
  39. 67e2db2 add generated ztypes_arm.go and ztypes_freebsd_arm.go by Yuval Pavel Zholkover · 10 years ago
  40. 88e4fdb Portable ioctl calls by Yuval Pavel Zholkover · 10 years ago
  41. 98c7b80 define public symbols without build constraints by Keith Rarick · 10 years ago
  42. 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 · 10 years ago
  43. 76284c5 Added support for FreeBSD (copy pty_linux.go) by Kim "BKC" Carlbäcker · 10 years ago
  44. 3b1f648 Add no NOCTTY, required for when there is no controlling terminal by Cameron Stewart · 11 years ago
  45. 27435c6 factor out docs by Keith Rarick · 11 years ago
  46. 87da171 get rows and cols in a tty by Keith Rarick · 11 years ago
  47. c46bdbf remove obsolete caveat by Keith Rarick · 11 years ago
  48. b07888f fix race in sample code by Keith Rarick · 11 years ago
  49. 2a896e2 darwin support by Keith Rarick · 11 years ago
  50. 02033fc remove obsolete makefile by Keith Rarick · 11 years ago
  51. 1fb082f set controlling tty for new process; closes #8 by Keith Rarick · 12 years ago
  52. 59dd148 work with new os/exec by Keith Rarick · 12 years ago
  53. 3b1c658 go fmt by Keith Rarick · 12 years ago
  54. 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 · 12 years ago
  55. 44e8fe6 add MIT license; closes #2 by Keith Rarick · 12 years ago
  56. 411b3ba simply remove the broken darwin implementation by Keith Rarick · 13 years ago
  57. 227762d gofix for release.r57.1 by Keith Rarick · 13 years ago
  58. e4a07d1 document that darwin is broken by Keith Rarick · 13 years ago
  59. 1231912 initial by Keith Rarick · 13 years ago