index
:
delta/pyfilesystem.git
baserock/morph
master
rfk-ideas
pyfilesystem.googlecode.com: Obsolete (use pyfilesystem-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
rpcfs.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test fixes and preparations for 0.5.0 release
willmcgugan@gmail.com
2014-03-13
1
-1
/
+2
*
Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...
willmcgugan@gmail.com
2013-03-31
1
-47
/
+59
*
Fix for xmlrpc
willmcgugan@gmail.com
2013-02-10
1
-37
/
+41
*
Python3 compatibility
willmcgugan
2011-12-27
1
-7
/
+16
*
Failed attempts at a fix for Py2.7
willmcgugan
2011-04-25
1
-3
/
+1
*
Fixes for Py2.5 and Py2.7
willmcgugan
2011-04-25
1
-13
/
+53
*
spelling fixes
rfkelly0
2011-03-08
1
-1
/
+1
*
fix handling of callable wildcards in RPCFS
rfkelly0
2011-03-08
1
-3
/
+15
*
Added "thread_safe" meta value
willmcgugan
2011-03-07
1
-3
/
+3
*
some doc spelling fixes
rfkelly0
2011-01-27
1
-1
/
+0
*
fix raising of non-FSError errors in RPCFS
rfkelly0
2010-12-28
1
-3
/
+5
*
Major ftp improvments
willmcgugan
2010-12-13
1
-0
/
+1
*
Added fsmount command, made memroyfs work with threads
willmcgugan
2010-12-12
1
-1
/
+1
*
Command fixes
willmcgugan
2010-12-12
1
-10
/
+7
*
Got tests working again
willmcgugan
2010-12-10
1
-2
/
+2
*
Fixes for zip opener
willmcgugan
2010-12-07
1
-1
/
+3
*
Handled socket errors in rpcfs
willmcgugan
2010-12-06
1
-1
/
+6
*
Read fix for getmeta in rpcfs
willmcgugan
2010-11-20
1
-5
/
+3
*
Fixed getmeta for rpcfs
willmcgugan
2010-11-20
1
-6
/
+7
*
Fixed getmeta/hasmeta, added documentation and tests
willmcgugan
2010-11-20
1
-5
/
+12
*
Added getmeta and hasmeta methods
willmcgugan
2010-11-07
1
-0
/
+7
*
add module "fs.filelike" with utils for building file-like objects.
rfkelly0
2010-11-07
1
-11
/
+6
*
Added better zip exceptions, and added __all__ to core classes
willmcgugan
2010-07-10
1
-0
/
+2
*
Added settimes to a few FS impementations, and added a settimes test case
willmcgugan
2010-06-20
1
-0
/
+4
*
Mostly doc changes, and some pedantic pep-8 tweaks
willmcgugan
2010-06-18
1
-27
/
+30
*
insist on unicode paths throughout
rfkelly0
2009-11-20
1
-5
/
+52
*
more adjustments for new "close" method
rfkelly0
2009-09-28
1
-0
/
+1
*
remove extraneous print statements
rfk-ideas
rfkelly0
2009-06-15
1
-1
/
+0
*
some error-handling simplifications
rfkelly0
2009-06-15
1
-1
/
+1
*
remove "if __main__" stuff from most modules
rfkelly0
2009-06-03
1
-0
/
+1
*
move RPCFSServer into 'expose' submodule
rfkelly0
2009-06-03
1
-114
/
+6
*
xattrs tests: ensure result from xattrs() is a list
rfkelly0
2009-05-06
1
-1
/
+0
*
updated test suite now passing
rfkelly0
2009-05-06
1
-31
/
+45
*
Uniform "overwrite" behaviour for copy/move/copydir/movedir.
rfkelly0
2009-03-08
1
-16
/
+16
*
make open(path,"w") immediately create an empty file in S3FS/RPCFS
rfkelly0
2009-01-16
1
-17
/
+20
*
added RPCFS, which exposes a filesystem using XML-RPC
rfkelly0
2009-01-15
1
-0
/
+306