aboutsummaryrefslogtreecommitdiff
path: root/src/peering
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesupdate-depsAlex Auvolat2022-09-021-1/+1
* Also add addresses from incoming connectionsAlex Auvolat2022-05-091-9/+10
* Handle the possibility of several alternative IP addresses for peersAlex Auvolat2022-05-091-9/+68
* Add logic to handle ping timeouts and other failuresAlex Auvolat2022-03-151-2/+32
* Avoid logging full node IDsAlex Auvolat2022-02-211-9/+13
* clippy & fmtAlex Auvolat2021-10-221-11/+12
* fix againAlex Auvolat2021-10-211-2/+9
* invoke handler that wasn't invokedAlex Auvolat2021-10-211-4/+6
* try fixAlex Auvolat2021-10-211-5/+14
* Full mesh peering strategy uses our local address if necessaryAlex Auvolat2021-10-151-1/+19
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-142-8/+8
* 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 res...Alex Auvolat2020-12-072-13/+9
* 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