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-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
2017-01-03
Add reverse benchmark
Jakob Unterwurzacher
2017-01-03
tests: only check the size in dl-linux-tarball.bash
Jakob Unterwurzacher
2017-01-03
tests: factor out dl-linux-tarball.bash
Jakob Unterwurzacher
2017-01-02
main: disconnect from the controlling terminal
Jakob Unterwurzacher
2016-12-13
benchmark.bash: reject "-openssl" option for encfs mode
Jakob Unterwurzacher
2016-12-13
benchmark.bash: add proper argument handling
Jakob Unterwurzacher
2016-12-13
benchmark.bash: OSX dd does not support "K" postfix
Jakob Unterwurzacher
2016-12-10
benchmark.bash: add comments to show how to force openssl usage
Jakob Unterwurzacher
2016-12-10
prefer_openssl: default to Go GCM on OSX
Jakob Unterwurzacher
2016-12-10
ctlsock: abort the connection if the request is too big
Jakob Unterwurzacher
2016-12-10
ctlsock: add a note about Accept() throwing errors on Close()
Jakob Unterwurzacher
2016-12-10
ctlsock: exit early if socket cannot be created; delete on exit
Jakob Unterwurzacher
2016-12-10
test.bash: call vet early
Jakob Unterwurzacher
2016-12-10
stupidgcm: Fix without_openssl build failure
Jakob Unterwurzacher
2016-12-10
ctlsock: sanitize paths before passing them to the backend
Jakob Unterwurzacher
2016-12-10
ctlsock: exit if socket cannot be created
Jakob Unterwurzacher
2016-12-10
test.bash: check for naked "panic()" calls
Jakob Unterwurzacher
2016-12-10
Replace all calls to naked panic() with log.Panic()
Jakob Unterwurzacher
2016-12-06
build-without-openssl: compile statically
Jakob Unterwurzacher
2016-12-04
README: v1.2 includes the rendered man page in the tarball
v1.2
Jakob Unterwurzacher
2016-12-04
Update README for v1.2 release
Jakob Unterwurzacher
2016-11-28
fusefrontend: preserve owner for symlinks
Jakob Unterwurzacher
2016-11-28
fusefronted: preserve owner for device nodes and sockets
Jakob Unterwurzacher
2016-11-28
fusefrontend: use Lchown when preserving owner
Jakob Unterwurzacher
2016-11-26
main: fix USR1 race condition, fixes test flakiness
Jakob Unterwurzacher
2016-11-26
tests: don't call t.Fatal in checkExampleFS
Jakob Unterwurzacher
2016-11-26
test.bash: lock against multiple parallel incovations
Jakob Unterwurzacher
2016-11-26
Add write coalescing and -noprealloc to changelog
Jakob Unterwurzacher
2016-11-26
performance.txt: add numbers for current gocryptfs master and encfs v1.9.1
Jakob Unterwurzacher
2016-11-26
benchmark.bash: double write length
Jakob Unterwurzacher
2016-11-25
main, fusefrontend: add "-noprealloc" option
Jakob Unterwurzacher
2016-11-25
fusefrontend: coalesce 4kB writes
Jakob Unterwurzacher
2016-11-23
main: give deferred functions a chance to run (fixes -cpuprofile)
Jakob Unterwurzacher
2016-11-23
benchmark.bash: allow to specify directory
Jakob Unterwurzacher
2016-11-23
Drop "benchmark-synthetic.bash"
Jakob Unterwurzacher
2016-11-17
Fix golint warnings, add helper script
Jakob Unterwurzacher
2016-11-17
README: start list for v1.2
Jakob Unterwurzacher
2016-11-17
tests: rename fsstress-loopback.bash to fsstress-gocryptfs.bash
Jakob Unterwurzacher
[next]