summaryrefslogtreecommitdiff
path: root/fs/expose
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* spelling fixesrfkelly02011-03-083-10/+10
* small doc tweaksrfkelly02011-03-081-2/+2
* fuse: replace debugging prints with loggerrfkelly02011-02-241-12/+26
* dokan: more tweaks for MSOffice compatabilityrfkelly02011-02-241-22/+20
* dokan: implement file locking and unlockingrfkelly02011-02-241-44/+149
* dokan: add stub LockFile/UnlockFile functionsrfkelly02011-02-201-44/+49
* fix autorun.inf handling in Win32SafetyFSrfkelly02011-02-051-4/+4
* allow uniform use of logging throughout the modulerfkelly02011-01-311-0/+5
* Refactor CacheFS for efficiency and usability.rfkelly02011-01-111-0/+40
* fix silly typo in docstringrfkelly02011-01-041-1/+1
* add fs.expose.importhookrfkelly02011-01-041-0/+238
* use getmeta("free_space") for space usage reportingrfkelly02010-12-271-4/+5
* Added Windows support to fsmount commandwillmcgugan2010-12-221-1/+1
* Docstrings and fixes for sftp serverwillmcgugan2010-12-192-12/+38
* Improved output for fsservewillmcgugan2010-12-181-4/+6
* Major ftp improvmentswillmcgugan2010-12-131-7/+3
* Added fsmount command, made memroyfs work with threadswillmcgugan2010-12-121-4/+7
* Added fsmkdir commandwillmcgugan2010-12-111-8/+5
* Opener fixeswillmcgugan2010-12-061-2/+2
* Some missing files from last pushwillmcgugan2010-12-051-0/+154
* Added FS command line scriptswillmcgugan2010-12-051-1/+1
* Read fix for getmeta in rpcfswillmcgugan2010-11-201-1/+1
* Fixed getmeta for rpcfswillmcgugan2010-11-201-0/+11
* add module "fs.filelike" with utils for building file-like objects.rfkelly02010-11-071-1/+1
* Add testcases for file.truncate(), and fix some failing FS implementationsrfkelly02010-11-052-2/+10
* Dokan: call file.close() in Cleanup(); re-open if more data comes inrfkelly02010-10-201-3/+21
* Dokan: fall back to calling isdir() if st_mode doesn't contain enough info.rfkelly02010-10-201-2/+2
* Fix varname types in _info2finddataw.rfkelly02010-10-171-3/+3
* Fix various DAVFS issues from issue #40rfkelly02010-10-121-1/+11
* expose.dokan: begin refactoring the DokanResetTimeout hackrfkelly02010-10-091-49/+39
* FUSE: let info["size"] override info["st_size"] is presentrfkelly02010-10-041-1/+4
* report a default disk space value in fs.expose.dokanrfkelly02010-10-011-5/+30
* first (very hacky) attempt to prevent timeouts in dokanrfkelly02010-10-012-2/+40
* tweak dokan file truncatingrfkelly02010-09-291-2/+4
* make listdirinfo() an official part of the FS APIrfkelly02010-09-272-38/+13