[go: nahoru, domu]

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