aboutsummaryrefslogtreecommitdiff
path: root/src/storage/in_memory.rs
Commit message (Expand)AuthorAgeFilesLines
* WIP refactorQuentin Dufour2024-03-081-334/+0
* cargo formatQuentin Dufour2023-12-271-26/+45
* implemente garage storageQuentin Dufour2023-12-271-27/+33
* s3 is now implementedQuentin Dufour2023-12-221-1/+1
* initialize aws sdk with our infoQuentin Dufour2023-12-211-1/+2
* move storage logic into the storage moduleQuentin Dufour2023-12-211-0/+16
* working in memory storageQuentin Dufour2023-12-201-0/+1
* better handle non existing keysQuentin Dufour2023-12-191-8/+16
* wip in mem storage bug fixesQuentin Dufour2023-12-191-7/+13
* implemented an in memory storageQuentin Dufour2023-12-191-60/+182
* Storage trait new implementationQuentin Dufour2023-12-181-7/+28
* new new new storage interfaceQuentin Dufour2023-12-161-70/+107
* fix login modQuentin Dufour2023-11-211-1/+1
* rewrite CryptoKeys with Storage abstractionQuentin Dufour2023-11-211-1/+5
* WIP provider configQuentin Dufour2023-11-171-1/+1
* no more error on baiyouQuentin Dufour2023-11-171-1/+1
* fix orphan storage compatibilityQuentin Dufour2023-11-171-1/+1
* incoming has been fully portedQuentin Dufour2023-11-171-0/+6
* introduce an "orphan" enumQuentin Dufour2023-11-171-2/+13
* not very clear how we pass data across channelQuentin Dufour2023-11-161-0/+4
* WIP refactor storage (new timestamp.rs file)Quentin Dufour2023-11-151-0/+8
* WIP rewrite mail/incomingQuentin Dufour2023-11-021-2/+7
* make all our objects send+syncQuentin Dufour2023-11-021-1/+1
* implement equality+cmp for builders based on urlQuentin Dufour2023-11-021-2/+6
* gradually implement our interfaceQuentin Dufour2023-11-021-3/+7
* start replacing engineQuentin Dufour2023-11-021-1/+1
* example usage of boxed futuresQuentin Dufour2023-11-021-1/+4
* try dynamic dispatchQuentin Dufour2023-11-021-8/+9
* sadly switch to dynamic dispatchQuentin Dufour2023-11-021-12/+4
* implement an AnyCredentialsQuentin Dufour2023-11-011-1/+2
* v2 api storageQuentin Dufour2023-11-011-0/+54
* a first naive version of the storage interfaceQuentin Dufour2023-11-011-0/+0