Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-02 | tests: add fd leak retry logic to UnmountErr, really return error | Jakob Unterwurzacher | |
Give the gocryptfs process one extra millisecond to close files. Allows us to drop several other sleeps. UnmountErr now really returns an error when it detects an fd leak instead of just printing a message. | |||
2019-01-02 | tests: reverse: add ctlsocket cleanup delay | Jakob Unterwurzacher | |
2018-08-15 | main: add -e as an alias for -exclude | Jakob Unterwurzacher | |
2018-08-11 | reverse mode: add --exclude option | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/235 |