Commit Graph

17 Commits

Author SHA1 Message Date
Matt Layher 9374ae613d *: golint: add and fix up comments on exported types 2016-01-07 15:16:34 -05:00
Matt Layher b348482b1a *: golint (part 1) 2016-01-07 12:10:24 -05:00
Mark Sheahan 0a1e052cf1 fix broken windows build 2015-09-19 19:09:03 -07:00
Mark Sheahan d7309968cd add more tests; bug setting S_IFREG caused openssh sftp to refuse to get the file 2015-09-08 17:03:18 -07:00
Mark Sheahan 7bb2083ca9 Address review comments; about to change decodePacket() 2015-09-06 23:55:15 -07:00
Mark Sheahan ec909a249d gofmt 2015-09-06 22:02:47 -07:00
Mark Sheahan 421e8919ba remove unused flags 2015-09-06 22:01:51 -07:00
Mark Sheahan 5b6348f034 version, lstat 2015-07-25 01:19:29 -07:00
Matthieu Rakotojaona 1d4fedf03c Format with go fmt 2014-09-27 14:29:57 +02:00
Donavan Pantke 01da416114 Clarified documentation on FileStat to indicate why it is exported. 2014-06-24 02:12:45 -04:00
Donavan Pantke cf08e75f1f Refactor to make vars and receivers consistent with types used. 2014-06-23 06:55:00 -04:00
Donavan Pantke 5ea2cc512e Refactor stat functions to look more like Go's original. Also allows for access to fields we can access from SFTP but do not conform to os.FileInfo. 2014-06-22 23:11:28 -04:00
Dave Cheney 4646e1e266 made all constants private 2013-11-06 19:12:25 +11:00
Dave Cheney 69fafb0562 Fixed attr walking, readdir now works! 2013-11-05 22:11:34 +11:00
Dave Cheney aa9d9e3605 readdir isnt reading dirs properly 2013-11-05 17:33:47 +11:00
Dave Cheney 33830f9c3a Added some janky POSIX -> os.FileMode conversion 2013-11-05 17:21:30 +11:00
Dave Cheney 69f358f7b8 Added file attribute parsing 2013-11-05 16:28:45 +11:00