| Commit message (Expand) | Author | Age | Files | Lines |
* | Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i... | willmcgugan@gmail.com | 2013-03-31 | 1 | -3/+3 |
* | Be less heavy-handed, setting the reference to None will do. | btimby | 2012-10-18 | 1 | -1/+33 |
* | Use explicit exception to detect invalid path (BackReferenceError), see comme... | btimby | 2012-04-20 | 1 | -4/+2 |
* | Handle case where client tries to cd .. in /. Nothing nefarious, accidentally... | btimby | 2012-04-20 | 1 | -1/+8 |
* | Some cleanup, more PEP8 stuff | btimby | 2012-04-19 | 1 | -11/+10 |
* | Renamed ServerInterface to BaseServerInterface (should be overridden for auth... | btimby | 2012-04-19 | 1 | -3/+3 |
* | Fixed small bugs in implementation. | btimby | 2012-04-19 | 1 | -31/+47 |
* | Just whitespace and PEP8 changes. | btimby | 2012-04-19 | 1 | -15/+31 |
* | Fixes and documentation | willmcgugan | 2011-08-07 | 1 | -1/+5 |
* | some python2.5 compatability fixes; thanks Andrew Scheller | rfkelly0 | 2011-03-11 | 1 | -0/+2 |
* | spelling fixes | rfkelly0 | 2011-03-08 | 1 | -5/+5 |
* | Docstrings and fixes for sftp server | willmcgugan | 2010-12-19 | 1 | -11/+27 |
* | add module "fs.filelike" with utils for building file-like objects. | rfkelly0 | 2010-11-07 | 1 | -1/+1 |
* | Add testcases for file.truncate(), and fix some failing FS implementations | rfkelly0 | 2010-11-05 | 1 | -1/+9 |
* | rename "functools" to "local_functools". | rfkelly0 | 2010-09-07 | 1 | -1/+1 |
* | Added better zip exceptions, and added __all__ to core classes | willmcgugan | 2010-07-10 | 1 | -3/+1 |
* | Mostly doc changes, and some pedantic pep-8 tweaks | willmcgugan | 2010-06-18 | 1 | -31/+31 |
* | Documentation, fixes, A ReadOnlyFS wrapper and a plain old FTP FS class | willmcgugan | 2010-01-01 | 1 | -7/+9 |
* | insist on unicode paths throughout | rfkelly0 | 2009-11-20 | 1 | -4/+24 |
* | expose.sftp: since text/binary flags are not sent to the server, open all und... | rfkelly0 | 2009-07-13 | 1 | -1/+1 |
* | some error-handling simplifications | rfkelly0 | 2009-06-15 | 1 | -6/+2 |
* | fs.expose.fuse: expose an FS object via FUSE | rfkelly0 | 2009-06-05 | 1 | -23/+2 |
* | Rename 'helpers' to 'path'. | rfkelly0 | 2009-06-04 | 1 | -4/+4 |
* | move RPCFSServer into 'expose' submodule | rfkelly0 | 2009-06-03 | 1 | -5/+5 |
* | finally happy with basics of SFTP support | rfkelly0 | 2009-06-03 | 1 | -51/+102 |
* | adding basic support to expose an FS over SFTP | rfkelly0 | 2009-06-03 | 1 | -0/+252 |