index
:
erebos
devel
master
ref-map
ref-set
release-0.1
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Storage.hs
Age
Commit message (
Collapse
)
Author
2023-08-30
Replace storedStorage usage with MonadHead
Roman Smrž
2023-08-30
Storage: make sure new head object is in appropriate storage
Roman Smrž
2023-08-30
Call refStorage only internally in Storage modules
Roman Smrž
2023-01-28
Empty record item type
Roman Smrž
2022-07-26
Generalize head updates to provided MonadIO instances
Roman Smrž
2022-07-16
Test: store command for arbitrary type and data
Roman Smrž
2022-07-15
Stored roots with caching
Roman Smrž
2021-12-07
Storage: guard changes on watched heads
Roman Smrž
2021-12-07
Storage: head watch with selector and unwatch function
Roman Smrž
2021-02-04
Storage: encode digest algorithm alongside hash data
Roman Smrž
2021-01-30
Storage: hexadecimal encoding of binary record items
Roman Smrž
2020-12-30
Discovery service
Roman Smrž
2020-10-17
Peer connection through ICE
Roman Smrž
2020-06-17
Storage: typed heads
Roman Smrž
2020-03-21
Generation number for stored objects
Roman Smrž
2020-01-19
Synchronization service
Roman Smrž
2020-01-18
Shared state with arbitrary types
Roman Smrž
2020-01-16
Storage: UUID record item type
Roman Smrž
2019-12-02
Storage: move stored list to separate module
Roman Smrž
2019-11-26
Load and announce identity updates
Roman Smrž
2019-11-17
Storage: watching head changes
Roman Smrž
2019-11-09
Storage: do not export unsafe storeObject
Roman Smrž
2019-11-09
Attach device service
Roman Smrž
2019-10-19
Network rewrite with data request and ack
Roman 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-09-28
Storage: escape newlines by appending tabs
Roman Smrž
2019-06-04
Partial and memory-backed storage variants
Roman Smrž
2019-05-16
Key storage interface
Roman Smrž
2019-05-09
Storage: fix loop error in zeroRef implementation
Roman Smrž
2019-05-06
Multiple signatures in Signed object
Roman Smrž
2019-05-06
Generic collecting of objects through references
Roman Smrž
2019-05-06
Signed identities using ED25519
Roman Smrž
2019-05-05
Storage: base64-encoded binary data in records
Roman Smrž
2019-05-05
Storage: switch to Blake2b hash from cryptonite
Roman Smrž
2019-05-02
Storage: parsing multiple objects from one bytestring
Roman Smrž
2019-05-02
Storage: serialization/deserialization without refs
Roman Smrž
2019-04-28
Storage: swap record item name and type order
Roman Smrž
2019-04-28
Import Storage module
Roman Smrž