aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* One possibility, but I don't like itAlex Auvolat2022-07-217-52/+21
|
* Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-217-68/+113
|
* Use Bytes instead of Vec<u8>Alex Auvolat2022-07-214-8/+11
|
* Refactor send.rsAlex Auvolat2022-07-212-60/+61
|
* Move things aroundAlex Auvolat2022-07-2113-410/+424
|
* add detection of premature eostrinity-1686a2022-07-184-19/+58
|
* use a framing protocol instead of even/odd channeltrinity-1686a2022-06-205-234/+193
|
* start supporting sending error on streamtrinity-1686a2022-06-192-29/+72
|
* wait for any ready stream instead of the highest priority onetrinity-1686a2022-06-193-71/+124
|
* further work on streamstrinity-1686a2022-06-086-40/+67
| | | | most changes still required are related to error handling
* rechunk streamtrinity-1686a2022-06-051-65/+94
|
* initial work on associated streamtrinity-1686a2022-06-056-81/+338
| | | | | | | | | still require testing, and fixing a few kinks: - sending packets > 16k truncate them - send one more packet than it could at eos - probably update documentation /!\ contains breaking changes
* 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
|
* Fix span kind for RPC client sidev0.4.2Alex Auvolat2022-04-071-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-214-26/+44
|
* Implement version check & transmit more error infoAlex Auvolat2022-02-214-6/+33
|
* fixAlex Auvolat2022-02-211-1/+1
|
* Fix imports; rust stable in CIAlex 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-182-34/+52
|
* Add telemetryAlex Auvolat2022-02-182-3/+69
|
* Add method to know endpoint pathAlex Auvolat2022-02-161-0/+5
|
* 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-201-0/+94
|
* apply fmtAlex Auvolat2021-10-181-4/+1
|
* 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-151-1/+19
|
* 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-145-16/+16
| | | | Handlers also receive a ref
* 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-141-0/+12
|
* DocumentAlex Auvolat2021-10-144-62/+141
|
* Fix cargo fmtAlex Auvolat2021-10-131-15/+23
|
* Add a modest integration testAlex Auvolat2021-10-133-2/+114
|
* Properly implement watches for BasaltAlex Auvolat2021-10-132-10/+13
|
* improve commentAlex Auvolat2021-10-131-1/+1
|