Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-21 | Wrap Logger to make disabling output more efficient | Jakob Unterwurzacher | |
Instead of using SetOutput(ioutil.Discard), which means that Printf is still called for every debug message, use a simple and fast boolean check. Streaming write performance improves from 86 to 93 MB/s. | |||
2016-01-20 | Switch to syslog when running in the background | Jakob Unterwurzacher | |
2015-11-14 | Refactor cli argument handling | Jakob Unterwurzacher | |
Also, add the "-config" option for storing gocryptfs.conf outside of CIPHERDIR. | |||
2015-11-09 | Use new arg "-notifypid" for more robust daemonization | Jakob Unterwurzacher | |
No more string matching on the parent command line! | |||
2015-11-01 | Fix missing printf arguments discovered by "go vet" | Jakob Unterwurzacher | |
2015-10-11 | Run gofmtv0.2 | Jakob Unterwurzacher | |
2015-10-11 | Add native daemonization | Jakob Unterwurzacher | |