aboutsummaryrefslogtreecommitdiff
path: root/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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