aboutsummaryrefslogtreecommitdiff
path: root/src/peering
Commit message (Collapse)AuthorAgeFilesLines
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-142-8/+8
| | | | Handlers also receive a ref
* Add .is_up() on connection stateAlex Auvolat2021-10-141-0/+14
|
* DocumentAlex Auvolat2021-10-141-55/+88
|
* Properly implement watches for BasaltAlex Auvolat2021-10-132-10/+13
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-132-3/+5
|
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-131-18/+26
|
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-121-24/+40
|
* Rewrite because clippy didn't understand dropAlex Auvolat2021-10-121-22/+24
|
* fix cargo fmt styleAlex Auvolat2021-10-121-1/+1
|
* fix clippy on basalt codeAlex Auvolat2021-10-121-7/+7
|
* Fix clippy lintsAlex Auvolat2021-10-121-9/+9
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-122-3/+3
|
* make basalt optionnal during compilationAlex Auvolat2021-03-101-0/+2
|
* Publish BᴀsᴀʟᴛAlex Auvolat2021-02-182-0/+477
|
* Merge branch 'master' of git.deuxfleurs.fr:lx/netappAlex Auvolat2020-12-141-53/+39
|\
| * Replace pk,pubkey,PublicKey by id,NodeID,etcAlex Auvolat2020-12-122-86/+66
| |
| * Make it passive-client-friendlyAlex Auvolat2020-12-121-1/+7
| |
* | We don't want to publish thisAlex Auvolat2020-12-142-477/+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-072-13/+9
| | | | 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-022-22/+14
|
* Better handle requests to ourselfAlex Auvolat2020-12-022-42/+25
|
* First commitAlex Auvolat2020-12-023-0/+914