summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-11cli: add multipleStrings typeJakob Unterwurzacher
2018-08-11tests: VerifyExistence: panic on inconsistent resultsJakob Unterwurzacher
2018-08-02travis ci: drop go 1.5 and go 1.6Jakob Unterwurzacher
2018-07-23fsck: print inode number on file read errorJakob Unterwurzacher
2018-07-23configfile: drop superflous PrintfJakob Unterwurzacher
2018-07-22fusefronted: disallow writes running concurrently with readsJakob Unterwurzacher
2018-07-15fusefrontend: doWrite: delete file header if first write failsJakob Unterwurzacher
2018-07-15fusefrontend: doWrite: no need to take HeaderLock.RLock()Jakob Unterwurzacher
2018-07-15WriteDirIV: delete incomplete gocryptfs.diriv file if write failsJakob Unterwurzacher
2018-07-15contentenc: reserve one extra block in pool plaintext buffersJakob Unterwurzacher
2018-07-15fsck: add debug output (enabled via -debug)Jakob Unterwurzacher
2018-07-15file-format.md: list full block overheadrfjakob
2018-07-14fusefrontend: log prealloc failures at Info levelJakob Unterwurzacher
2018-07-08travis: run dep ensure in verbose modeJakob Unterwurzacher
2018-07-07MANPAGE: add proper description textJakob Unterwurzacher
2018-07-04README: it's not a mirrorJakob Unterwurzacher
2018-07-04README: call the Markdown source "mirror"Jakob Unterwurzacher
2018-07-04macos: fix O_DIRECT build failureJakob Unterwurzacher
2018-07-02README: mention O_DIRECT changeJakob Unterwurzacher
2018-07-02fusefrontend: disallow O_DIRECT and fall back to buffered IOJakob Unterwurzacher
2018-07-02fusefronted: downgrade fallocate message severityJakob Unterwurzacher
2018-07-01Fix golint warningsJakob Unterwurzacher
2018-07-01trezor: hide behind compile tagJakob Unterwurzacher
2018-07-01fsck: handle sparse files efficiently, fix xfstests generic/285Jakob Unterwurzacher
2018-07-01fusefrontend: add File.SeekData() functionJakob Unterwurzacher
2018-07-01fusefrontend: export "File" typeJakob Unterwurzacher
2018-07-01fsck: get rid of channel read closuresJakob Unterwurzacher
2018-07-01fsck: rename "CorruptItems" channel to "MitigatedCorruptions"Jakob Unterwurzacher
2018-07-01fsck: suppress "no problems found" when running quietJakob Unterwurzacher
2018-07-01main: improve fuse.NewServer error messageJakob Unterwurzacher
2018-07-01Only print masterkey once on -initJakob Unterwurzacher
2018-07-01trezor: add sanity checks for decrypted valueJakob Unterwurzacher
2018-07-01Implemented the support of Trezor devices.Dmitry Yu Okunev
2018-07-01main: replace naked panic with log.PanicJakob Unterwurzacher
2018-07-01trezor: reject password change on Trezor-enabled fsJakob Unterwurzacher
2018-07-01trezor: add TrezorPayloadJakob Unterwurzacher
2018-07-01configfile: reduce function name stutterJakob Unterwurzacher
2018-07-01trezor: exit with usage error if used together with -extpassJakob Unterwurzacher
2018-07-01trezor: add basic "-init -trezor" testJakob Unterwurzacher
2018-07-01trezor: add skeleton for Trezor supportJakob Unterwurzacher
2018-07-01README: Add folders side-by-side animation gifJakob Unterwurzacher
2018-06-24configfile: use tlog.ColorYellow instead of hardcoded color codeJakob Unterwurzacher
2018-06-19Fix three golint warningsJakob Unterwurzacher
2018-06-12Update README and MANPAGE for v1.5v1.5Jakob Unterwurzacher
2018-06-12dep: fix constraints and update dependenciesJakob Unterwurzacher
2018-06-12xattr: return EOPNOTSUPP instead of ENODATA in GetXattrJakob Unterwurzacher
2018-06-08darwin does not have PATH_MAXJakob Unterwurzacher
2018-06-08main: cut down "flag provided but not defined" error messageJakob Unterwurzacher
2018-06-07main: forkChild: try to read /proc/self/exeJakob Unterwurzacher
2018-06-07Set a default PATH if PATH is empty or unsetJulian Orth