summaryrefslogtreecommitdiff
path: root/fs/wrapfs
Commit message (Expand)AuthorAgeFilesLines
* Fix error-class typogcode@loowis.durge.org2014-10-311-1/+1
* Changed signature for 'createfile' everywhere, fixes #133willmcgugan@gmail.com2013-09-091-2/+2
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-314-31/+45
* Implemented generic validatepath method and optimized normpathwillmcgugan@gmail.com2012-12-011-20/+24
* Allow wrapped_fs to be set to None when closed by superclass.btimby2012-11-201-0/+2
* If the wrapped_fs reference is not removed, the SubFS will create a cycle wit...btimby2012-11-151-0/+1
* Prevent files being opened with '+' in the mode string. Fixes Issue 129gcode@loowis.durge.org2012-09-011-1/+1
* Doh! ReadOnlyFS was blocking delattr and not delxattrgcode@loowis.durge.org2012-08-191-1/+1
* Applied patch to sftp that searches for ssh keys in default locationswillmcgugan@gmail.com2012-07-031-13/+14
* Fixes for hide fswillmcgugan2012-06-151-5/+13
* HideFSwillmcgugan2012-05-292-1/+47
* Changed DeleteRootError to RemoveRootError for consistencywillmcgugan2012-01-111-1/+1
* Fixed copydir/movedir, added DeleteRootErrorwillmcgugan2012-01-113-25/+37
* Some optimizationswillmcgugan2012-01-081-13/+13
* First stab at a Python3 portwillmcgugan2011-12-263-6/+7
* Fixed strange output for desc in subfswillmcgugan2011-04-251-3/+5
* LimitSizeFS: remove exceptions I was using for debuggingrfkelly02011-04-161-2/+0
* LimitSizeFS: try harder to use wrapped_fs.rename() instead of FS.move()rfkelly02011-04-101-13/+35
* remove debugging printsrfkelly02011-04-101-8/+0
* S3FS: more robust detection of keys that represent subdirsrfkelly02011-04-101-1/+1
* make LimitSizeFS more robustrfkelly02011-03-301-78/+139
* some python2.5 compatability fixes; thanks Andrew Schellerrfkelly02011-03-111-1/+9
* remove some debugging stuffrfkelly02011-03-101-3/+3
* spelling fixesrfkelly02011-03-081-1/+1
* rename TahoeFS => TahoeLAFS for consistency with upstream project namingrfkelly02011-03-081-1/+1
* Fixed meta issue with readonly fswillmcgugan2011-02-111-2/+2
* allow uniform use of logging throughout the modulerfkelly02011-01-312-2/+4
* Make WrapFS.__str__ include details of the wrapped fsrfkelly02011-01-283-7/+11
* some doc spelling fixesrfkelly02011-01-272-3/+3
* Implement walk/walkfiles/walkdirs in WrapFS.rfkelly02011-01-261-0/+58
* allow listdir/ilistdir to take non-keyword argsrfkelly02011-01-052-4/+28
* Made a start on the docswillmcgugan2011-01-011-2/+3
* fix interaction between WrapFS._file_wrap and WrapFS.setcontentsrfkelly02010-12-281-1/+7
* removed obsolute "objectree" module; use fs.path.PathMap insteadrfkelly02010-12-271-0/+47
* Command improvementswillmcgugan2010-12-161-5/+3
* Removed forgotten debug printswillmcgugan2010-12-121-1/+2
* Command fixeswillmcgugan2010-12-122-4/+9
* Added FS command line scriptswillmcgugan2010-12-056-21/+47
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-202-3/+4
* Added getmeta and hasmeta methodswillmcgugan2010-11-072-0/+18
* SubFS: directly call setcontents() on the wrapped FSrfkelly02010-11-051-0/+4
* Add testcases for file.truncate(), and fix some failing FS implementationsrfkelly02010-11-051-2/+5
* WrapFS: add getpathurl() methodrfkelly02010-10-221-0/+4
* Adding DebugFS wrapper; thanks to Marek Palatinus.rfkelly02010-10-201-0/+139
* LazyFS: custom __unicode__() and __str__()rfkelly02010-10-051-0/+13
* WrapFS.listdir: default 'wildcard' to None, not "*"rfkelly02010-10-041-2/+2
* custom listdirinfo() method for WrapFSrfkelly02010-10-041-0/+23
* fix default value for 'hidden' in HideDotFilesFS.listdir (issue #30)rfkelly02010-10-031-1/+1
* WrapFS: when encoding paths, normalise out "." and ".." componentsrfkelly02010-09-301-4/+2
* WrapFS: remove support for listdir(info=True)rfkelly02010-09-282-16/+8