| Commit message (Expand) | Author | Age | Files | Lines |
* | order_sensitive property is set to False for all dexml models | Dmitry Paramonov | 2015-08-05 | 1 | -0/+1 |
* | Don't store methods as attributes. | btimby | 2013-07-19 | 1 | -1/+4 |
* | Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i... | willmcgugan@gmail.com | 2013-03-31 | 2 | -27/+32 |
* | *sigh* typo, caught during testing. | btimby | 2013-03-04 | 1 | -1/+1 |
* | Don\'t double-close. | btimby | 2013-03-04 | 1 | -2/+3 |
* | Whitespace fix. | btimby | 2012-12-04 | 1 | -1/+39 |
* | Be less heavy-handed, setting the reference to None will do. | btimby | 2012-10-18 | 1 | -1/+1 |
* | __del__() is inherited from FS and redundant. | btimby | 2012-10-18 | 1 | -7/+7 |
* | Implemented walk() which allows caller to decide how to treat archives. | btimby | 2012-09-21 | 1 | -0/+106 |
* | Had replaced **kwargs with named arguments. Needed to update this call accord... | btimby | 2012-09-17 | 1 | -1/+1 |
* | Under some conditions, these methods are required. However, there was a bug in | btimby | 2012-09-17 | 1 | -0/+22 |
* | No need to override isfile() and isdir() anymore, getinfo() is correct. | btimby | 2012-09-17 | 1 | -22/+0 |
* | Overhauled most of the ArchiveMountFS file system method implementations so that | btimby | 2012-09-17 | 1 | -64/+104 |
* | Oops, forgot the auto_mount parameter. | btimby | 2012-09-13 | 1 | -1/+1 |
* | Not yet fully-tested, but move(), copy(), remove() work properly. These chan... | btimby | 2012-09-13 | 1 | -50/+106 |
* | Removed ZipFS reference (copy/paste error). | btimby | 2012-08-21 | 1 | -1/+1 |
* | Whole bunch of Python3 str->bytes fixes | gcode@loowis.durge.org | 2012-08-13 | 2 | -3/+7 |
* | Wrong class name, caught by unit test. | btimby | 2012-06-14 | 1 | -1/+1 |
* | Some optimized paths to avoid mounting an archive if we don't need to. | btimby | 2012-06-14 | 1 | -0/+13 |
* | Take advantage of MountFS.close(), allow turning auto_mount off. | btimby | 2012-04-23 | 1 | -19/+20 |
* | Unmount ArchiveFS when ArchiveMountFS goes away, close archives when ArchiveF... | btimby | 2012-04-23 | 1 | -0/+8 |
* | Added TODO note for future enhancement | btimby | 2012-04-20 | 1 | -0/+4 |
* | Need to do delete directly rather than allowing it to be delegated | btimby | 2012-04-17 | 1 | -3/+8 |
* | Fixed problem deleting an archive (also a mounted file system) | btimby | 2012-04-12 | 1 | -0/+9 |
* | Support opening the archive directly | btimby | 2012-03-12 | 1 | -1/+4 |
* | Handle modified_time (not created_time). Can add other attributes in the futu... | btimby | 2012-02-29 | 1 | -1/+1 |
* | Fixed some bugs in archivefs. | btimby | 2012-02-10 | 1 | -5/+9 |
* | ArchiveMountFS now accepts a root file system rather than a root_path. This a... | btimby | 2012-01-21 | 1 | -2/+1 |
* | updated archivefs | willmcgugan | 2012-01-20 | 1 | -12/+105 |
* | archive fs | willmcgugan | 2012-01-20 | 1 | -0/+130 |
* | Added sqlitefs to fs.contrib | willmcgugan | 2012-01-16 | 1 | -0/+705 |
* | DAVFS: re-use persistent connections when possible | rfkelly0 | 2011-05-14 | 2 | -22/+86 |
* | Added simplejson dependancy to tox.ini | willmcgugan | 2011-04-25 | 1 | -1/+5 |
* | Release Candidate! | willmcgugan | 2011-04-24 | 1 | -1/+2 |
* | DAVFS: ensure redirect responses are properly closed | rfkelly0 | 2011-03-29 | 1 | -1/+1 |
* | fix some malformed XML in DAVFS | rfkelly0 | 2011-03-11 | 1 | -7/+10 |
* | remove some debugging stuff | rfkelly0 | 2011-03-10 | 2 | -6/+0 |
* | small doc tweaks | rfkelly0 | 2011-03-08 | 2 | -8/+19 |
* | more renames of "tahoefs" | rfkelly0 | 2011-03-08 | 1 | -3/+3 |
* | rename TahoeFS => TahoeLAFS for consistency with upstream project naming | rfkelly0 | 2011-03-08 | 4 | -27/+27 |
* | allow uniform use of logging throughout the module | rfkelly0 | 2011-01-31 | 2 | -6/+7 |
* | remove debugging print from DAVFS | rfkelly0 | 2011-01-31 | 1 | -2/+1 |
* | fix my commented-out logging code in DAVFS | rfkelly0 | 2011-01-29 | 1 | -1/+1 |
* | DAVFS: never issue PROPFIND with empty body. | rfkelly0 | 2011-01-28 | 1 | -2/+4 |
* | some doc spelling fixes | rfkelly0 | 2011-01-27 | 1 | -21/+22 |
* | doc fixes | rfkelly0 | 2011-01-26 | 2 | -4/+5 |
* | Refactor CacheFS for efficiency and usability. | rfkelly0 | 2011-01-11 | 2 | -136/+113 |
* | DAVFS: remove pointless "incremental" parameter to _do_propfind | rfkelly0 | 2011-01-08 | 1 | -1/+1 |
* | DAVFS: incremental parsing of PROPFIND results, for lower-latency streaming | rfkelly0 | 2011-01-08 | 1 | -98/+109 |
* | DAVFS: declare some fields in <activelock> element as optional | rfkelly0 | 2011-01-05 | 1 | -3/+3 |