aboutsummaryrefslogtreecommitdiff
path: root/src/server.rs
Commit message (Expand)AuthorAgeFilesLines
* Add OrderTag to Req and Resp, refactor errorsAlex Auvolat2022-09-011-16/+6
* Add some debuggingAlex Auvolat2022-07-251-3/+4
* Use bounded channels on receive side for backpressureAlex Auvolat2022-07-221-7/+9
* Clean up framing protocolAlex Auvolat2022-07-221-33/+20
* Move things aroundAlex Auvolat2022-07-211-17/+15
* add detection of premature eostrinity-1686a2022-07-181-1/+2
* use a framing protocol instead of even/odd channeltrinity-1686a2022-06-201-16/+10
* initial work on associated streamtrinity-1686a2022-06-051-12/+26
* Implement version tag for application as wellAlex Auvolat2022-02-211-3/+10
* Implement version check & transmit more error infoAlex Auvolat2022-02-211-1/+3
* fixAlex Auvolat2022-02-211-1/+1
* Fix imports; rust stable in CIAlex Auvolat2022-02-211-1/+1
* RefactoringAlex Auvolat2022-02-211-28/+14
* Add length of query to spanAlex Auvolat2022-02-181-0/+1
* Correct implementation of distributed tracingAlex Auvolat2022-02-181-21/+26
* Add telemetryAlex Auvolat2022-02-181-2/+39
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-55/+46
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-131-1/+8
* Move out things from conn.rs into two separate filesAlex Auvolat2021-10-121-0/+171