Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-22 | ctlsock: raise timeout to 10 seconds | Jakob Unterwurzacher | |
There was at least one user who hit the earlier 1 second timeout. Raise to 10 seconds which ought to be enough for anyone. Fixes https://github.com/rfjakob/gocryptfs/issues/683 | |||
2020-05-09 | ctlsock: add CtlSock API | Jakob Unterwurzacher | |
2020-05-09 | ctlsock: create exported ctlsock client library | Jakob Unterwurzacher | |
The former interal ctlsock server package is renamed to ctlsocksrv. |