1. 4d0e916 Remove reference to X__val (#142) by Dave Cheney · 8 years ago
  2. ba8c188 Update travis config, enable osx by Dave Cheney · 8 years ago
  3. 6c2c8eb vet: Example should be niladic by Jeremy R. Fishman · 8 years ago
  4. 1b13f07 vet: formatting directive in Fatal call by Jeremy R. Fishman · 8 years ago
  5. 8197a2e client: satisfy go vet (#136) by Carl Jackson · 8 years ago
  6. a71e8f5 Fix build directive to properly compile under gccgo in Linux (#126) by Eric Garrido · 8 years ago
  7. 57fcf4a Skip statvfs impl on linux if using gccgo (#122) by Dave Cheney · 8 years ago
  8. d4c18e7 Integrate readPacket and writePacket into handlePacket (#120) by Dave Cheney · 8 years ago
  9. 3a7eae5 Introduce serverConn (#119) by Dave Cheney · 8 years ago
  10. 7f77924 Centralise packet handling for common packets … (#111) by Dave Cheney · 8 years ago
  11. ea1a7bc conn: seperate io.Reader and io.WriteCloser (#118) by Dave Cheney · 8 years ago
  12. e3fac22 remove debugging dreg from fc30a3e by Dave Cheney · 8 years ago
  13. 9d52a80 Always close client conn when clientConn.recv exits (#117) by Dave Cheney · 8 years ago
  14. fc30a3e Do not check bavail, it can change in a shared CI environment by Dave Cheney · 8 years ago
  15. ab07483 Merge pull request #116 from pkg/introduce-clientconn by Dave Cheney · 8 years ago
  16. 1a25dc5 rename sendRequest to sendPacket by Dave Cheney · 8 years ago
  17. 0847713 Migrate sendRequest to clientConn by Dave Cheney · 8 years ago
  18. c91ab27 Move client.Close to clientConn.Close by Dave Cheney · 8 years ago
  19. 9184483 Introduce clientConn by Dave Cheney · 8 years ago
  20. a3218d2 client: break out recv into loop and recv (#115) by Dave Cheney · 8 years ago
  21. 7d4fc94 Introduce sftp.conn type to handle common send/recv behaviour (#113) by Dave Cheney · 8 years ago
  22. c5050bb removed unused code by Dave Cheney · 8 years ago
  23. 4c7551a Refactor all the calls to sendPacket(statusFromError(...)) to a sendError helper (#114) by Dave Cheney · 8 years ago
  24. 04d5f67 Small cleanups by Dave Cheney · 8 years ago
  25. f4e0664 Make SSH_FXP_STATUS error message optional (#109) by akupas · 8 years ago
  26. 530345c client: use a waitgroup rather than a close channel (#112) by Dave Cheney · 8 years ago
  27. aca140b Revert "Fix sendRequest" by Dave Cheney · 8 years ago
  28. 7500207 Fix sendRequest by Dave Cheney · 8 years ago
  29. 9ff4de5 add serverside StatVFS function, implemented for darwin and linux (#89) by Mark Sheahan · 8 years ago
  30. 8ceba57 remove several roadmap items, i think they are done by Dave Cheney · 8 years ago
  31. 526cf9b make example server respect readOnly flag (#108) by Robert Coleman · 8 years ago
  32. 8bf4044 remove svr.in svr.out, replace with svr.rwc (#107) by Dave Cheney · 8 years ago
  33. 4f0e386 Cleanup server code (#106) by Dave Cheney · 8 years ago
  34. 25bd3c4 enable race detector (#104) by Dave Cheney · 8 years ago
  35. 6f39c9c adding debugging information for test failures by Dave Cheney · 8 years ago
  36. 9826566 Introduce netpipe (#105) by Dave Cheney · 8 years ago
  37. f3fc26f General server cleanups (#103) by Dave Cheney · 8 years ago
  38. dfb5f84 Use pkg/errors for error handling (#101) (#102) by Dave Cheney · 8 years ago
  39. 5e9ad27 Use pkg/errors for error handling (#101) by Dave Cheney · 8 years ago
  40. ca0111c server: fix ignored error handling in server (#100) by Dave Cheney · 8 years ago
  41. 6a0c20e update travis.yml (#99) by Dave Cheney · 8 years ago
  42. baf0012 Merge pull request #98 from pkg/readonly by Dave Cheney · 8 years ago
  43. bd4f7a7 server: refactor packet decoding and read only handling by Dave Cheney · 8 years ago
  44. 9683e1e Merge pull request #93 from pkg/stat_fix by Dave Cheney · 8 years ago
  45. 7e2e721 use ssh_FXP_STAT for Stat(); previously Stat() and Lstat() were both Lstat() by Mark Sheahan · 8 years ago
  46. e84cc8c Merge pull request #85 from pkg/rootdir by Matt Layher · 8 years ago
  47. 8e47c75 server: remote rootDir parameter, as it does nothing by Matt Layher · 8 years ago
  48. 8a7343c Merge pull request #81 from pkg/server-option by Matt Layher · 8 years ago
  49. 7d53b6d server: return ServerOption for godoc documentation by Matt Layher · 8 years ago
  50. d396b1b Merge pull request #80 from pkg/functional-options by Matt Layher · 8 years ago
  51. b59f8c7 Merge pull request #78 from pkg/server-readonly by Matt Layher · 8 years ago
  52. 403657b server: use functional options for NewServer by Matt Layher · 8 years ago
  53. 167a495 packet, server: use a single read-only check by Matt Layher · 8 years ago
  54. 66d9ce1 Merge pull request #79 from pkg/readme-badges by Matt Layher · 8 years ago
  55. 0be43cb README: add link to Travis build, add GoDoc badge by Matt Layher · 8 years ago
  56. 38e9e60 Merge pull request #77 from pkg/namedreturns by Matt Layher · 8 years ago
  57. 051287b *: remove all named and naked returns by Matt Layher · 8 years ago
  58. b953ec8 Merge pull request #75 from pkg/golint by Matt Layher · 8 years ago
  59. 9374ae6 *: golint: add and fix up comments on exported types by Matt Layher · 8 years ago
  60. 03e10c2 Merge pull request #73 from mdlayher/golint by Matt Layher · 8 years ago
  61. b348482 *: golint (part 1) by Matt Layher · 8 years ago
  62. 42c8b50 Merge pull request #74 from LiterallyElvis/master by Dave Cheney · 8 years ago
  63. 03c8a70 Fix travis-ci status image by Jeffrey D · 8 years ago
  64. 9e66bf3 Merge pull request #72 from mdlayher/master by Dave Cheney · 8 years ago
  65. 3fa7dab client: add normaliseError, make Client.{Lstat,Open,Stat} satisfy os.IsNotExist by Matt Layher · 8 years ago
  66. 486e410 Merge pull request #70 from pkg/fixedbugs/69 by Dave Cheney · 8 years ago
  67. 94fb4dd Add -testserver permutation by Dave Cheney · 8 years ago
  68. e85cb23 Merge pull request #67 from mdlayher/master by Dave Cheney · 8 years ago
  69. 7b7864c server: simplify code and improve readability by Matt Layher · 8 years ago
  70. 4f25752 Merge pull request #64 from pkg/fixedbugs/28 by Dave Cheney · 8 years ago
  71. 53002ca Check that writing to a read only file returns an error by Dave Cheney · 8 years ago
  72. d06f456 Merge pull request #63 from pkg/fixedbugs/5 by Dave Cheney · 8 years ago
  73. bd1c810 Always pass buffered channel to Read/Write by Dave Cheney · 8 years ago
  74. 51439fb Merge pull request #61 from pkg/add-travis by Dave Cheney · 8 years ago
  75. 0bf6170 Merge pull request #62 from xiu/bugfix/35-cant-remove-directories-on-servu by Dave Cheney · 8 years ago
  76. fe1bd71 s/wercker/travis by Dave Cheney · 8 years ago
  77. a0db940 Add reference to draft-ietf-secsh-filexfer-13 by xiu · 8 years ago
  78. 00e2b63 Merge branch 'master' into bugfix/35-cant-remove-directories-on-servu by xiu · 8 years ago
  79. 739c35a Merge pull request #58 from sykesm/client-realpath by Dave Cheney · 8 years ago
  80. f5afc83 Add Getwd to client by Matthew Sykes · 8 years ago
  81. 2bc0084 Merge pull request #60 from pkg/fixedbugs/57 by Dave Cheney · 8 years ago
  82. 167ae32 Handle osx returning EPERM not ENOTDIR by Dave Cheney · 8 years ago
  83. 60a89fb updated contribution guidelines by Dave Cheney · 8 years ago
  84. 784a973 Forgot SSH_FX_NO_MATCHING_BYTE_RANGE_LOCK by xiu · 8 years ago
  85. 2034fcb Support SSH_FX_FILE_IS_A_DIRECTORY while trying to remove a directory by xiu · 8 years ago
  86. 2fa98ff Adds SFTP version 6 status codes by xiu · 8 years ago
  87. cbc2879 Merge pull request #54 from kothar/master by Dave Cheney · 8 years ago
  88. cf6c57c Updates to code style by Mike Houston · 8 years ago
  89. 9287f24 Created working example SFTP server by Michael Houston · 8 years ago
  90. e09e01e Merge pull request #53 from boomlinde/missing-language-tag by Dave Cheney · 9 years ago
  91. a80be15 Merge pull request #51 from DrJosh9000/patch-1 by Dave Cheney · 9 years ago
  92. 57048f3 add test for status messages with no language tag by Philip Linde · 9 years ago
  93. e6dc896 make the StatusError language tag optional by Philip Linde · 9 years ago
  94. 6d63aaf Merge pull request #2 from DrJosh9000/master by Josh Deprez · 9 years ago
  95. f76972f rm extra f.Name in test by DrJosh9000 · 9 years ago
  96. 292ecac Merge pull request #1 from DrJosh9000/master by Josh Deprez · 9 years ago
  97. a003aa9 Add test for new Name method by Josh Deprez · 9 years ago
  98. d434a0c Add Name method to File by Josh Deprez · 9 years ago
  99. 9d712e9 Merge pull request #49 from pkg/wercker-intergration-tests by Dave Cheney · 9 years ago
  100. 5f136d2 custom wercker.yml file for integration by Dave Cheney · 9 years ago