certspotter/monitor
Andrew Ayer e2b5a8c8ea Fix bug when fetching entries
This bug caused certspotter to always request 1000 entries even if
went beyond the size of the log.  This would have prevented
certspotter from downloading entries near the end of the log, if the log was
strict with get-entries bounds.

In practice, none of the active CT logs are strict with get-entries bounds,
and even if a log were strict, certspotter would have been able to successfully
download the entries later once the log grew.
2023-11-13 16:33:17 -05:00
..
config.go Simplify some code 2023-10-29 07:45:23 -04:00
daemon.go Save failed healthchecks, and put path in $TEXT_FILENAME 2023-02-19 08:45:46 -05:00
discoveredcert.go Use same code to produce $SUMMARY and email subject 2023-02-19 08:48:30 -05:00
errors.go Convert to a daemon and make many other improvements 2023-02-03 14:12:03 -05:00
fileutils.go Add helper functions for writing files 2023-02-18 21:15:40 -05:00
healthcheck.go Use same code to produce $SUMMARY and email subject 2023-02-19 08:48:30 -05:00
loglist.go Support ETag/Last-Modified when fetching loglist 2023-02-03 15:21:24 -05:00
mailutils.go Add a helper function 2023-10-29 08:17:58 -04:00
malformed.go Use same code to produce $SUMMARY and email subject 2023-02-19 08:48:30 -05:00
monitor.go Fix bug when fetching entries 2023-11-13 16:33:17 -05:00
notify.go Add a helper function 2023-10-29 08:17:58 -04:00
process.go Save malformed entries, and put paths in environment variables 2023-02-19 08:45:32 -05:00
statedir.go Save failed healthchecks, and put path in $TEXT_FILENAME 2023-02-19 08:45:46 -05:00
statefile.go Add helper functions for writing files 2023-02-18 21:15:40 -05:00
sthdir.go Update dependencies 2023-09-01 10:56:05 -04:00
watchlist.go Convert to a daemon and make many other improvements 2023-02-03 14:12:03 -05:00