summaryrefslogtreecommitdiff
path: root/fs/expose/dokan
Commit message (Expand)AuthorAgeFilesLines
* Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...willmcgugan@gmail.com2013-03-311-63/+63
* 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
* fs.expose.dokan: normalise drive string passed into dokan.unmountrfkelly02011-09-131-0/+1
* 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
* spelling fixesrfkelly02011-03-081-4/+4
* small doc tweaksrfkelly02011-03-081-2/+2
* 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
* use getmeta("free_space") for space usage reportingrfkelly02010-12-271-4/+5
* Added Windows support to fsmount commandwillmcgugan2010-12-221-1/+1
* 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
* 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-271-25/+9
* Fix test_open_on_directory for SFTPFSrfkelly02010-09-271-7/+3
* rename "functools" to "local_functools".rfkelly02010-09-071-1/+1
* fix some multi-threading issues in Dokanrfkelly02010-09-061-13/+27
* dokan: better decoding of AccessMask bitmaprfkelly02010-08-101-13/+27
* dokan: make the module importable even if dokan is not installed.rfkelly02010-08-102-35/+27
* dokan: don't report bogus disk usage data, just let the defaults handle itrfkelly02010-08-091-4/+4
* dokan: remove silent-install functionality, it really doesn't belong in this ...rfkelly02010-08-092-103/+1
* dokan: fix notepad bug by moving file.close() back into CloseFilerfkelly02010-08-091-7/+6
* dokan: add basic silent-install routine for dokan DLLs (not included)rfkelly02010-08-092-8/+106
* dokan: better reporting of FILE_ATTRIBUTE_DIRECTORYrfkelly02010-08-091-30/+40
* allow setting volume and filesystem label in mount() kwd argsrfkelly02010-08-091-4/+6
* more dokan fixes:rfkelly02010-08-091-16/+53
* fix some multi-threading-related issues in fs.expose.dokanrfkelly02010-08-071-19/+38
* TestDokan: more robust subprocess teardown (including retries)rfkelly02010-08-051-0/+2
* dokan: correctly handle CreateFile with disposition=CREATE_NEWrfkelly02010-08-051-5/+25
* fix dokan definitions for python 2.5 (some tests fail on 2.5, but many work)rfkelly02010-08-052-2/+8
* add docs for latest additionsrfkelly02010-08-042-1/+5
* modulo some Dokan bugs, all OSFS testcases now pass when looped through Dokanrfkelly02010-08-042-47/+124
* dokan: got GetVolumeInformation workingrfkelly02010-08-042-22/+40
* dokan: basic outputting of file/directory attributesrfkelly02010-08-042-49/+198
* fs.expose.dokan: got basic file listing and reading workingrfkelly02010-08-032-0/+723