1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2025-01-10 05:04:26 +01:00

13 Commits

Author SHA1 Message Date
H1ghBre4k3r
cd780b122d First refactorings for contacts and bloom api 2021-12-10 15:30:21 +01:00
H1ghBre4k3r
4399810691 Contacts: Add possibility to retrieve number of infected contacts for a period key 2021-12-10 15:30:21 +01:00
Patrick Rathje
ecb7bb05ea Record Binary Search Refactoring 2021-07-23 11:48:34 +02:00
H1ghBre4k3r
fde55d947e Add TODOs for refactoring according to PR review and refactor ens_fs_write to return error, if entry is not only ones 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
796cf0f089 Fix multiple results of the PR:
- cleanup of sequence number utilites
- dynamic calculation of nvs sectors for fs information
- usage of buffer in ens_fs
- check for max entry size (page size)
- usage of interal entry size, which is always the next larger power of 2 to a given entry size
2021-05-25 18:06:15 +02:00
H1ghBre4k3r
3abbc61757 Storage: Add 3 byte for metadata to record_t and use it in initialization for ens_fs 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
ece832fbff Storage: Use correct datatypes for storage information 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
e36bfa751a Storage: Adjust record_information correctly when erasing pages and deleting contacts 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
970a42aea8 Use record instead of contact as naming convention 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
80cba23823 Format ens files and add .clang-format file 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
aa17d584b3 Implement ens_records_iterator_init_timerange via binary search 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
c8607507b7 Use record_t for storing contacts 2021-05-25 18:06:15 +02:00
H1ghBre4k3r
d38996a021 Implement ens_fs and move ens stuff to ens directory 2021-05-25 18:06:15 +02:00