aboutsummaryrefslogtreecommitdiff
path: root/src/peering/basalt.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-ping' into stream-bodyAlex Auvolat2022-09-021-1/+1
|\
| * Update dependenciesupdate-depsAlex Auvolat2022-09-021-1/+1
| |
* | Hide streaming versions as much as possibleAlex Auvolat2022-07-221-13/+4
| |
* | Propose alternative APIAlex Auvolat2022-07-211-4/+13
| |
* | One possibility, but I don't like itAlex Auvolat2022-07-211-5/+4
| |
* | Move things aroundAlex Auvolat2022-07-211-1/+2
|/
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-141-4/+4
| | | | Handlers also receive a ref
* Properly implement watches for BasaltAlex Auvolat2021-10-131-8/+11
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-1/+1
|
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-131-18/+26
|
* fix cargo fmt styleAlex Auvolat2021-10-121-1/+1
|
* fix clippy on basalt codeAlex Auvolat2021-10-121-7/+7
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-121-2/+2
|
* Publish BᴀsᴀʟᴛAlex Auvolat2021-02-181-0/+476
|
* We don't want to publish thisAlex Auvolat2020-12-141-476/+0
|
* Tentative traceAlex Auvolat2020-12-111-0/+2
|
* tiny basalt changeAlex Auvolat2020-12-111-1/+1
|
* Do not close connections immediately on close signal, await for remaining ↵Alex Auvolat2020-12-071-7/+5
| | | | responses
* Don't close connection at first (stupid) excuseAlex Auvolat2020-12-041-6/+6
|
* a logAlex Auvolat2020-12-041-0/+2
|
* more loggingAlex Auvolat2020-12-041-3/+9
|
* LoggingAlex Auvolat2020-12-041-2/+7
|
* DocumentateAlex Auvolat2020-12-021-16/+8
|
* Better handle requests to ourselfAlex Auvolat2020-12-021-22/+18
|
* First commitAlex Auvolat2020-12-021-0/+475