aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Delete password easilyierAlex Auvolat2022-05-231-4/+7
|
* Add user secret in mix to encrypt keys with passwordAlex Auvolat2022-05-231-8/+58
|
* Fix thingsAlex Auvolat2022-05-201-1/+4
|
* Fix thingsAlex Auvolat2022-05-201-0/+5
|
* implement hash_password and verify_passwordAlex Auvolat2022-05-201-1/+4
|
* cleanupAlex Auvolat2022-05-191-3/+1
|
* CLI skeletonAlex Auvolat2022-05-191-10/+214
|
* Some refactoringAlex Auvolat2022-05-191-48/+4
|
* Refactor K2V/S3 client creationAlex Auvolat2022-05-191-3/+3
|
* cleanupAlex Auvolat2022-05-191-10/+8
|
* More construction of thingsAlex Auvolat2022-05-191-69/+53
|
* Don't try to checkpoint as oftenAlex Auvolat2022-05-181-1/+17
|
* sync() and push() seems to be working, todo checkpoint()Alex Auvolat2022-05-181-11/+39
|
* more stuffAlex Auvolat2022-05-181-2/+7
|
* Skeleton for some stuffAlex Auvolat2022-05-181-0/+47