Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-02-23 | nvdmirror: rename nvdmirror.go to sync.go and nvdmirror_test.go to sync_test.go | Paul Duncan | 1 | -373/+0 |
2022-02-23 | nvdmirror: add nvdmirror/util.go | Paul Duncan | 1 | -23/+0 |
2022-02-23 | nvdmirror: add nvdmirror/syncconfig.go | Paul Duncan | 1 | -106/+0 |
2022-02-23 | nvdmirror: full rewrite (still not working correctly) | Paul Duncan | 1 | -95/+399 |
2022-02-22 | nvdmirror: use atomictemp | Paul Duncan | 1 | -16/+9 |
2022-02-22 | nvdmirror: add SyncConfig, add additional tests | Paul Duncan | 1 | -40/+61 |
2022-02-22 | add nvdmirror, including cache iface, jsoncache impl, Sync() func, and test data | Paul Duncan | 1 | -0/+184 |