Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dokan-dev/dokany
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.5.1000
Choose a base ref
...
head repository: dokan-dev/dokany
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.6.1000
Choose a head ref
  • 16 commits
  • 75 files changed
  • 3 contributors

Commits on Jul 4, 2022

  1. Release 2.0.5.1000

    Liryna committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    1dc492a View commit details
    Browse the repository at this point in the history
  2. Doc - Update release version

    Liryna committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    b28ac52 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    2f313e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. MemFS - Doc - Fix typo

    Liryna authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    244830d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    2884456 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    1c9c20d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Configuration menu
    Copy the full SHA
    9e06be2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    3ca1cd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    3388789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    857708b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. CHANGELOG - Update release dates

    #fixes 1107
    Liryna authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fe2487a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Update Copyrights

    Liryna committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    d3eb63a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Library - Fix build on MinGW32

    KoltesDigital authored and Liryna committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    6cc1d91 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Kernel - Only notify deletion on Cleanup

    `FileDispositionInformation` only define what will happen on Cleanup. It does not instantly remove the file. We should not notify a deletion on completion. This is a legacy dokan behavior. Fastfat is also not doing that.
    Note: it was even wrongly sending a delete notification for objects with deletion unmarked
    
    https://github.com/microsoft/Windows-driver-samples/blob/fe277cd05fb1e0362af65b45777e20dfe251dbcf/filesys/fastfat/fileinfo.c#L2636-L2653
    Liryna committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    8e2d78f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Liryna committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    bfbfe2c View commit details
    Browse the repository at this point in the history
  3. Release 2.0.6.1000

    Liryna committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    5464da7 View commit details
    Browse the repository at this point in the history
Loading