-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support async storage #1152
base: main
Are you sure you want to change the base?
Support async storage #1152
Commits on Nov 6, 2023
-
Tim Bruijnzeels committed
Nov 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 5ac4bfd - Browse repository at this point
Copy the full SHA 5ac4bfdView commit details -
Push impl Signer down to SignerProviders
Tim Bruijnzeels authoredNov 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 1b7fc90 - Browse repository at this point
Copy the full SHA 1b7fc90View commit details
Commits on Nov 15, 2023
-
* Move KV into krill * Move Storable to storage::types * Embed used functions from kvx and convert from trait to enum.
Tim Bruijnzeels authoredNov 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 9760f52 - Browse repository at this point
Copy the full SHA 9760f52View commit details -
Merge branch 'main' into prep-0.15.0-rc1
Tim Bruijnzeels committedNov 15, 2023 Configuration menu - View commit details
-
Copy full SHA for dd27534 - Browse repository at this point
Copy the full SHA dd27534View commit details -
Merge branch 'prep-0.15.0-rc1' into async-storage
Tim Bruijnzeels committedNov 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 764e88a - Browse repository at this point
Copy the full SHA 764e88aView commit details
Commits on Nov 19, 2023
-
Make KeyValueStore async. Implementations are still sync.
Tim Bruijnzeels committedNov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 9ab5dee - Browse repository at this point
Copy the full SHA 9ab5deeView commit details -
Depend on development branch of rpki-rs
Tim Bruijnzeels committedNov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 9c2b76b - Browse repository at this point
Copy the full SHA 9c2b76bView commit details -
Tim Bruijnzeels committed
Nov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 719e53f - Browse repository at this point
Copy the full SHA 719e53fView commit details -
Tim Bruijnzeels committed
Nov 19, 2023 Configuration menu - View commit details
-
Copy full SHA for c016911 - Browse repository at this point
Copy the full SHA c016911View commit details
Commits on Nov 20, 2023
-
Update minimum rust version to 1.70
Tim Bruijnzeels committedNov 20, 2023 Configuration menu - View commit details
-
Copy full SHA for e046858 - Browse repository at this point
Copy the full SHA e046858View commit details -
Make KeyValueStoreDispatcher async.
Tim Bruijnzeels committedNov 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 5b7c872 - Browse repository at this point
Copy the full SHA 5b7c872View commit details
Commits on Nov 22, 2023
-
Alway use a tempfile for writing new values to disk. #1160
Tim Bruijnzeels committedNov 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 0ff3514 - Browse repository at this point
Copy the full SHA 0ff3514View commit details
Commits on Dec 7, 2023
-
Merge branch 'main' into prep-0.15.0-rc1
Tim Bruijnzeels committedDec 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 370855a - Browse repository at this point
Copy the full SHA 370855aView commit details -
Merge branch 'prep-0.15.0-rc1' into async-storage
Tim Bruijnzeels committedDec 7, 2023 Configuration menu - View commit details
-
Copy full SHA for bfffb7a - Browse repository at this point
Copy the full SHA bfffb7aView commit details -
Ignore error when deleting test temp dir.
Tim Bruijnzeels committedDec 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 05d0e4b - Browse repository at this point
Copy the full SHA 05d0e4bView commit details
Commits on Dec 13, 2023
-
Use async file locks based on flock for disk.
Tim Bruijnzeels committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for ea34cc1 - Browse repository at this point
Copy the full SHA ea34cc1View commit details -
Add timeout for disk lock and explain windows is not supported.
Tim Bruijnzeels committedDec 13, 2023 Configuration menu - View commit details
-
Copy full SHA for ce742ac - Browse repository at this point
Copy the full SHA ce742acView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 209e034 - Browse repository at this point
Copy the full SHA 209e034View commit details