summaryrefslogtreecommitdiff
path: root/fs/expose
Commit message (Expand)AuthorAgeFilesLines
* open as directory if isdirLiryna2016-11-111-1/+2
* Change handle_fs_errors old error valuesLiryna2016-11-101-2/+2
* Move to from ctypes import *Adrien JUND2016-10-241-63/+63
* Move to import ctypesAdrien JUND2016-10-241-58/+57
* Add missing import ctypesAdrien JUND2016-10-241-0/+1
* Fix import cPickle commandlineAdrien JUND2016-10-241-1/+2
* Add securityfolder docAdrien JUND2016-10-211-0/+1
* Add GetFileSecurity path variableLiryna2016-10-201-6/+5
* Change xrange to rangeAdrien JUND2016-10-201-1/+1
* fix importAdrien JUND2016-10-201-4/+2
* Fix import pickleAdrien JUND2016-10-201-3/+3
* Change "path letter" -> "path"Adrien JUND2016-10-201-7/+7
* Update Dokan wrapper to 1.0.0Liryna2016-10-202-366/+486
* Minor whitespace tidyupsAndrew Scheller2016-07-047-293/+293
* Update GoogleCode URLAndrew Scheller2016-01-061-1/+1
* 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