aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add dump of sending queueAlex Auvolat2022-08-311-0/+11
* Ping less frequentlyAlex Auvolat2022-08-311-39/+36
* Update versionv0.4.4Alex Auvolat2022-05-092-2/+2
* Also add addresses from incoming connectionsAlex Auvolat2022-05-091-9/+10
* Handle the possibility of several alternative IP addresses for peersAlex Auvolat2022-05-093-11/+70
* Fix span kind for RPC client sidev0.4.2Alex Auvolat2022-04-073-3/+3
* Release 0.4.1v0.4.1Alex Auvolat2022-03-151-1/+1
* Add logic to handle ping timeouts and other failuresAlex Auvolat2022-03-151-2/+32
* Fix testv0.4.0Alex Auvolat2022-02-211-1/+1
* Avoid logging full node IDsAlex Auvolat2022-02-214-19/+28
* Implement version tag for application as wellAlex Auvolat2022-02-216-28/+46
* Implement version check & transmit more error infoAlex Auvolat2022-02-214-6/+33
* fixAlex Auvolat2022-02-211-1/+1
* Add missing deps to droneAlex Auvolat2022-02-211-0/+1
* Fix imports; rust stable in CIAlex Auvolat2022-02-213-5/+5
* remove unneeded dependencyAlex Auvolat2022-02-211-1/+1
* Formatting & clippyAlex Auvolat2022-02-214-9/+11
* RefactoringAlex Auvolat2022-02-216-53/+132
* Add length of query to spanAlex Auvolat2022-02-182-2/+7
* Correct implementation of distributed tracingAlex Auvolat2022-02-184-37/+67
* Add telemetryAlex Auvolat2022-02-184-6/+248
* Add method to know endpoint pathAlex Auvolat2022-02-163-2/+7
* Ignore error when sending goodbyev0.3.0Alex Auvolat2021-10-251-1/+1
* Better handle connection closingAlex Auvolat2021-10-251-2/+9
* 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-212-7/+20
* Add test for priority queue (it seems to work as intended)Alex Auvolat2021-10-202-0/+96
* apply fmtAlex Auvolat2021-10-181-4/+1
* Make try_connect take &Arc<Self>Alex Auvolat2021-10-180-0/+0
* Return None when no IPs could be resolvedAlex Auvolat2021-10-181-0/+3
* Add parse_and_resolve_peer_addrAlex Auvolat2021-10-181-0/+14
* Fix testAlex Auvolat2021-10-181-1/+1
* Full mesh peering strategy uses our local address if necessaryAlex Auvolat2021-10-152-5/+30
* Update kuska-handshake dependency to use official 0.2.0 releaseAlex Auvolat2021-10-152-2/+3
* Add netapp function to drop all handlersAlex Auvolat2021-10-142-2/+11
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-146-18/+18
* Add .is_up() on connection stateAlex Auvolat2021-10-141-0/+14
* Export NodeKey and NetworkKey typesAlex Auvolat2021-10-142-1/+5
* Make a public function to parse peer addressesAlex Auvolat2021-10-143-15/+16
* Remove some dependenciesAlex Auvolat2021-10-142-33/+1
* DocumentAlex Auvolat2021-10-144-62/+141
* Update dependenciesAlex Auvolat2021-10-141-7/+7
* Fix cargo fmtAlex Auvolat2021-10-131-15/+23
* test in separate drone step (redundant stuff tho)Alex Auvolat2021-10-131-0/+9
* Add a modest integration testAlex Auvolat2021-10-134-2/+115
* Properly implement watches for BasaltAlex Auvolat2021-10-133-15/+20
* improve commentAlex Auvolat2021-10-131-1/+1
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-1315-168/+266