8000 Tags · dokan-dev/dokan-dotnet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dokan-dev/dokan-dotnet

Tags

v2.3.0.1

Toggle v2.3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
IDokanOperations2 library implementation (#374)

IDokanOperations2 library implementation

* IDokanOperations2 is a new way to implement Dokan file systems in .NET with less CPU and memory pressure.
* Includes several other minor optimizations as well.
* Existing IDokanOperation and IDokanOperationUnsafe implementations get wrapped in a compatibility layer called DokanOperationsAdapter, that in turn implements the new IDokanOperations2 interface.
* Removed "-windows" suffix from target frameworks to allow library to be consumed by applicaitons that chose between Windows and other OS implementations at runtime.
* Removed .NET Framework 4.0 from target frameworks and added 4.6 and 4.8 (last supported on Windows Vista and last supported on Windows 7).
* DokanNetMirror with IDokanOperations2. Old DokanNetMirror moved to DokanNetMirrorLegacy.
* Added some logic to keep a reference to DokanInstance and associated operations alive while file system is mounted, to avoid crashes in native code if the last reference is collected by GC.

v2.3.0.0

Toggle v2.3.0.0's commit message
Release 2.3.0.0

v2.2.1.0

Toggle v2.2.1.0's commit message
Release 2.2.1.0

v2.1.0.0

Toggle v2.1.0.0's commit message
Release 2.1.0.0

v2.0.5.2

Toggle v2.0.5.2's commit message
Release 2.0.5.2 - Nuget - Update and package documentation + Readme

v2.0.5.1

Toggle v2.0.5.1's commit message
Update changelog 2.0.5.1

v2.0.4.1

Toggle v2.0.4.1's commit message
Release 2.0.4.1

v2.0.1.1

Toggle v2.0.1.1's commit message
Release 2.0.1.1

v2.0.1.0

Toggle v2.0.1.0's commit message
Release 2.0.1.0

v1.5.0.0

Toggle v1.5.0.0's commit message
Release 1.5.0.0

0