summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove extraneous print statementsrfk-ideasrfkelly02009-06-154-6/+1
* don't try to pickle a SubFS of a TempFS, seems to give errors in __del__rfkelly02009-06-151-1/+3
* some error-handling simplificationsrfkelly02009-06-1515-412/+369
* dont allow removedir(recursive=True) to escape a SubFSrfkelly02009-06-151-7/+20
* test_pickling: explicitly close the cloned FS when finishedrfkelly02009-06-121-3/+12
* allow createfile/setcontents to take a file-like object as well as a stringrfkelly02009-06-121-1/+7
* some new error classes, for the futurerfkelly02009-06-121-6/+18
* better local file buffering for S3FSrfkelly02009-06-102-32/+66
* add new error class "RemoteConnectionError"rfkelly02009-06-101-0/+6
* make MountProcess.unmount() wait for the process to terminaterfkelly02009-06-081-0/+1
* allowing MountProcess to report mount failure errorsrfkelly02009-06-081-3/+15
* whoopse, re-disable the S3 tests by defaultrfkelly02009-06-071-1/+1
* more robust xattr handling for expose.fuserfkelly02009-06-071-3/+7
* testcases for recent S3FS bugfixesrfkelly02009-06-071-2/+10
* fix bugs in S3FS when no prefix is specifiedrfkelly02009-06-071-6/+16
* insist that xattr values are always stringsrfkelly02009-06-071-1/+1
* more notes on my API changesrfkelly02009-06-071-6/+9
* add notes on changes in my branchrfkelly02009-06-071-0/+35
* move xattr stuff into its own first-level submodulerfkelly02009-06-067-107/+147
* fs.expose.fuse: expose an FS object via FUSErfkelly02009-06-0511-367/+1081
* Rename 'helpers' to 'path'.rfkelly02009-06-0422-1098/+1167
* remove "if __main__" stuff from most modulesrfkelly02009-06-0311-275/+39
* add ensure_xattr() functionrfkelly02009-06-032-5/+35
* move RPCFSServer into 'expose' submodulerfkelly02009-06-034-122/+130
* finally happy with basics of SFTP supportrfkelly02009-06-034-69/+160
* use proper stat functions for isfile/isdirrfkelly02009-06-031-6/+6
* adding basic support to expose an FS over SFTPrfkelly02009-06-033-0/+252
* Added SFTPFS class, for accessing SFTP servers via paramikorfkelly02009-06-033-0/+303
* fix base move() implementationrfkelly02009-05-311-1/+1
* got unittests passing on windowsrfkelly02009-05-076-21/+34
* xattrs tests: ensure result from xattrs() is a listrfkelly02009-05-062-7/+6
* some small helper tweaksrfkelly02009-05-063-6/+17
* added "HideDotFiles" wrapperrfkelly02009-05-061-0/+78
* added "wrappers" sub-package, and a SimulateXAttrs wrapperrfkelly02009-05-066-126/+377
* updated test suite now passingrfkelly02009-05-068-92/+123
* tweak objecttree for new helper namesrfkelly02009-05-051-3/+2
* multifs compatability with new errors modulerfkelly02009-05-051-20/+10
* tempfs compatability with updated testsrfkelly02009-05-051-2/+2
* remove doc strings from test methods, they cause nose not to print the name o...rfkelly02009-05-051-12/+0
* MountFS compatability with latest test suiterfkelly02009-05-051-36/+39
* remove "mode" and "hidden" from SubFS methodsrfkelly02009-05-051-14/+3
* memortyfs compatability with latest test suiterfkelly02009-05-051-76/+82
* Update OSFS touse new exceptionsrfkelly02009-05-051-174/+108
* More tests, especially assertRaises() variantsrfkelly02009-05-051-337/+395
* More explicit documentation on base FS class, plus using new exception classesrfkelly02009-05-051-272/+253
* first cut at a new Exception heirarchyrfkelly02009-05-051-0/+104
* Condense and cleanup helpers.py/utils.pyrfkelly02009-05-052-57/+96
* making a branch to play around with some of the APIsrfkelly02009-05-040-0/+0
* utility method for S3FS: get_total_sizerfkelly02009-04-202-3/+7
* More work on xattr supportwillmcgugan2009-03-153-49/+149