index
:
delta/pyfilesystem.git
baserock/morph
master
rfk-ideas
pyfilesystem.googlecode.com: Obsolete (use pyfilesystem-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
expose
/
dokan
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change of api (fs.open, fs.setcontent, fs.getcontents) to support io module i...
willmcgugan@gmail.com
2013-03-31
1
-63
/
+63
*
Whole bunch of Python3 str->bytes fixes
gcode@loowis.durge.org
2012-08-13
1
-1
/
+2
*
Another removal of removedir("/")
gcode@loowis.durge.org
2012-08-13
1
-1
/
+2
*
fs.expose.dokan: normalise drive string passed into dokan.unmount
rfkelly0
2011-09-13
1
-0
/
+1
*
Dokan: improve thread-safety of timeout-protection mechanism
rfkelly0
2011-04-19
1
-14
/
+28
*
dokan: don't error out on strange values to settime()
rfkelly0
2011-04-10
1
-2
/
+8
*
spelling fixes
rfkelly0
2011-03-08
1
-4
/
+4
*
small doc tweaks
rfkelly0
2011-03-08
1
-2
/
+2
*
dokan: more tweaks for MSOffice compatability
rfkelly0
2011-02-24
1
-22
/
+20
*
dokan: implement file locking and unlocking
rfkelly0
2011-02-24
1
-44
/
+149
*
dokan: add stub LockFile/UnlockFile functions
rfkelly0
2011-02-20
1
-44
/
+49
*
fix autorun.inf handling in Win32SafetyFS
rfkelly0
2011-02-05
1
-4
/
+4
*
allow uniform use of logging throughout the module
rfkelly0
2011-01-31
1
-0
/
+5
*
Refactor CacheFS for efficiency and usability.
rfkelly0
2011-01-11
1
-0
/
+40
*
use getmeta("free_space") for space usage reporting
rfkelly0
2010-12-27
1
-4
/
+5
*
Added Windows support to fsmount command
willmcgugan
2010-12-22
1
-1
/
+1
*
Dokan: call file.close() in Cleanup(); re-open if more data comes in
rfkelly0
2010-10-20
1
-3
/
+21
*
Dokan: fall back to calling isdir() if st_mode doesn't contain enough info.
rfkelly0
2010-10-20
1
-2
/
+2
*
Fix varname types in _info2finddataw.
rfkelly0
2010-10-17
1
-3
/
+3
*
Fix various DAVFS issues from issue #40
rfkelly0
2010-10-12
1
-1
/
+11
*
expose.dokan: begin refactoring the DokanResetTimeout hack
rfkelly0
2010-10-09
1
-49
/
+39
*
report a default disk space value in fs.expose.dokan
rfkelly0
2010-10-01
1
-5
/
+30
*
first (very hacky) attempt to prevent timeouts in dokan
rfkelly0
2010-10-01
2
-2
/
+40
*
tweak dokan file truncating
rfkelly0
2010-09-29
1
-2
/
+4
*
make listdirinfo() an official part of the FS API
rfkelly0
2010-09-27
1
-25
/
+9
*
Fix test_open_on_directory for SFTPFS
rfkelly0
2010-09-27
1
-7
/
+3
*
rename "functools" to "local_functools".
rfkelly0
2010-09-07
1
-1
/
+1
*
fix some multi-threading issues in Dokan
rfkelly0
2010-09-06
1
-13
/
+27
*
dokan: better decoding of AccessMask bitmap
rfkelly0
2010-08-10
1
-13
/
+27
*
dokan: make the module importable even if dokan is not installed.
rfkelly0
2010-08-10
2
-35
/
+27
*
dokan: don't report bogus disk usage data, just let the defaults handle it
rfkelly0
2010-08-09
1
-4
/
+4
*
dokan: remove silent-install functionality, it really doesn't belong in this ...
rfkelly0
2010-08-09
2
-103
/
+1
*
dokan: fix notepad bug by moving file.close() back into CloseFile
rfkelly0
2010-08-09
1
-7
/
+6
*
dokan: add basic silent-install routine for dokan DLLs (not included)
rfkelly0
2010-08-09
2
-8
/
+106
*
dokan: better reporting of FILE_ATTRIBUTE_DIRECTORY
rfkelly0
2010-08-09
1
-30
/
+40
*
allow setting volume and filesystem label in mount() kwd args
rfkelly0
2010-08-09
1
-4
/
+6
*
more dokan fixes:
rfkelly0
2010-08-09
1
-16
/
+53
*
fix some multi-threading-related issues in fs.expose.dokan
rfkelly0
2010-08-07
1
-19
/
+38
*
TestDokan: more robust subprocess teardown (including retries)
rfkelly0
2010-08-05
1
-0
/
+2
*
dokan: correctly handle CreateFile with disposition=CREATE_NEW
rfkelly0
2010-08-05
1
-5
/
+25
*
fix dokan definitions for python 2.5 (some tests fail on 2.5, but many work)
rfkelly0
2010-08-05
2
-2
/
+8
*
add docs for latest additions
rfkelly0
2010-08-04
2
-1
/
+5
*
modulo some Dokan bugs, all OSFS testcases now pass when looped through Dokan
rfkelly0
2010-08-04
2
-47
/
+124
*
dokan: got GetVolumeInformation working
rfkelly0
2010-08-04
2
-22
/
+40
*
dokan: basic outputting of file/directory attributes
rfkelly0
2010-08-04
2
-49
/
+198
*
fs.expose.dokan: got basic file listing and reading working
rfkelly0
2010-08-03
2
-0
/
+723