summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Forgot to add BackReferenceError to __all__ list. This caused problems in exp...btimby2012-08-231-0/+1
* Removed ZipFS reference (copy/paste error).btimby2012-08-211-1/+1
* Doh! ReadOnlyFS was blocking delattr and not delxattrgcode@loowis.durge.org2012-08-191-1/+1
* Refactored/simplified the compatibility.copy_file_to_fs function.gcode@loowis.durge.org2012-08-152-132/+42
* Found and fixed some more sneaky Python3 str->bytes problemsgcode@loowis.durge.org2012-08-155-10/+16
* No need to save original_setcontents in fakeOn - it's already done in setUp.gcode@loowis.durge.org2012-08-141-1/+0
* Re-enable the SFTP nosetests. Seems like the latest version of paramiko nogcode@loowis.durge.org2012-08-132-2/+2
* Looks like closing() was being used incorrectly. Fixes Issue 124gcode@loowis.durge.org2012-08-131-2/+1
* Whole bunch of Python3 str->bytes fixesgcode@loowis.durge.org2012-08-138-39/+51
* Another removal of removedir("/")gcode@loowis.durge.org2012-08-131-1/+2
* Added python-libarchive to tox dependencies. Fixes Issue 123gcode@loowis.durge.org2012-08-131-0/+2
* Fix Issue 122gcode@loowis.durge.org2012-08-131-0/+2
* Rename test classes from *ZipFS to *ArchiveFSgcode@loowis.durge.org2012-08-111-5/+5
* Stop WrapFS unit tests throwing a RemoveRootError. Fixes Issue 121gcode@loowis.durge.org2012-08-111-1/+2
* Typo fixgcode@loowis.durge.org2012-08-091-1/+1
* Fixed backref exceptionwillmcgugan@gmail.com2012-08-071-1/+1
* Added closing context manager to files returned by openwillmcgugan@gmail.com2012-07-101-24/+26
* S3FS: correct verifying of buckets when IAM policy is applied.rfkelly02012-07-091-1/+8
* Typo fixwillmcgugan@gmail.com2012-07-041-1/+1
* Applied patch to sftp that searches for ssh keys in default locationswillmcgugan@gmail.com2012-07-033-181/+229
* Fixes for hide fswillmcgugan2012-06-153-8/+14
* Wrong class name, caught by unit test.btimby2012-06-141-1/+1
* Some optimized paths to avoid mounting an archive if we don't need to.btimby2012-06-141-0/+13
* A bit of cleanup, and default to using the underlying file mode.btimby2012-06-141-16/+22
* HideFSwillmcgugan2012-05-293-2/+48
* Made opendir throw a ResourceInvalidError if the path is not a dirwillmcgugan2012-04-251-0/+2
* Fixed problem with Chrome using file as a directorybtimby2012-04-231-1/+14
* Ensure files are not treated as directories (even when they are :-)btimby2012-04-231-4/+9
* Take advantage of MountFS.close(), allow turning auto_mount off.btimby2012-04-231-19/+20
* Unmount ArchiveFS when ArchiveMountFS goes away, close archives when ArchiveF...btimby2012-04-231-0/+8
* Fixed bug reporting error messagewillmcgugan2012-04-221-2/+2
* Don't blindly echo current uid/gid, allow fs a chance to provide thembtimby2012-04-211-3/+4
* DRYbtimby2012-04-211-25/+30
* Don't derive BackReferenceError from FSError. See comments on r773.btimby2012-04-202-3/+2
* Fixed handling of encoding in FTPFSFactory.btimby2012-04-201-1/+1
* Forgot to decode paths in rename() methodbtimby2012-04-201-0/+4
* Added decorator to ensure pyftpdlib receives OS errors. Added configurable en...btimby2012-04-201-17/+104
* Use explicit exception to detect invalid path (BackReferenceError), see comme...btimby2012-04-203-12/+19
* Added TODO note for future enhancementbtimby2012-04-201-0/+4
* Handle case where client tries to cd .. in /. Nothing nefarious, accidentally...btimby2012-04-201-1/+8
* Some cleanup, more PEP8 stuffbtimby2012-04-191-11/+10
* Documentation, fixed makedirbtimby2012-04-191-23/+21
* Renamed ServerInterface to BaseServerInterface (should be overridden for auth...btimby2012-04-191-3/+3
* Fixed small bugs in implementation.btimby2012-04-191-31/+47
* Just whitespace and PEP8 changes.btimby2012-04-191-15/+31
* Need to do delete directly rather than allowing it to be delegatedbtimby2012-04-171-3/+8
* Fix for changing directorybtimby2012-04-171-1/+1
* Initial implementation of pyftpdlib integrationbtimby2012-04-172-0/+143
* I am about to check in the addition of 'ftp' protocol, I could not help mysel...btimby2012-04-161-30/+30
* Fixed problem deleting an archive (also a mounted file system)btimby2012-04-121-0/+9