Skip to content

Tags: irslambouf/encfs4win

Tags

1.10.1-RC7

Toggle 1.10.1-RC7's commit message
Put encfs_create back for Dokan legacy

1.10.1-RC6

Toggle 1.10.1-RC6's commit message
Minor updates to GitHub issue template

1.10.1-RC5

Toggle 1.10.1-RC5's commit message
Add better support for legacy dokan

Dokan 0.7.4 doesn't support create function

1.10.1-RC4

Toggle 1.10.1-RC4's commit message
Finish modernization of encfsw tray icon

Right now, loading notification icon from file directly
  Should be resource file
Resource defines moved (temporarily?) to guiutils.h
  VS complains when resource.h is modified externally
Removed STDOUT pipes, since debug output caused freezing issues

1.10.1-RC3

Toggle 1.10.1-RC3's commit message
Perform proper cleanup after receiving a SIGINT on Windows

Cleanup and exit process upon successful SIGINT handling
Fixes issue jetwhiz#25 encfs.exe crashes if closed during mount password promt

v1.10.1-RC2

Toggle v1.10.1-RC2's commit message
Cleanly unmount filesystem (if applicable) upon close or terminate

Fixes issue jetwhiz#22

v1.10.1-RC1

Toggle v1.10.1-RC1's commit message
Merge remote-tracking branch 'fork-origin/master'

Bump version to v1.10-RC1 (v1.10.1-RC1)

v1.9.0-RC4

Toggle v1.9.0-RC4's commit message
Update README.md

Update to describe automated build tool

v1.9.0-RC3

Toggle v1.9.0-RC3's commit message
Add NSIS-based installer

Needed to install Dokany v1.0, since it installs VC++ Redists now
Removed old VS Installer

v1.9.0-RC2

Toggle v1.9.0-RC2's commit message
Bugfix: Reverse encryption broken jetwhiz#8

Move Dokan readonly fix above check to see if filesystem is readOnly
  Set file to readOnly if the path is readOnly
  Fixes issue where opening reverse-encrypted files fails