summaryrefslogtreecommitdiff
path: root/fs/expose
Commit message (Expand)AuthorAgeFilesLines
* fix parameter namegcode@loowis.durge.org2014-10-311-1/+1
* Add missing importgcode@loowis.durge.org2014-10-311-1/+1
* Test fixes and preparations for 0.5.0 releasewillmcgugan@gmail.com2014-03-131-0/+12
* Test fixeswillmcgugan@gmail.com2014-02-261-81/+82
* wsgi example fixedwillmcgugan@gmail.com2013-09-033-23/+33
* Fixes an issue serving binary fileswillmcgugan@gmail.com2013-08-101-26/+26
* After testing, there is no unicode in six module. six.text_type represents un...btimby2013-04-241-1/+2
* Pyftpdlib 1.x uses unicode, the provided path will already be unicode and thu...btimby2013-04-241-1/+7
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-316-204/+212
* Fix for xmlrpcwillmcgugan@gmail.com2013-02-101-8/+12
* Fixed some encoding mismatch between pyftpdlib (uses str internally) and pyfs...btimby2012-11-281-2/+11
* Whitespace cleanup.btimby2012-11-151-1/+1
* Be less heavy-handed, setting the reference to None will do.btimby2012-10-182-2/+53
* Use stat() to determine mtime instead of relying on fs directly.btimby2012-08-291-2/+2
* Whole bunch of Python3 str->bytes fixesgcode@loowis.durge.org2012-08-131-1/+2
* Another removal of removedir("/")gcode@loowis.durge.org2012-08-131-1/+2
* A bit of cleanup, and default to using the underlying file mode.btimby2012-06-141-16/+22
* Fixed problem with Chrome using file as a directorybtimby2012-04-231-1/+14
* Ensure files are not treated as directories (even when they are :-)btimby2012-04-231-4/+9
* Don't blindly echo current uid/gid, allow fs a chance to provide thembtimby2012-04-211-3/+4
* DRYbtimby2012-04-211-25/+30
* Fixed handling of encoding in FTPFSFactory.btimby2012-04-201-1/+1
* Forgot to decode paths in rename() methodbtimby2012-04-201-0/+4
* Added decorator to ensure pyftpdlib receives OS errors. Added configurable en...btimby2012-04-201-17/+104
* Use explicit exception to detect invalid path (BackReferenceError), see comme...btimby2012-04-201-4/+2
* Handle case where client tries to cd .. in /. Nothing nefarious, accidentally...btimby2012-04-201-1/+8
* Some cleanup, more PEP8 stuffbtimby2012-04-191-11/+10
* Documentation, fixed makedirbtimby2012-04-191-23/+21
* Renamed ServerInterface to BaseServerInterface (should be overridden for auth...btimby2012-04-191-3/+3
* Fixed small bugs in implementation.btimby2012-04-191-31/+47
* Just whitespace and PEP8 changes.btimby2012-04-191-15/+31
* Fix for changing directorybtimby2012-04-171-1/+1
* Initial implementation of pyftpdlib integrationbtimby2012-04-171-0/+136
* fs.expose.fuse: use flags_to_mode in create() method; thanks jtoldsrfkelly02012-01-271-1/+2
* fs.expose.fuse: make utimens decode unicode paths; thanks jtoldsrfkelly02012-01-271-0/+1
* fs.expose.fuse: correctly report UnsupportedError for getxattr/listxattrs.rfkelly02012-01-271-2/+2
* fuse fix issue 105willmcgugan2012-01-241-1/+1
* fs.expose.fuse: compatability with 64bit inodes on OSX.rfkelly02012-01-122-23/+73
* fixwillmcgugan2012-01-051-2/+2
* Python3 changeswillmcgugan2011-12-271-14/+26
* Python3 compatibilitywillmcgugan2011-12-275-14/+1348
* First stab at a Python3 portwillmcgugan2011-12-261-1/+1
* fs.expose.dokan: normalise drive string passed into dokan.unmountrfkelly02011-09-131-0/+1
* Fixes and documentationwillmcgugan2011-08-072-13/+65
* OSFSOpener: use os.path functions instead of fs.path functions.rfkelly02011-06-151-1/+4
* Work in progress for a new filesystem serverwillmcgugan2011-05-094-0/+496
* Fixes for Py2.5 and Py2.7willmcgugan2011-04-251-1/+6
* Dokan: improve thread-safety of timeout-protection mechanismrfkelly02011-04-191-14/+28
* dokan: don't error out on strange values to settime()rfkelly02011-04-101-2/+8
* some python2.5 compatability fixes; thanks Andrew Schellerrfkelly02011-03-112-2/+4