Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use bounded channels on receive side for backpressure | Alex Auvolat | 2022-07-22 | 1 | -7/+9 |
| | |||||
* | Clean up framing protocol | Alex Auvolat | 2022-07-22 | 1 | -33/+20 |
| | |||||
* | Move things around | Alex Auvolat | 2022-07-21 | 1 | -17/+15 |
| | |||||
* | add detection of premature eos | trinity-1686a | 2022-07-18 | 1 | -1/+2 |
| | |||||
* | use a framing protocol instead of even/odd channel | trinity-1686a | 2022-06-20 | 1 | -16/+10 |
| | |||||
* | initial work on associated stream | trinity-1686a | 2022-06-05 | 1 | -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 well | Alex Auvolat | 2022-02-21 | 1 | -3/+10 |
| | |||||
* | Implement version check & transmit more error info | Alex Auvolat | 2022-02-21 | 1 | -1/+3 |
| | |||||
* | fix | Alex Auvolat | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | Fix imports; rust stable in CI | Alex Auvolat | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | Refactoring | Alex Auvolat | 2022-02-21 | 1 | -28/+14 |
| | |||||
* | Add length of query to span | Alex Auvolat | 2022-02-18 | 1 | -0/+1 |
| | |||||
* | Correct implementation of distributed tracing | Alex Auvolat | 2022-02-18 | 1 | -21/+26 |
| | |||||
* | Add telemetry | Alex Auvolat | 2022-02-18 | 1 | -2/+39 |
| | |||||
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 1 | -55/+46 |
| | |||||
* | Fix netapp protocol & adapt basalt to new api | Alex Auvolat | 2021-10-13 | 1 | -1/+8 |
| | |||||
* | Move out things from conn.rs into two separate files | Alex Auvolat | 2021-10-12 | 1 | -0/+171 |