Age | Commit message (Expand) | Author |
2015-12-06 | Update READMEv0.5.1 | Jakob Unterwurzacher |
2015-12-06 | tests: add TestRename | Jakob Unterwurzacher |
2015-12-06 | fallocate the space needed for the file header beforehand | Jakob Unterwurzacher |
2015-12-06 | Fix rename, was broken broken by DirIV introduction | Jakob Unterwurzacher |
2015-12-06 | tests: recreate v0.5 example filesystems with -scryptn=10 | Jakob Unterwurzacher |
2015-12-06 | init: create gocryptfs.diriv after creating gocryptfs.conf | Jakob Unterwurzacher |
2015-12-04 | performance.txt: link to linux-3.0.tar.gz | Jakob Unterwurzacher |
2015-12-04 | Update manpage with -diriv and -scryptnv0.5 | Jakob Unterwurzacher |
2015-12-04 | Show base64 encoding in filename encryption svg | Jakob Unterwurzacher |
2015-12-02 | svg: add colored annotations | Jakob Unterwurzacher |
2015-12-01 | Cut down the text in SECURITY.md, add graphs | Jakob Unterwurzacher |
2015-12-01 | Add svgs explaining the encryption steps | Jakob Unterwurzacher |
2015-12-01 | Make sure MANPAGE-render.bash works when called from outside Documentation | Jakob Unterwurzacher |
2015-12-01 | Move docs to Documentation folder | Jakob Unterwurzacher |
2015-11-29 | Update README and SECURITY documents | Jakob Unterwurzacher |
2015-11-29 | Run go fmt | Jakob Unterwurzacher |
2015-11-29 | Add single-element cache for DirIV lookup | Jakob Unterwurzacher |
2015-11-29 | OpenDir performance: Read DirIV once and reuse it for all names | Jakob Unterwurzacher |
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 scryptv0.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 ../releasesv0.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 |