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-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
2015-11-03
tests: add config file and feature flags tests
Jakob Unterwurzacher
2015-11-03
config: Introduce ext4-style feature flags
Jakob Unterwurzacher
2015-11-03
Fix tests broken by PlaintextNames addition
Jakob Unterwurzacher
2015-11-03
Update README with v0.4
Jakob Unterwurzacher
2015-11-03
Update USAGE.txt
Jakob Unterwurzacher
2015-11-03
Implement PlainTextNames mode
Jakob Unterwurzacher
2015-11-02
Bump on-disk version to 2
Jakob Unterwurzacher
2015-11-02
Add "--plaintextnames" option
Jakob Unterwurzacher
2015-11-02
Fix three "golint" nitpicks
Jakob Unterwurzacher
2015-11-02
Add USAGE.txt
Jakob Unterwurzacher
2015-11-01
package.bash: add architecture to filename
Jakob Unterwurzacher
2015-11-01
Update test.bash to call build.bash
v0.3.1
Jakob Unterwurzacher
2015-11-01
Fix daemonization regression
Jakob Unterwurzacher
2015-11-01
Update package.bash to call build.bash
v0.3
Jakob Unterwurzacher
2015-11-01
README: Note used on-disk formats
Jakob Unterwurzacher
2015-11-01
Bake version string into binary, add "--version" switch
Jakob Unterwurzacher
2015-11-01
Automatically lazy-unmount when we get SIGINT or SIGTERM
Jakob Unterwurzacher
2015-11-01
Remove code detected by "deadcode"
Jakob Unterwurzacher
2015-11-01
README: Describe storage overhead
Jakob Unterwurzacher
2015-11-01
Refactor ciphertext <-> plaintext offset translation functions
Jakob Unterwurzacher
2015-11-01
Fix missing printf arguments discovered by "go vet"
Jakob Unterwurzacher
2015-11-01
Add file header (on-disk-format change)
Jakob Unterwurzacher
2015-11-01
tests: run unit tests before integration tests
Jakob Unterwurzacher
2015-11-01
tests: introduce verifySize() for detailed error messages
Jakob Unterwurzacher
2015-11-01
tests: additionally verify the file size by reading the whole file
Jakob Unterwurzacher
2015-11-01
tests: verify file size in testWriteN
Jakob Unterwurzacher
2015-11-01
tests: Use /tmp/gocryptfs_main_test temporary directory
Jakob Unterwurzacher
2015-11-01
TestRmwRace: abort testing on write failures
Jakob Unterwurzacher
[next]