aboutsummaryrefslogtreecommitdiff
path: root/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix clippyAlex Auvolat2023-01-311-1/+1
|
* undo needless changestream-bodyAlex Auvolat2022-09-131-1/+1
|
* Implement request cancellationAlex Auvolat2022-09-011-6/+31
|
* Merge branch 'fix-ping' into stream-bodyAlex Auvolat2022-09-011-2/+5
|\
| * SVR -> SRVAlex Auvolat2022-08-311-1/+1
| |
| * add debug_name in proto to differenciate messagesAlex Auvolat2022-08-311-2/+5
| |
* | Add actual support for order tagAlex Auvolat2022-09-011-1/+1
| |
* | 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
|/ | | | | | | | | 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
* 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