Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-18 | reverse: fix "exclude all but" case | Jakob Unterwurzacher | |
With test. Fixes https://github.com/rfjakob/gocryptfs/issues/588 | |||
2021-08-18 | tests/reverse/TestExcludeTestFs: test trailing slash | Jakob Unterwurzacher | |
2021-08-18 | tests/reverse/TestExcludeTestFs: improve comments & code style | Jakob Unterwurzacher | |
No functional changes. | |||
2020-08-15 | v2api/reverse: finish -exclude | Jakob Unterwurzacher | |
Tests pass now. | |||
2020-08-15 | test_helper: VerifyExistence: don't panic | Jakob Unterwurzacher | |
Instead bubble up the error to the testing object. | |||
2020-05-09 | ctlsock: create exported ctlsock client library | Jakob Unterwurzacher | |
The former interal ctlsock server package is renamed to ctlsocksrv. | |||
2019-03-26 | reverse mode: support wildcard exclude (--exclude-wildcard) | Eduardo M KALINOWSKI | |
This adds support for gitignore-like wildcards and exclude patters in reverse mode. It (somewhat) fixes #273: no regexp support, but the syntax should be powerful enough to satisfy most needs. Also, since adding a lot of --exclude options can be tedious, it adds the --exclude-from option to read patterns from a file (or files). | |||
2019-01-04 | tests: reverse: verify that longname .name files are exluded as well | Jakob Unterwurzacher | |
Currently fails, will be fixed in the next commit. https://github.com/rfjakob/gocryptfs/issues/286 | |||
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 |