summaryrefslogtreecommitdiff
path: root/src/Storage/Internal.hs
AgeCommit message (Collapse)Author
2020-06-17Storage: typed headsRoman Smrž
2020-03-21Generation number for stored objectsRoman Smrž
2020-03-05Storage: read object files strictlyRoman Smrž
Avoids problem with exhausting file descriptors when waiting for unfinished lazy reads.
2019-11-26Load and announce identity updatesRoman Smrž
2019-11-17Storage: watching head changesRoman Smrž
2019-10-19Network rewrite with data request and ackRoman Smrž
Packet header is now composed of individual header items, which can be combined in various ways. Received data is properly acknowledged and missing objects can be requested using hashes.
2019-06-04Partial and memory-backed storage variantsRoman Smrž
2019-05-16Key storage interfaceRoman Smrž