summaryrefslogtreecommitdiff
path: root/fs/expose
Commit message (Collapse)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
| | | | Fix libdokan import
* 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
| | | | Change import cPickle
* Update Dokan wrapper to 1.0.0Liryna2016-10-202-366/+486
|
* Minor whitespace tidyupsAndrew Scheller2016-07-047-293/+293
| | | | | * convert all files to UNIX line-endings * strip trailing whitespace
* 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 ↵btimby2013-04-241-1/+2
| | | | unicode in py2 and str in py3.
* Pyftpdlib 1.x uses unicode, the provided path will already be unicode and ↵btimby2013-04-241-1/+7
| | | | | | | thus does not require decoding. Detect if the provided path is unicode or not before attempting decoding. Use six.unicode to preserve compatibility with py3.
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module ↵willmcgugan@gmail.com2013-03-316-204/+212
| | | | in Py2.6+ and Py3
* Fix for xmlrpcwillmcgugan@gmail.com2013-02-101-8/+12
|
* Fixed some encoding mismatch between pyftpdlib (uses str internally) and ↵btimby2012-11-281-2/+11
| | | | pyfs (uses unicode).
* Whitespace cleanup.btimby2012-11-151-1/+1
|
* Be less heavy-handed, setting the reference to None will do.btimby2012-10-182-2/+53
| | | | | Ensure that pyfs file systems are closed when use with ftp and sftp daemons.
* 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 ↵btimby2012-04-201-17/+104
| | | | encoding. Added more robust stat() method (no longer relies on os.stat)
* Use explicit exception to detect invalid path (BackReferenceError), see ↵btimby2012-04-201-4/+2
| | | | comments on r773
* Handle case where client tries to cd .. in /. Nothing nefarious, ↵btimby2012-04-201-1/+8
| | | | accidentally clicking ".." in FileZilla causes this.
* Some cleanup, more PEP8 stuffbtimby2012-04-191-11/+10
|
* Documentation, fixed makedirbtimby2012-04-191-23/+21
|
* Renamed ServerInterface to BaseServerInterface (should be overridden for ↵btimby2012-04-191-3/+3
| | | | authentication)
* Fixed small bugs in implementation.btimby2012-04-191-31/+47
| | | | | | | | - Separated TCPServer / paramiko.ServerInterface classes. - Using BaseRequestHandler instead of StreamRequestHandler (we don't need or want wfile/rfile). - Encode paths returned by canonicalize() - Use ThreadingMixIn properly (listed first).
* 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
|