aboutsummaryrefslogtreecommitdiff
path: root/nvdmirror/nvdmirror.go
AgeCommit message (Expand)AuthorFilesLines
2022-02-23nvdmirror: rename nvdmirror.go to sync.go and nvdmirror_test.go to sync_test.goPaul Duncan1-373/+0
2022-02-23nvdmirror: add nvdmirror/util.goPaul Duncan1-23/+0
2022-02-23nvdmirror: add nvdmirror/syncconfig.goPaul Duncan1-106/+0
2022-02-23nvdmirror: full rewrite (still not working correctly)Paul Duncan1-95/+399
2022-02-22nvdmirror: use atomictempPaul Duncan1-16/+9
2022-02-22nvdmirror: add SyncConfig, add additional testsPaul Duncan1-40/+61
2022-02-22add nvdmirror, including cache iface, jsoncache impl, Sync() func, and test dataPaul Duncan1-0/+184