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
2017-02-24
speed: add benchmark.bash helper
Jakob Unterwurzacher
2017-02-23
README: fix typo and simplify MANPAGE text
Jakob Unterwurzacher
2017-02-23
speed: fix build for Go 1.4 and lower
Jakob Unterwurzacher
2017-02-22
Implement "gocryptfs -speed"
Jakob Unterwurzacher
2017-02-20
tests: adapt dir overwrite test for Go 1.8
Jakob Unterwurzacher
2017-02-20
Travis CI: also test with Go 1.8
Jakob Unterwurzacher
2017-02-20
Get rid of remaining $GOPATH dependencies
Jakob Unterwurzacher
2017-02-20
build.bash: use $(go env GOPATH)
Jakob Unterwurzacher
2017-02-19
build.bash: deduplicate build call
Jakob Unterwurzacher
2017-02-19
build.bash: GOPATH may be unset since Go v1.8. Handle it.
Jakob Unterwurzacher
2017-02-17
tests.bash: OSX compat: use "flock -n" and skip openssl build
Jakob Unterwurzacher
2017-02-16
Travis: set clone depth to 100
Jakob Unterwurzacher
2017-02-16
tests: reverse: check Access() call
Jakob Unterwurzacher
2017-02-16
fusefrontend_reverse: handle .name files in Access()
Jakob Unterwurzacher
2017-02-16
tests: configfile: add missing newlines in verbose output
Jakob Unterwurzacher
2017-02-16
tests: OSX compat: wrap Stat_t atime extract
Jakob Unterwurzacher
2017-02-16
syscallcompat: OSX compat: fix variable warnings
Jakob Unterwurzacher
2017-02-16
tests: OSX compat: use "mount" command instead of /proc/mounts
Jakob Unterwurzacher
2017-02-16
tests: OSX compat: use OSX-style "stat -f"
Jakob Unterwurzacher
2017-02-16
benchmarks: OSX compat: replace /usr/bin/time with bash builtin
Jakob Unterwurzacher
2017-02-16
tests: get rid of syscall.PathMax
Jakob Unterwurzacher
2017-02-16
README: also link to cppcryptfs
Jakob Unterwurzacher
2017-02-16
README: mention graphical interfaces
Jakob Unterwurzacher
2017-02-15
main: don't attempt lazy unmount on MacOSX
Jakob Unterwurzacher
2017-02-15
tests: use fuse-unmount.bash
Jakob Unterwurzacher
2017-02-15
OSX compat: replace fusermount calls with fuse-unmount.bash
Jakob Unterwurzacher
2017-02-14
Add Mac OS X fusermount replacement script
Jakob Unterwurzacher
2017-02-13
readpassword: limit password length to 1000 bytes
Jakob Unterwurzacher
2017-02-12
Add CLI ABI documentation
Jakob Unterwurzacher
2017-02-12
Check for trailing garbage after the password
Jakob Unterwurzacher
2017-02-12
readpassword: improve comment on readPasswordStdin
Jakob Unterwurzacher
2017-02-12
Document "--" to stop option parsing in help text + man page
Jakob Unterwurzacher
2017-02-12
main: suggest "-q" to suppress master key message
Jakob Unterwurzacher
2017-02-12
tests: ctlsock: check warning for non-canonical paths
Jakob Unterwurzacher
2017-02-05
ctlsock: handle non-canonical empty paths
Jakob Unterwurzacher
2017-02-05
ctlsock: sanitize: handle multiple leading slashes
Jakob Unterwurzacher
2017-01-29
golint comment fix
Jakob Unterwurzacher
2017-01-29
contrib: add ctlsock helper scripts
Jakob Unterwurzacher
2017-01-29
ctlsock: better error message for forward mode path decryption
Jakob Unterwurzacher
2017-01-29
ctlsock: abort message processing on JSON error
Jakob Unterwurzacher
2017-01-29
ctlsock: interpret paths that point above CWD as ""
Jakob Unterwurzacher
2017-01-29
readpassword: support spaces in "-passfile" filename
Jakob Unterwurzacher
2017-01-26
main: add "-fsname" option
Jakob Unterwurzacher
2017-01-26
main: make sure the ctlsock file is deleted on incorrect password
Jakob Unterwurzacher
2017-01-26
fusefrontend: fix hard-linking with long name
Jakob Unterwurzacher
2017-01-26
tests: add TestLongLink (currently broken)
Jakob Unterwurzacher
2017-01-26
tlog: better comment for the terminal colors
Jakob Unterwurzacher
2017-01-03
reverse: add single-entry path cache
Jakob Unterwurzacher
2017-01-03
reverse: factor out rDecryptName
Jakob Unterwurzacher
2017-01-03
test.bash: don't let the test process inherit the lock file
Jakob Unterwurzacher
[next]