1. 7e76fd5 close reader/writer when deleting request by John Eikenberry · 8 years ago
  2. 352ba90 use proper newRequest in test by John Eikenberry · 8 years ago
  3. 016dabf golint and go vet fixes by John Eikenberry · 8 years ago
  4. 117dcd5 refactor request setup into init and update by John Eikenberry · 8 years ago
  5. ce4586e convert request to be pass by value by John Eikenberry · 8 years ago
  6. 889f6b9 getRequest should use an RLock by John Eikenberry · 8 years ago
  7. 887fd76 remove old code by John Eikenberry · 8 years ago
  8. f436ee1 change package path back to original again by John Eikenberry · 8 years ago
  9. 8cd6e62 add lock to file access by John Eikenberry · 8 years ago
  10. 94ae9c6 fix issue with out-of-order packets by John Eikenberry · 8 years ago
  11. 99921c4 add delay to writes based on length by John Eikenberry · 8 years ago
  12. 4f479d7 tests use unix domain sockets instead of io.Pipe by John Eikenberry · 8 years ago
  13. f443214 fix issue with leaking requests in handle cache by John Eikenberry · 8 years ago
  14. b6f2e2d fix testing error by John Eikenberry · 8 years ago
  15. fb75f9f documentation tweak by John Eikenberry · 8 years ago
  16. 52e5622 fix import in example by John Eikenberry · 8 years ago
  17. 23acc34 change back to using int as handle key by John Eikenberry · 8 years ago
  18. f18f3a1 govet fixes by John Eikenberry · 8 years ago
  19. bf94760 golinter suggested name fix by John Eikenberry · 8 years ago
  20. 9962211 linter fixes by John Eikenberry · 8 years ago
  21. 15d5c4c gofmt hook having issues by John Eikenberry · 8 years ago
  22. 7fe33ff fixed formatting, added todo by John Eikenberry · 8 years ago
  23. abd4404 comment out tracing/debugging prints by John Eikenberry · 8 years ago
  24. fc6b6be initial stab at docs for request based server by John Eikenberry · 8 years ago
  25. 96da577 remove superfluous pflags field from request by John Eikenberry · 8 years ago
  26. 56a1ff0 more tests by John Eikenberry · 8 years ago
  27. 4974c76 remove some debug prints by John Eikenberry · 8 years ago
  28. b387807 Revert "have Stat() mimic os.Stat()'s error" by John Eikenberry · 8 years ago
  29. 69cd74c os.ErrorNotExist should convert to ssh_FX_NO_SUCH_FILE by John Eikenberry · 8 years ago
  30. 34d6761 fix readlink name reference by John Eikenberry · 8 years ago
  31. 80a7e6e gofmt tweaks by John Eikenberry · 8 years ago
  32. d2ddc0b error if file rename target already exists by John Eikenberry · 8 years ago
  33. e9fbfdc 'integration' tests using in-mem request example backend by John Eikenberry · 8 years ago
  34. 95dbe81 have Stat() mimic os.Stat()'s error by John Eikenberry · 8 years ago
  35. f2d2606 Add integration tests using example backend by John Eikenberry · 8 years ago
  36. 60d6f54 Add requestserver.Close() method by John Eikenberry · 8 years ago
  37. e355d86 reordered and commented to improve as example by John Eikenberry · 8 years ago
  38. a15e6f5 updated tests by John Eikenberry · 8 years ago
  39. 138f292 add symlink support to file mode info by John Eikenberry · 8 years ago
  40. 584416e FileInfo.Sys() returns a point to syscall.Stat_t by John Eikenberry · 8 years ago
  41. 3f229ee switch fs from tree to flat map by John Eikenberry · 8 years ago
  42. b7df6d6 initial version of in-memory example/test request backend by John Eikenberry · 8 years ago
  43. f53058b require handlers as arg to NewRequestServer by John Eikenberry · 8 years ago
  44. d235f09 all paths should be absolute by John Eikenberry · 8 years ago
  45. 43bb004 formatting fixes by John Eikenberry · 8 years ago
  46. 3f4950f clean all incoming path data by John Eikenberry · 8 years ago
  47. 27cff42 remove old comments/notes by John Eikenberry · 8 years ago
  48. e8d7a27 move realpath handling into request-server by John Eikenberry · 8 years ago
  49. e3e8165 save EOF state of readdir by John Eikenberry · 8 years ago
  50. 15c8754 add remove and realpath handling by John Eikenberry · 8 years ago
  51. dab4d2c forgot Remove command by John Eikenberry · 8 years ago
  52. f6042b2 remove redundant 'request' from handle method name by John Eikenberry · 8 years ago
  53. f1ec5cd isOpener interface to simplify type checking/testing by John Eikenberry · 8 years ago
  54. 2b0671c clean up worker function by John Eikenberry · 8 years ago
  55. 50206b0 remove comment by John Eikenberry · 8 years ago
  56. e307459 factor out response struct by John Eikenberry · 8 years ago
  57. 8b3c376 add request tests by John Eikenberry · 8 years ago
  58. 1498264 couple fixed found while writing tests by John Eikenberry · 8 years ago
  59. 42095a1 move request.populate call out of handler by John Eikenberry · 8 years ago
  60. 2bf0b27 added a few comments by John Eikenberry · 8 years ago
  61. f3ebdef factor out request channels by John Eikenberry · 8 years ago
  62. a253a47 move open handling to packet level by John Eikenberry · 8 years ago
  63. cdfae2d pass/store handlers on request vs server by John Eikenberry · 8 years ago
  64. 595444c more work on decoupling packet/request handling by John Eikenberry · 8 years ago
  65. e74311f variable name fix by John Eikenberry · 8 years ago
  66. fd47571 add response channel from req to packet handler by John Eikenberry · 8 years ago
  67. c8f76e5 packet interface now requires both un/marshal by John Eikenberry · 8 years ago
  68. ad74a75 pass packets to handler wrapper by John Eikenberry · 8 years ago
  69. 1876432 Add explicit Open noop by John Eikenberry · 8 years ago
  70. 39fd50d better interface naming consistency by John Eikenberry · 8 years ago
  71. 39e544e make RequestServer.Handlers public by John Eikenberry · 8 years ago
  72. 3705256 name fixes by John Eikenberry · 8 years ago
  73. e19ab67 fleshed out processing handlers by John Eikenberry · 8 years ago
  74. 0673590 reworked handler/interfaces to new minimal set by John Eikenberry · 8 years ago
  75. 06bf237 reworked in branch and liked it by John Eikenberry · 8 years ago
  76. d1634cd initial request server commit by John Eikenberry · 8 years ago
  77. 43d52d4 ported Glob method from filepath - https://golang.org/pkg/path/filepath/#Glob by Catalin Tanasescu · 7 years ago
  78. ff7e52f Fix deadlock issue in client Read and WriteTo by John Eikenberry · 7 years ago
  79. cfb6d5c Add tests for deadlocks in Read and WriteTo by John Eikenberry · 7 years ago
  80. 15a2bdb Fix deadlock issue in client ReadFrom and Write by John Eikenberry · 7 years ago
  81. 14f0a22 Tests to replicate deadlock bug in Write/ReadFrom by John Eikenberry · 7 years ago
  82. bc4cce8 basic ReadFrom test by John Eikenberry · 7 years ago
  83. b29a59c Remove workaround for crypto bug 18861 by John Eikenberry · 7 years ago
  84. dab2d69 Make remove directory public by Allan Feid · 7 years ago
  85. 59640f4 Make SSH_FXP_STATUS "message" field optional. by Andrew Kupasrimonkol · 8 years ago
  86. b4b1d29 Fix hang on error in WriteTo. by Paul Komkoff · 7 years ago
  87. caba5e8 Fix memory leak in WriteTo. by Paul Komkoff · 7 years ago
  88. 5a98e41 fetch fix for crypto/ssh bug 18861 by John Eikenberry · 7 years ago
  89. bf1c2bb add lock on connection close to prevent race by John Eikenberry · 7 years ago
  90. ef9d88f Merge pull request #139 from gofish/gofish/vet_test_fixes by John Eikenberry · 7 years ago
  91. fd9eebd Merge pull request #143 from pkg/travis by John Eikenberry · 7 years ago
  92. 2dded31 change unix /home dir to $HOME for macos compat by John Eikenberry · 7 years ago
  93. 77bb54f Merge branch 'master' into travis by John Eikenberry · 7 years ago
  94. e4a2761 Travis test against Go 1.7.x by John Eikenberry · 7 years ago
  95. c28dc4c remove go 1.4.3 from test compilers by John Eikenberry · 7 years ago
  96. f37534d Fixes #83, documentation of File.Read() by John Eikenberry · 7 years ago
  97. e59687e small note to help set expectations for contributions by John Eikenberry · 7 years ago
  98. c558e1a add some contribution guidelines by John Eikenberry · 7 years ago
  99. 9bc2633 formatting by John Eikenberry · 7 years ago
  100. be7bcd2 Adding myself as I'm helping out by John Eikenberry · 7 years ago