certspotter/cmd
Jan Schaumann 3e9ed03149 catch ^C and clean up lock file
Go doesn't have atexit(3), and the only signals guaranteed to
be available on all platforms are SIGINT and SIGKILL, so we only
catch SIGINT here.  This allows us to at least have the user
not have to manually clean up the state file after ^C'ing
certspotter.
2017-12-07 16:46:07 -05:00
..
certspotter Run gofmt 2016-07-28 14:55:46 -04:00
ctparsewatch Run gofmt 2016-07-28 14:55:46 -04:00
submitct submitct: apply gofmt 2017-02-05 10:09:42 -08:00
common.go catch ^C and clean up lock file 2017-12-07 16:46:07 -05:00
helpers.go Overhaul log processing and auditing 2017-01-05 21:00:35 -08:00
log_state.go Apply gofmt 2017-01-08 10:17:00 -08:00
state.go Use a lock file to prevent certspotter from running concurrently 2017-01-10 10:50:41 -08:00