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
2018-08-18
Update README for v1.6 release
Jakob Unterwurzacher
2018-08-15
README: list trezor support in changelog
Jakob Unterwurzacher
2018-08-15
trezor: document -trezor in man page
Jakob Unterwurzacher
2018-08-15
trezor: show support in version string
Jakob Unterwurzacher
2018-08-15
dep: update dependencies
Jakob Unterwurzacher
2018-08-15
build.bash: handle args containing spaces
Jakob Unterwurzacher
2018-08-15
fusefrontend: truncateGrowFile: pass zeroPad error to caller
Jakob Unterwurzacher
2018-08-15
fsck: skip already-seen hard-linked files
Jakob Unterwurzacher
2018-08-15
fsck: don't print corse corruption offset
Jakob Unterwurzacher
2018-08-15
main: add -e as an alias for -exclude
Jakob Unterwurzacher
2018-08-15
fusefrontend_reverse: reject excludes for the root directory ""
Jakob Unterwurzacher
2018-08-11
Update changelog
Jakob Unterwurzacher
2018-08-11
reverse mode: add --exclude option
Jakob Unterwurzacher
2018-08-11
cli: add multipleStrings type
Jakob Unterwurzacher
2018-08-11
tests: VerifyExistence: panic on inconsistent results
Jakob Unterwurzacher
2018-08-02
travis ci: drop go 1.5 and go 1.6
Jakob Unterwurzacher
2018-07-23
fsck: print inode number on file read error
Jakob Unterwurzacher
2018-07-23
configfile: drop superflous Printf
Jakob Unterwurzacher
2018-07-22
fusefronted: disallow writes running concurrently with reads
Jakob Unterwurzacher
2018-07-15
fusefrontend: doWrite: delete file header if first write fails
Jakob Unterwurzacher
2018-07-15
fusefrontend: doWrite: no need to take HeaderLock.RLock()
Jakob Unterwurzacher
2018-07-15
WriteDirIV: delete incomplete gocryptfs.diriv file if write fails
Jakob Unterwurzacher
2018-07-15
contentenc: reserve one extra block in pool plaintext buffers
Jakob Unterwurzacher
2018-07-15
fsck: add debug output (enabled via -debug)
Jakob Unterwurzacher
2018-07-15
file-format.md: list full block overhead
rfjakob
2018-07-14
fusefrontend: log prealloc failures at Info level
Jakob Unterwurzacher
2018-07-08
travis: run dep ensure in verbose mode
Jakob Unterwurzacher
2018-07-07
MANPAGE: add proper description text
Jakob Unterwurzacher
2018-07-04
README: it's not a mirror
Jakob Unterwurzacher
2018-07-04
README: call the Markdown source "mirror"
Jakob Unterwurzacher
2018-07-04
macos: fix O_DIRECT build failure
Jakob Unterwurzacher
2018-07-02
README: mention O_DIRECT change
Jakob Unterwurzacher
2018-07-02
fusefrontend: disallow O_DIRECT and fall back to buffered IO
Jakob Unterwurzacher
2018-07-02
fusefronted: downgrade fallocate message severity
Jakob Unterwurzacher
2018-07-01
Fix golint warnings
Jakob Unterwurzacher
2018-07-01
trezor: hide behind compile tag
Jakob Unterwurzacher
2018-07-01
fsck: handle sparse files efficiently, fix xfstests generic/285
Jakob Unterwurzacher
2018-07-01
fusefrontend: add File.SeekData() function
Jakob Unterwurzacher
2018-07-01
fusefrontend: export "File" type
Jakob Unterwurzacher
2018-07-01
fsck: get rid of channel read closures
Jakob Unterwurzacher
2018-07-01
fsck: rename "CorruptItems" channel to "MitigatedCorruptions"
Jakob Unterwurzacher
2018-07-01
fsck: suppress "no problems found" when running quiet
Jakob Unterwurzacher
2018-07-01
main: improve fuse.NewServer error message
Jakob Unterwurzacher
2018-07-01
Only print masterkey once on -init
Jakob Unterwurzacher
2018-07-01
trezor: add sanity checks for decrypted value
Jakob Unterwurzacher
2018-07-01
Implemented the support of Trezor devices.
Dmitry Yu Okunev
2018-07-01
main: replace naked panic with log.Panic
Jakob Unterwurzacher
2018-07-01
trezor: reject password change on Trezor-enabled fs
Jakob Unterwurzacher
2018-07-01
trezor: add TrezorPayload
Jakob Unterwurzacher
2018-07-01
configfile: reduce function name stutter
Jakob Unterwurzacher
[next]