summaryrefslogtreecommitdiff
path: root/fs/remote.py
Commit message (Expand)AuthorAgeFilesLines
* createfile fixeswillmcgugan@gmail.com2013-09-101-0/+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-311-52/+53
* Python3 compatibilitywillmcgugan2011-12-271-1/+2
* First stab at a Python3 portwillmcgugan2011-12-261-2/+3
* fix gc-related errors in RemoteFileBuffer testsrfkelly02011-05-051-6/+10
* ConnectionManagerFS: allow wait_for_connection to force waiting even if appar...rfkelly02011-04-101-2/+4
* spelling fixesrfkelly02011-03-081-4/+4
* small doc tweaksrfkelly02011-03-081-2/+6
* Fixes of some errors/warnings reported by PyDev and inline documentationwillmcgugan2011-03-071-6/+3
* CacheFSMixin: fix cached parent-dir handling in open()rfkelly02011-02-051-2/+3
* CacheFSMixin: clear cache when an open file is modifiedrfkelly02011-02-051-1/+23
* allow uniform use of logging throughout the modulerfkelly02011-01-311-5/+0
* re-disable S3FS testsrfkelly02011-01-291-0/+5
* some doc spelling fixesrfkelly02011-01-271-1/+1
* Refactor CacheFS for efficiency and usability.rfkelly02011-01-111-143/+286
* allow listdir/ilistdir to take non-keyword argsrfkelly02011-01-051-4/+4
* some doc additions and cleanupsrfkelly02010-12-271-3/+2
* Got tests working againwillmcgugan2010-12-101-18/+5
* Added FS command line scriptswillmcgugan2010-12-051-8/+22
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-151/+78
* CacheFS: fix cache clearing for the root pathrfkelly02010-10-171-1/+5
* Provide working alternative if SpooledTemporaryFile is not available.rfkelly02010-10-151-5/+12
* add "size" argument to RFB.readline.rfkelly02010-10-151-3/+7
* Fix various DAVFS issues from issue #40rfkelly02010-10-121-0/+5
* remove unnecessay calculation of 'toread' in RemoteFileBuffer.read()rfkelly02010-10-101-9/+3
* remove a debugging "raise" from RemoteFileBufferrfkelly02010-10-101-1/+0
* RemoteFileBuffer: ensure rfile is closed as soon as we're done with itrfkelly02010-10-101-0/+9
* RemoteFileBuffer: implement on-demand loading of remote data.rfkelly02010-10-101-40/+164
* CacheFS: add cache handling for listdirinfo methodrfkelly02010-10-091-0/+5
* first (very hacky) attempt to prevent timeouts in dokanrfkelly02010-10-011-0/+1
* workaround seek() bug in SpooledTemporaryFilerfkelly02010-09-291-0/+16
* fix RemoteFileBuffer.truncate() when size is Nonerfkelly02010-09-271-1/+4
* RemoteFileBuffer.__del__: don't try to close if __init__ failedrfkelly02010-09-271-2/+6
* workaround for issue #21rfkelly02010-09-271-1/+5
* rename "functools" to "local_functools".rfkelly02010-09-071-1/+1
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+1
* set max size for SpooledTemporaryFilerfkelly02010-03-091-1/+1
* ensure max_size is always given to SpooledTemporaryFilerfkelly02010-03-021-4/+10
* consistently return result of setcontents()rfkelly02010-02-021-1/+1
* ConnectionManagerFS: make wait_for_connection exit on FS closerfkelly02010-01-191-2/+3
* cross-directory rename() support for MemoryFSrfkelly02010-01-151-5/+5
* split FS wrapper implementations into independent submodulesrfkelly02010-01-071-1/+2
* Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS classwillmcgugan2010-01-011-6/+9
* LazyFS: lazy-creation code factored out of ConnectionManagerFSrfkelly02009-12-051-40/+5
* more robust closing in ConnectionManagerFSrfkelly02009-12-011-27/+26
* include default argument for getxattrrfkelly02009-11-161-2/+2
* some performance tweaks for ConnectionManagerFSrfkelly02009-11-161-0/+3
* remove extraneous file.seek(0) callrfkelly02009-10-121-1/+0
* properly support append-mode in RemoteFileBufferrfkelly02009-08-051-1/+1