aboutsummaryrefslogtreecommitdiff
path: root/nvdmirror
AgeCommit message (Expand)AuthorFilesLines
2022-02-25nvdmirror: add getFileSize() test for empty filePaul Duncan2-0/+25
2022-02-24add nvdmirror/syncconfig_test.goPaul Duncan1-0/+158
2022-02-24nvdmirror/sync.go: compact source, improve documentationPaul Duncan1-16/+20
2022-02-24nvdmirror: break Sync() into logical chunks, move into syncContextPaul Duncan3-119/+156
2022-02-23add nvdmirror/synccontext.goPaul Duncan2-246/+249
2022-02-23nvdmirror: rename nvdmirror.go to sync.go and nvdmirror_test.go to sync_test.goPaul Duncan2-0/+0
2022-02-23nvdmirror: add nvdmirror/util.goPaul Duncan2-23/+29
2022-02-23nvdmirror: add nvdmirror/syncconfig.goPaul Duncan2-106/+111
2022-02-23nvdmirror: full rewrite (still not working correctly)Paul Duncan2-132/+427
2022-02-22nvdmirror: use atomictempPaul Duncan2-34/+26
2022-02-22nvdmirror: update jsoncache test dataPaul Duncan4-3/+2
2022-02-22nvdmirror: add SyncConfig, add additional testsPaul Duncan2-55/+123
2022-02-22nvdmirror/failsetcache: add Delete()Paul Duncan2-0/+12
2022-02-22nvdmirror: add failsetcachePaul Duncan2-0/+54
2022-02-22add nvdmirror, including cache iface, jsoncache impl, Sync() func, and test dataPaul Duncan28-0/+706