index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-11-29
Handle all operations except mounting without forking a child
Jakob Unterwurzacher
2015-11-29
Add "-scryptn" option that sets the cost parameter for scrypt
v0.5-rc1
Jakob Unterwurzacher
2015-11-29
tests: add scrypt benchmark
Jakob Unterwurzacher
2015-11-28
tests: add v0.5 example filesystem (with DirIV!)
Jakob Unterwurzacher
2015-11-28
tests: verify that symlinks work
Jakob Unterwurzacher
2015-11-28
diriv: also support old CBC symlink
Jakob Unterwurzacher
2015-11-28
diriv: fix Symlink() and Readlink()
Jakob Unterwurzacher
2015-11-28
diriv: fix readdir
Jakob Unterwurzacher
2015-11-28
diriv: use "DirIV" flag to discern and support mounting old filesystems
Jakob Unterwurzacher
2015-11-27
main: pass args struct instead of having a huge function call
Jakob Unterwurzacher
2015-11-27
Run go fmt
Jakob Unterwurzacher
2015-11-27
diriv: Define "DirIV" feature flag
Jakob Unterwurzacher
2015-11-27
tests: create all-zero gocryptfs.diriv in resetTmpDir()
Jakob Unterwurzacher
2015-11-27
diriv: Move WriteDirIV() to cryptfs; add locking to Mkdir, Rmdir
Jakob Unterwurzacher
2015-11-27
diriv: Convert filename encryption users to diriv
Jakob Unterwurzacher
2015-11-25
diriv: Transactionally delete gocryptfs.diriv in Rmdir
Jakob Unterwurzacher
2015-11-25
tests: check Mkdir and Rmdir
Jakob Unterwurzacher
2015-11-25
diriv: Create gocryptfs.diriv in every directory
Jakob Unterwurzacher
2015-11-25
Tighten file permissions on gocryptfs.conf
Jakob Unterwurzacher
2015-11-25
Print newline after gocryptfs.conf not found error
Jakob Unterwurzacher
2015-11-22
Add drone.io CI config
Jakob Unterwurzacher
2015-11-15
README: link to use .../tags instead of ../releases
v0.4
Jakob Unterwurzacher
2015-11-15
Update README for v0.4
Jakob Unterwurzacher
2015-11-15
tests: add example_filesystems, test password and -masterkey mount
Jakob Unterwurzacher
2015-11-15
CipherSizeToPlainSize: Handle illegal states
Jakob Unterwurzacher
2015-11-15
Move "Debug output enabled" after forkChild() to remove duplicate output
Jakob Unterwurzacher
2015-11-15
tests: add tests for "-config" option
Jakob Unterwurzacher
2015-11-15
Add "-extpass" cli option and associated tests
Jakob Unterwurzacher
2015-11-14
MANPAGE: add "-config" flag
Jakob Unterwurzacher
2015-11-14
Refactor cli argument handling
Jakob Unterwurzacher
2015-11-14
README: add beta badge and update text
Jakob Unterwurzacher
2015-11-14
README: add beta badge
Jakob Unterwurzacher
2015-11-14
Revert "Travis CI: build using build.bash"
Jakob Unterwurzacher
2015-11-14
Travis CI: build using build.bash
Jakob Unterwurzacher
2015-11-14
Run go fmt and go vet
Jakob Unterwurzacher
2015-11-14
tests: Add file create benchmarks for different sizes
Jakob Unterwurzacher
2015-11-12
tests: replace linux kernel untar test with synthetic small file creation
Jakob Unterwurzacher
2015-11-12
tests: move integration tests to separate directory
Jakob Unterwurzacher
2015-11-11
README: Add link to MANPAGE
Jakob Unterwurzacher
2015-11-11
Add MANPAGE.md and MANPAGE-render.bash
Jakob Unterwurzacher
2015-11-09
Also hide master key reminder with "-q"
Jakob Unterwurzacher
2015-11-09
Use new arg "-notifypid" for more robust daemonization
Jakob Unterwurzacher
2015-11-09
cli: Create our own FlagSet so we can set the policy to ExitOnError
Jakob Unterwurzacher
2015-11-09
Add "-q" (quiet) flag
Jakob Unterwurzacher
2015-11-09
Add TODO file
Jakob Unterwurzacher
2015-11-08
Handle ENOSPC errors better by preallocating the space before writing
Jakob Unterwurzacher
2015-11-03
README: List config format change
Jakob Unterwurzacher
2015-11-03
tests: check that the filename encryption is working as expected
Jakob Unterwurzacher
2015-11-03
Centralize path filter decision in CryptFS.IsFiltered()
Jakob Unterwurzacher
2015-11-03
tests: reduce noise but make test.bash accept "-v"
Jakob Unterwurzacher
[next]