1. 19d66c2 change request.handle() to request.callHandler() by John Eikenberry · 7 years ago main master
  2. 06477ca minor fix to doc comment by John Eikenberry · 7 years ago
  3. 6eeffbb don't use read locks when making a change by John Eikenberry · 7 years ago
  4. db5d9a7 Merge pull request #197 from mjgarton/master by John Eikenberry · 7 years ago
  5. 4c02ab5 Merge branch 'master' into master by John Eikenberry · 7 years ago
  6. 7040a0b Merge pull request #198 from holtwilkins/patch-1 by John Eikenberry · 7 years ago
  7. aedf9a7 Fix #192 all Request methods use pointer recivers by John Eikenberry · 7 years ago
  8. cffd2fa Fix #195 Handler wrappers deal with errors by John Eikenberry · 7 years ago
  9. bc6b56a packageManager to use pointer receivers everywhere by John Eikenberry · 7 years ago
  10. bd3f00a Merge pull request #194 from pkg/move-handle-ptr-request by John Eikenberry · 7 years ago
  11. 26ceac7 add os.ErrNotExist handling into statusFromError by John Eikenberry · 7 years ago
  12. 3b9263e Fixes to mkdir example by holtwilkins · 7 years ago
  13. 6c3cc26 Merge pull request #191 from sandreas/master by John Eikenberry · 7 years ago
  14. 725c3d8 Fix #196; Increase offset correctly by Martin Garton · 7 years ago
  15. 653e2f1 Merge branch 'master' into master by sandreas · 7 years ago
  16. 4d7bb97 Resolved conflict with SftpServerWorkerCount by andreas · 7 years ago
  17. f2782dd Move Request.handle to *Request by Dave Cheney · 7 years ago
  18. 1a91f31 make (sS)ftpServerWorkerCount constant public by John Eikenberry · 7 years ago
  19. 733115c Fixes #184; better fix for file batching by John Eikenberry · 7 years ago
  20. 939f0f3 Fixed possible double slash in request by Andreas · 7 years ago
  21. 2401c5c Changed default user and group to root and count links for directories to 0 on non *nix systems by Andreas · 7 years ago
  22. 9b58814 Fixed time.Parse in runLs tests Fixed runLs tests on Windows by Andreas · 7 years ago
  23. ec08c0d Moved permission detection for runLs to server.go by andreas · 7 years ago
  24. f7ea598 Added os independent test for runLs function by andreas · 7 years ago
  25. 11608a1 Added initial test setup for runLs by Andreas · 7 years ago
  26. 505f2cb Fixed issues with backslashes on windows systems by Andreas · 7 years ago
  27. 22f089b Document internal inconsistency error by John Eikenberry · 7 years ago
  28. babb028 Fix #189; add ClientOption type by John Eikenberry · 7 years ago
  29. 08f9799 Fix #185; add max packet size check and docs by John Eikenberry · 7 years ago
  30. 4f3e725 Fixes #188; eliminates duplicated core code by John Eikenberry · 7 years ago
  31. c325f9a nicer debugging output for a few packet types by John Eikenberry · 7 years ago
  32. 314a5cc keep 1.7 compat for now (remove a sort.Slice) by John Eikenberry · 7 years ago
  33. d02a271 Fixes #184; request server file list batching by John Eikenberry · 7 years ago
  34. e97b9a4 avoid data race in worker creation by John Eikenberry · 7 years ago
  35. 07d4ed1 don't copy lock by John Eikenberry · 7 years ago
  36. 8e0c78a fix spelling error in comment by John Eikenberry · 7 years ago
  37. 4553269 Fix #182; use ssh connection meta-data in example by John Eikenberry · 7 years ago
  38. 9b3eae7 ignore test keys in all examples by John Eikenberry · 7 years ago
  39. 737aa1d Fixes #181: client deadlock on server death by John Eikenberry · 7 years ago
  40. ca043ca add ReadFrom benchmark by John Eikenberry · 7 years ago
  41. 516f733 Add Mkdir example (mkdir -p like functionality) by John Eikenberry · 7 years ago
  42. a5f8514 Merge pull request #179 from xiu/hostkeycallback by John Eikenberry · 7 years ago
  43. a3ba113 Fixes #177: adds HostKeyCallback to ssh.ClientConfig by xiu · 7 years ago
  44. dddd9cf soften contrib text a bit by John Eikenberry · 7 years ago
  45. 2482bde remove unused packet cases from request.update by John Eikenberry · 7 years ago
  46. adb5b39 convert fsetstat to setstat in request-server by John Eikenberry · 7 years ago
  47. 032a928 Propagate Flags from setstat packet to request by John Eikenberry · 7 years ago
  48. 4cfaeaf fix hang on fstat calls in request server by John Eikenberry · 7 years ago
  49. 9b982bd Add test to replicate fstat hang by John Eikenberry · 7 years ago
  50. a3c585f Fix several Setstat typos in request-server by John Eikenberry · 7 years ago
  51. 700027f drain inFlight packets in read/write methods by John Eikenberry · 7 years ago
  52. 63cbed8 forgot to remove a tmp comment by John Eikenberry · 7 years ago
  53. ced55b1 request-server to use new packet ordering code by John Eikenberry · 7 years ago
  54. 5024cb0 Move packer ordering code into packet-manager by John Eikenberry · 7 years ago
  55. 447b7fa small naming and output tweaks for tests by John Eikenberry · 7 years ago
  56. 027e3db handle all status packet results the same by John Eikenberry · 7 years ago
  57. 693e43c add a test to replicate close happening out of order by John Eikenberry · 7 years ago
  58. d1bd7b3 ensure packets are processed in order by John Eikenberry · 7 years ago
  59. 5fd073b decouple packet channel from server struct by John Eikenberry · 7 years ago
  60. cb456b3 Fix race between client's close and write by Pavel Borzenkov · 7 years ago
  61. 6c86161 limit osx checks due to long waits by John Eikenberry · 7 years ago
  62. a91edee incoming out of order packet manager test by John Eikenberry · 7 years ago
  63. 506f3a7 Fix deadlock when using Client + Service over io.Pipe by Pavel Borzenkov · 7 years ago
  64. 9aa225f Don't copy Server struct in sendPacket/sendError by Pavel Borzenkov · 7 years ago
  65. 1d03267 test: add new test to verify concurrent requests handling by Pavel Borzenkov · 7 years ago
  66. ee0946f test: close the server to avoid goroutine leak by Pavel Borzenkov · 7 years ago
  67. df2f92e packet-manager: sort incoming request ID queue by Pavel Borzenkov · 7 years ago
  68. f581f81 Pass actual errors from FileReader/FileWriter implementations by Artyom Pervukhin · 7 years ago
  69. c017135 Use sort.Slice() for go1.8+ by John Eikenberry · 7 years ago
  70. ebb5774 improve top level comment by John Eikenberry · 7 years ago
  71. c0a3102 sorting incoming packet ids is redundant by John Eikenberry · 7 years ago
  72. db7c504 change sort.Slice() to sort.Sort() for 1.7 compat by John Eikenberry · 7 years ago
  73. 5152c21 integrate packageManager into servers by John Eikenberry · 7 years ago
  74. ded0784 code that manages incoming/outgoing packet order by John Eikenberry · 7 years ago
  75. 243a742 add id() to responsePacket interface by John Eikenberry · 7 years ago
  76. 51cb116 better name: packet -> requestPacket by John Eikenberry · 7 years ago
  77. 89c474c new name for id (now ider) interface by John Eikenberry · 7 years ago
  78. 2519062 move request packet out of request specific names by John Eikenberry · 7 years ago
  79. 0b42971 packet unmarshalling code into main server loop by John Eikenberry · 7 years ago
  80. 4f1fe4f Use common packet typing code by John Eikenberry · 7 years ago
  81. 890b9f1 change readonly checks to interface type checks by John Eikenberry · 7 years ago
  82. 62d5779 server_standalone: handle readonly properly by unclejack · 7 years ago
  83. 8f9da7f quick fix to get benchmarks running by John Eikenberry · 7 years ago
  84. 7aa3e48 Have example sftp servers handle session EOF by John Eikenberry · 7 years ago
  85. b527710 users in example servers should be the same by John Eikenberry · 7 years ago
  86. 1077779 Revert "rename files with OS specific request test code" by John Eikenberry · 7 years ago
  87. 725c6ac make path more Unix like on windows servers by George Xie · 7 years ago
  88. 322a18e rename files with OS specific request test code by John Eikenberry · 7 years ago
  89. 81c5ef6 rework fileinfo.Sys() output test for windows by John Eikenberry · 7 years ago
  90. f025fae rework build tags for unix request test support code by John Eikenberry · 7 years ago
  91. c690dc3 mv windows only code into windows only file by John Eikenberry · 7 years ago
  92. 1189af5 missed commit in fix for #157 by John Eikenberry · 7 years ago
  93. 94df0a3 client,packet: remove redundant select & return by unclejack · 7 years ago
  94. e1c8675 OS specific syscall.Stat_t use into separate file by John Eikenberry · 7 years ago
  95. 2eb63db travis limited to current, previous stable and tip by John Eikenberry · 7 years ago
  96. 14edf2c Merge pull request #130 from eikenb/request by John Eikenberry · 7 years ago
  97. a4eb07c NewRequest() now takes method as first param by John Eikenberry · 8 years ago
  98. 044c5f4 make linter happy with NewRequest comment by John Eikenberry · 8 years ago
  99. 5d2bc88 use modtime field instead of time.Now() by John Eikenberry · 8 years ago
  100. df02b6e make NewRequest public by John Eikenberry · 8 years ago