aboutsummaryrefslogtreecommitdiff
path: root/src/client.rs
Commit message (Expand)AuthorAgeFilesLines
* Add actual support for order tagAlex Auvolat2022-09-011-1/+1
* Add OrderTag to Req and Resp, refactor errorsAlex Auvolat2022-09-011-3/+6
* Stream errors are now std::io::ErrorAlex Auvolat2022-09-011-1/+1
* Add some debuggingAlex Auvolat2022-07-251-5/+4
* Use bounded channels on receive side for backpressureAlex Auvolat2022-07-221-5/+6
* Clean up framing protocolAlex Auvolat2022-07-221-40/+18
* Propose alternative APIAlex Auvolat2022-07-211-6/+9
* One possibility, but I don't like itAlex Auvolat2022-07-211-1/+0
* Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-211-5/+5
* Move things aroundAlex Auvolat2022-07-211-11/+7
* add detection of premature eostrinity-1686a2022-07-181-3/+4
* use a framing protocol instead of even/odd channeltrinity-1686a2022-06-201-20/+12
* further work on streamstrinity-1686a2022-06-081-3/+2
* initial work on associated streamtrinity-1686a2022-06-051-14/+23
* Fix span kind for RPC client sidev0.4.2Alex Auvolat2022-04-071-1/+1
* Avoid logging full node IDsAlex Auvolat2022-02-211-3/+4
* Implement version tag for application as wellAlex Auvolat2022-02-211-2/+17
* Implement version check & transmit more error infoAlex Auvolat2022-02-211-1/+2
* Formatting & clippyAlex Auvolat2022-02-211-3/+3
* RefactoringAlex Auvolat2022-02-211-16/+17
* Add length of query to spanAlex Auvolat2022-02-181-2/+6
* Correct implementation of distributed tracingAlex Auvolat2022-02-181-13/+26
* Add telemetryAlex Auvolat2022-02-181-1/+30
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-141-2/+2
* improve commentAlex Auvolat2021-10-131-1/+1
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-39/+39
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-131-3/+4
* Move out things from conn.rs into two separate filesAlex Auvolat2021-10-121-0/+180