summaryrefslogtreecommitdiff
path: root/fs/rpcfs.py
Commit message (Expand)AuthorAgeFilesLines
* some doc fixesWill McGugan2017-01-081-1/+1
* Test fixes and preparations for 0.5.0 releasewillmcgugan@gmail.com2014-03-131-1/+2
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-47/+59
* Fix for xmlrpcwillmcgugan@gmail.com2013-02-101-37/+41
* Python3 compatibilitywillmcgugan2011-12-271-7/+16
* Failed attempts at a fix for Py2.7willmcgugan2011-04-251-3/+1
* Fixes for Py2.5 and Py2.7willmcgugan2011-04-251-13/+53
* spelling fixesrfkelly02011-03-081-1/+1
* fix handling of callable wildcards in RPCFSrfkelly02011-03-081-3/+15
* Added "thread_safe" meta valuewillmcgugan2011-03-071-3/+3
* some doc spelling fixesrfkelly02011-01-271-1/+0
* fix raising of non-FSError errors in RPCFSrfkelly02010-12-281-3/+5
* Major ftp improvmentswillmcgugan2010-12-131-0/+1
* Added fsmount command, made memroyfs work with threadswillmcgugan2010-12-121-1/+1
* Command fixeswillmcgugan2010-12-121-10/+7
* Got tests working againwillmcgugan2010-12-101-2/+2
* Fixes for zip openerwillmcgugan2010-12-071-1/+3
* Handled socket errors in rpcfswillmcgugan2010-12-061-1/+6
* Read fix for getmeta in rpcfswillmcgugan2010-11-201-5/+3
* Fixed getmeta for rpcfswillmcgugan2010-11-201-6/+7
* Fixed getmeta/hasmeta, added documentation and testswillmcgugan2010-11-201-5/+12
* Added getmeta and hasmeta methodswillmcgugan2010-11-071-0/+7
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-11/+6
* Added better zip exceptions, and added __all__ to core classeswillmcgugan2010-07-101-0/+2
* Added settimes to a few FS impementations, and added a settimes test casewillmcgugan2010-06-201-0/+4
* Mostly doc changes, and some pedantic pep-8 tweakswillmcgugan2010-06-181-27/+30
* insist on unicode paths throughoutrfkelly02009-11-201-5/+52
* more adjustments for new "close" methodrfkelly02009-09-281-0/+1
* merge branch "rfk-ideas" into trunkrfkelly02009-06-151-140/+45
* Uniform "overwrite" behaviour for copy/move/copydir/movedir.rfkelly02009-03-081-16/+16
* make open(path,"w") immediately create an empty file in S3FS/RPCFSrfkelly02009-01-161-17/+20
* added RPCFS, which exposes a filesystem using XML-RPCrfkelly02009-01-151-0/+306