Jing Yang
|
93f6b20b3f
Update dependencies.
|
9 місяців тому |
Jing Yang
|
58369ffd9f
Address clippy suggestions.
|
2 роки тому |
Jing Yang
|
f5ff46482a
Update Cargo.lock in durio.
|
2 роки тому |
Jing Yang
|
9a192c07c1
Replace SharedSender with the std Sender, which is now Sync.
|
2 роки тому |
Jing Yang
|
18699fdd34
Minor cosmetic change for readability.
|
2 роки тому |
Jing Yang
|
23c826e6f9
Move raft code into its own directory.
|
2 роки тому |
Jing Yang
|
a044b77280
Log error right before assertion failurs in daemons.
|
2 роки тому |
Jing Yang
|
95e703ae78
Update README.
|
2 роки тому |
Jing Yang
|
f2fc71134d
Mark LogArray as a crate-private type.
|
2 роки тому |
Jing Yang
|
f67a450783
Move all remote-related structs into their own mod.
|
2 роки тому |
Jing Yang
|
2901e7a443
Rename log_persister to internal.
|
2 роки тому |
Jing Yang
|
bca6f94695
Upgrade durio to the new storage system.
|
2 роки тому |
Jing Yang
|
83ba7e894f
Release space immediately after snapshot in tests.
|
2 роки тому |
Jing Yang
|
8db888f64d
Delete persister.
|
2 роки тому |
Jing Yang
|
f879688a6b
Save snapshot term with snapshot.
|
2 роки тому |
Jing Yang
|
5fa583a055
Replace persister with storage.
|
2 роки тому |
Jing Yang
|
df79979c08
Add a type_hint() helper method.
|
2 роки тому |
Jing Yang
|
19dd0a5739
Bridge the storage interface to internal types.
|
2 роки тому |
Jing Yang
|
807b8ceee7
Add an in-memory implementation of Raft storage.
|
2 роки тому |
Jing Yang
|
eae9fd0ccc
Implement a do-nothing storage.
|
2 роки тому |
Jing Yang
|
b80f04d31a
Define the storage interface.
|
2 роки тому |
Jing Yang
|
d437abc009
Update Cargo.lock in durio.
|
2 роки тому |
Jing Yang
|
4d0f07bc7e
Add a script to prepare a debian machine to cross build durio.
|
2 роки тому |
Jing Yang
|
847feb248e
Fix durio build after the project structure change.
|
2 роки тому |
Jing Yang
|
4ab3c2a603
Use std::pin::pin instead of futures::pin_mut.
|
2 роки тому |
Jing Yang
|
ff9eda55b8
Update tarpc and other dependencies of durio.
|
2 роки тому |
Jing Yang
|
375fa59ed2
Merge duplicate implementations of null persistor.
|
3 роки тому |
Jing Yang
|
74b991c3b9
Allow one RPC for each commit and each peer in RPC count tests.
|
3 роки тому |
Jing Yang
|
1a43d98384
Remove clippy allows that are no longer necessary.
|
3 роки тому |
Jing Yang
|
63fa6ea1f5
Update Cargo.lock in durio.
|
3 роки тому |