summaryrefslogtreecommitdiff
path: root/fs/contrib
Commit message (Expand)AuthorAgeFilesLines
* Don't store methods as attributes.btimby2013-07-191-1/+4
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-312-27/+32
* *sigh* typo, caught during testing.btimby2013-03-041-1/+1
* Don\'t double-close.btimby2013-03-041-2/+3
* Whitespace fix.btimby2012-12-041-1/+39
* Be less heavy-handed, setting the reference to None will do.btimby2012-10-181-1/+1
* __del__() is inherited from FS and redundant.btimby2012-10-181-7/+7
* Implemented walk() which allows caller to decide how to treat archives.btimby2012-09-211-0/+106
* Had replaced **kwargs with named arguments. Needed to update this call accord...btimby2012-09-171-1/+1
* Under some conditions, these methods are required. However, there was a bug inbtimby2012-09-171-0/+22
* No need to override isfile() and isdir() anymore, getinfo() is correct.btimby2012-09-171-22/+0
* Overhauled most of the ArchiveMountFS file system method implementations so thatbtimby2012-09-171-64/+104
* Oops, forgot the auto_mount parameter.btimby2012-09-131-1/+1
* Not yet fully-tested, but move(), copy(), remove() work properly. These chan...btimby2012-09-131-50/+106
* Removed ZipFS reference (copy/paste error).btimby2012-08-211-1/+1
* Whole bunch of Python3 str->bytes fixesgcode@loowis.durge.org2012-08-132-3/+7
* 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
* 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
* Added TODO note for future enhancementbtimby2012-04-201-0/+4
* Need to do delete directly rather than allowing it to be delegatedbtimby2012-04-171-3/+8
* Fixed problem deleting an archive (also a mounted file system)btimby2012-04-121-0/+9
* Support opening the archive directlybtimby2012-03-121-1/+4
* Handle modified_time (not created_time). Can add other attributes in the futu...btimby2012-02-291-1/+1
* Fixed some bugs in archivefs.btimby2012-02-101-5/+9
* ArchiveMountFS now accepts a root file system rather than a root_path. This a...btimby2012-01-211-2/+1
* updated archivefswillmcgugan2012-01-201-12/+105
* archive fswillmcgugan2012-01-201-0/+130
* Added sqlitefs to fs.contribwillmcgugan2012-01-161-0/+705
* DAVFS: re-use persistent connections when possiblerfkelly02011-05-142-22/+86
* Added simplejson dependancy to tox.iniwillmcgugan2011-04-251-1/+5
* Release Candidate!willmcgugan2011-04-241-1/+2
* DAVFS: ensure redirect responses are properly closedrfkelly02011-03-291-1/+1
* fix some malformed XML in DAVFSrfkelly02011-03-111-7/+10
* remove some debugging stuffrfkelly02011-03-102-6/+0
* small doc tweaksrfkelly02011-03-082-8/+19
* more renames of "tahoefs"rfkelly02011-03-081-3/+3
* rename TahoeFS => TahoeLAFS for consistency with upstream project namingrfkelly02011-03-084-27/+27
* allow uniform use of logging throughout the modulerfkelly02011-01-312-6/+7
* remove debugging print from DAVFSrfkelly02011-01-311-2/+1
* fix my commented-out logging code in DAVFSrfkelly02011-01-291-1/+1
* DAVFS: never issue PROPFIND with empty body.rfkelly02011-01-281-2/+4
* some doc spelling fixesrfkelly02011-01-271-21/+22
* doc fixesrfkelly02011-01-262-4/+5
* Refactor CacheFS for efficiency and usability.rfkelly02011-01-112-136/+113
* DAVFS: remove pointless "incremental" parameter to _do_propfindrfkelly02011-01-081-1/+1
* DAVFS: incremental parsing of PROPFIND results, for lower-latency streamingrfkelly02011-01-081-98/+109
* DAVFS: declare some fields in <activelock> element as optionalrfkelly02011-01-051-3/+3
* fix some broken/missing ilistdir implementationsrfkelly02011-01-051-1/+1