FedP2P/storage/sqlite
Matt Joiner 7cb74b158f Replace storage.IncompletePieceToWriter with io.Writer
It was incorrect to assume piece hashing only operates on incomplete chunk data. This actually uncovered a bug where duplicate hash checks occurred, and the redundant checks would fail due to not reading the completed data.
2020-11-06 16:23:38 +11:00
..
sql sqlite storage: Include capacity management 2020-10-27 11:08:37 +11:00
sqlite-storage.go Replace storage.IncompletePieceToWriter with io.Writer 2020-11-06 16:23:38 +11:00
sqlite-storage_test.go sqlite storage: Add batched writes 2020-10-30 19:46:51 +11:00