1. 5616182 Merge pull request #332 from peachfinance/Fstat-stat-options by John Eikenberry · 4 years, 4 months ago main master v1.11.0
  2. a5f5a4c Merge pull request #330 from pkg/issue-295-corrupt-resumes by John Eikenberry · 4 years, 4 months ago
  3. e6f3825 Merge pull request #329 from pkg/issue-291-ifmt-platform-fix by John Eikenberry · 4 years, 4 months ago
  4. 77a4076 fixes based on comments + minor test added by Eran Sandler · 4 years, 4 months ago
  5. 1bc3ea1 fix issue with file put resume/append by John Eikenberry · 4 years, 4 months ago
  6. 3c6b3a4 add test to exercise file upload resume by John Eikenberry · 4 years, 4 months ago
  7. 09f03e7 Added a ClientOption to determine whetehr to use Fstat or Stat when File.WriteTo is being called to support strange behaviour on some servers by Eran Sandler · 4 years, 4 months ago
  8. f3d1308 add makefile to simplify running integration tests by John Eikenberry · 4 years, 4 months ago
  9. 0277caa fix S_IFMT value on windows and plan9 by John Eikenberry · 4 years, 4 months ago
  10. 939a693 Merge pull request #328 from vansante/fix-empty-attributes-panicking by John Eikenberry · 4 years, 4 months ago
  11. f94839f Add const for all attribute flags and add missing newline by Paul van Santen · 4 years, 4 months ago
  12. 1bb2f28 Fix panics when attempting to get file attributes from too small byte slice by Paul van Santen · 4 years, 4 months ago
  13. 8488d36 Merge pull request #315 from drakkan/extensions by John Eikenberry · 4 years, 6 months ago
  14. 429ee17 make SFTP extensions configurable by Nicola Murino · 4 years, 6 months ago
  15. 6d50bf4 Merge pull request #316 from drakkan/posixrename by John Eikenberry · 4 years, 6 months ago
  16. 4033788 Merge pull request #317 from pkg/revert-313-master by John Eikenberry · 4 years, 6 months ago
  17. 5a3a757 Revert "Bug: windows specific issue on request-server.go" by John Eikenberry · 4 years, 6 months ago
  18. 7324135 Merge pull request #313 from danfletcher1/master by John Eikenberry · 4 years, 6 months ago
  19. f9e61c9 request-server: add test case for posixrename by Nicola Murino · 4 years, 6 months ago
  20. 5df8e92 request-server: fix posixrename by Daniel Fletcher · 4 years, 6 months ago
  21. 313f3c1 Bug: InMemoryHandler() mimics a linux file system. When build for by Daniel Fletcher · 4 years, 6 months ago
  22. 26d6af7 Bug: Rename function wasn't working for me, the type was not being by Daniel Fletcher · 4 years, 6 months ago
  23. 515578a Merge pull request #311 from danfletcher1/master by John Eikenberry · 4 years, 6 months ago
  24. e9514f4 Removed some unnecessary logging, and previous merge duplicated some code by Daniel Fletcher · 4 years, 6 months ago
  25. 4adf56b Merge branch 'master' of https://github.com/danfletcher1/sftp by Daniel Fletcher · 4 years, 6 months ago
  26. 67f906c When removing or renaming a folder, subfiles/folders of the path was not being updated by Daniel Fletcher · 4 years, 7 months ago
  27. 4350932 Merge pull request #312 from LeeEirc/bugfix_request by John Eikenberry · 4 years, 6 months ago
  28. 463bb93 Merge pull request #310 from pkg/issue-305-client-write by John Eikenberry · 4 years, 6 months ago
  29. c732bf9 add method to get fxerr value for StatusError code by John Eikenberry · 4 years, 7 months ago
  30. 8067637 add note in Create() docs about AWS + O_RDWR by John Eikenberry · 4 years, 7 months ago
  31. 3f23d59 fix nil panic error when sshFxpExtendedPacket could not UnmarshalBinary ExtendedRequest by Eric · 4 years, 7 months ago
  32. b4e1be7 When removing or renaming a folder, subfiles/folders of the path was not being updated by Daniel Fletcher · 4 years, 7 months ago
  33. 84e6527 Merge pull request #309 from wutz/master by John Eikenberry · 4 years, 7 months ago
  34. 0852dba update go versions in travis by John Eikenberry · 4 years, 7 months ago
  35. dcef9e0 Merge pull request #304 from drakkan/lint by John Eikenberry · 4 years, 7 months ago
  36. cfce8a5 fix: received packet too long by Taizeng Wu · 4 years, 7 months ago
  37. 8fc5961 Merge pull request #307 from drakkan/transfer_errors by John Eikenberry · 4 years, 8 months ago
  38. c5d967b notify errors to readerAt and writerAt by Nicola Murino · 4 years, 8 months ago
  39. b4ea0fd fix lint issues by Nicola Murino · 4 years, 8 months ago
  40. 43a60a9 Merge pull request #303 from drakkan/extensions by John Eikenberry · 4 years, 8 months ago
  41. b519cb8 define supported extensions in one place and use for both server and request-server by Nicola Murino · 4 years, 8 months ago
  42. a760e79 Merge pull request #302 from tommie/announce-posix-rename by John Eikenberry · 4 years, 8 months ago
  43. 687cea6 Announce the posix-rename extension in the server. by Tommie Gannert · 4 years, 8 months ago
  44. 554cbc5 update versions to ignore on macOS by John Eikenberry · 4 years, 8 months ago
  45. 5a2fe52 Merge branch 'soopsio-master' into test by John Eikenberry · 4 years, 8 months ago
  46. 5d72497 Merge branch 'kardianos-kardianos-server-ext' into test by John Eikenberry · 4 years, 8 months ago
  47. b6b7dd8 Merge branch 'tommie-hardlink' into test by John Eikenberry · 4 years, 8 months ago
  48. 5513395 gracefully handle unknown extended packets by soopsio · 4 years, 9 months ago
  49. e5ded3a sftp: support rename extension for server by Daniel Theophanes · 4 years, 8 months ago
  50. 2c24eaa Implement the hardlink@openssh.com extension. by Tommie Gannert · 5 years ago
  51. 3edd153 update to use go modules by John Eikenberry · 4 years, 8 months ago v1.10.1
  52. d4a0cec remove unstandard error by John Eikenberry · 4 years, 8 months ago
  53. 79ae07e Merge pull request #293 from tommie/fixes by John Eikenberry · 4 years, 11 months ago
  54. 2b53636 Allow -sftp to work in server_integration_test. by Tommie Gannert · 4 years, 11 months ago
  55. 7843b1d Merge pull request #292 from sekky0905/remove-travis-sudo-setting by John Eikenberry · 5 years ago
  56. bef7f04 Remove sudo setting from travis.yml by sekky0905 · 5 years ago
  57. e98a7be Merge pull request #289 from ncw/fix-288 by John Eikenberry · 5 years ago
  58. 48c87f6 Use Stat rather than Fstat in File.WriteTo to work around server bugs by Nick Craig-Wood · 5 years ago
  59. 5bcd86d bump versions in travis config by John Eikenberry · 5 years ago
  60. a713b07 Merge pull request #279 from wutzx/client-conn-wait by John Eikenberry · 5 years ago v1.10.0
  61. c35a030 Merge pull request #282 from kardianos/kardianos-fixup-tests by John Eikenberry · 5 years ago v1.9.1
  62. e6f3261 Merge pull request #283 from pkg/open-on-open by John Eikenberry · 5 years ago v1.9.0
  63. 05f7f0a add comment about purpose of context use in example/tests by John Eikenberry · 5 years ago
  64. fdad088 small fixes suggested in code review by John Eikenberry · 5 years ago
  65. 7f106a3 change fstat to not reuse request object by John Eikenberry · 5 years ago
  66. c71cbb1 'open' directory on opendir packet by John Eikenberry · 5 years ago
  67. 0a96e0d initial test of opening 'file' on open packet by John Eikenberry · 5 years ago
  68. 91a2160 add WithContext() calls to each test handler by John Eikenberry · 5 years ago
  69. d8ec5de sftp: update tests to finish and not panic on windows by Daniel Theophanes · 5 years ago
  70. 5cd7f32 Use channel to implement a simple way to wait by Taizeng Wu · 5 years ago
  71. 3a53acc Reimplement Wait method to make it can be called concurrently from multiple goroutines by Taizeng Wu · 5 years ago
  72. fbf9e05 Add Wait method to detect underlying SFTP connection closed by Taizeng Wu · 5 years ago
  73. a741a7f prevent memory leaks in slice buffer by John Eikenberry · 5 years ago
  74. 08de04f Merge pull request #272 from pkg/271-alt by John Eikenberry · 6 years ago v1.8.3
  75. c9d56c8 fix race condition in fileget/fileput by John Eikenberry · 6 years ago
  76. b9345f4 Merge pull request #248 from perkeep/packetwrite by John Eikenberry · 6 years ago
  77. 5e39e37 update travis tests for new go version by John Eikenberry · 6 years ago
  78. 718e647 Merge pull request #266 from pkg/issue265 by John Eikenberry · 6 years ago v1.8.2
  79. b0f20f9 fix race w/ open packet and stat by John Eikenberry · 6 years ago
  80. fe93131 fix example request filesystem's file renaming by John Eikenberry · 6 years ago
  81. 6b9fa10 Merge pull request #263 from pkg/packet-embedded-in-ordered by John Eikenberry · 6 years ago v1.8.1
  82. 7f7e75b ensure packet responses in same order as requests by John Eikenberry · 6 years ago
  83. 7ef932e Merge pull request #262 from ghafoors/aix_compatibility by John Eikenberry · 6 years ago
  84. ed3a8b6 added build tags required for gcc-go on AIX by Abdulla Kaleem · 6 years ago
  85. 1afc1d9 refactor server response to allow for extending by John Eikenberry · 6 years ago
  86. b50b1f9 fix sendError usage to match packet type signature by John Eikenberry · 6 years ago
  87. 523bded replace interface{} with more specific type by John Eikenberry · 6 years ago
  88. 048358f use correct param type instead of asserting by John Eikenberry · 6 years ago
  89. 4cad28b eliminate bare values in composite literals by John Eikenberry · 6 years ago
  90. d0a1c80 remove unnecessary type by John Eikenberry · 6 years ago
  91. 57673e3 no longer need new request after opendir stat by John Eikenberry · 6 years ago 1.8.0 v1.8.0
  92. 1de5f77 Merge pull request #257 from pkg/issue256 by John Eikenberry · 6 years ago
  93. 54893da fix issue with reusing opendir file handle by John Eikenberry · 6 years ago
  94. 59287c7 test case to trigger error on opendir handle reuse by John Eikenberry · 6 years ago
  95. 6227cfc organization of some tests didn't make sense by John Eikenberry · 6 years ago
  96. 2737d0e Merge pull request #255 from pkg/issue253 by John Eikenberry · 6 years ago
  97. 0f2875a Merge pull request #254 from sggms/master by John Eikenberry · 6 years ago
  98. f9330fc Allow to configure maxConcurrentRequests by gm42 · 6 years ago
  99. 218c0d4 Opendir return an error status when not found by John Eikenberry · 6 years ago
  100. f01c355 Be sure to cancel context when Close is called. by John Eikenberry · 6 years ago