Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix clippy | Alex Auvolat | 2023-01-31 | 1 | -2/+2 |
| | |||||
* | less verbosity | Alex Auvolat | 2022-09-01 | 1 | -1/+0 |
| | |||||
* | try debug | Alex Auvolat | 2022-09-01 | 1 | -0/+1 |
| | |||||
* | Implement request cancellation | Alex Auvolat | 2022-09-01 | 1 | -2/+66 |
| | |||||
* | Merge branch 'fix-ping' into stream-body | Alex Auvolat | 2022-09-01 | 1 | -2/+5 |
|\ | |||||
| * | add debug_name in proto to differenciate messages | Alex Auvolat | 2022-08-31 | 1 | -2/+5 |
| | | |||||
* | | Add actual support for order tag | Alex Auvolat | 2022-09-01 | 1 | -1/+1 |
| | | |||||
* | | Add OrderTag to Req and Resp, refactor errors | Alex Auvolat | 2022-09-01 | 1 | -3/+6 |
| | | |||||
* | | Stream errors are now std::io::Error | Alex Auvolat | 2022-09-01 | 1 | -1/+1 |
| | | |||||
* | | Add some debugging | Alex Auvolat | 2022-07-25 | 1 | -5/+4 |
| | | |||||
* | | Use bounded channels on receive side for backpressure | Alex Auvolat | 2022-07-22 | 1 | -5/+6 |
| | | |||||
* | | Clean up framing protocol | Alex Auvolat | 2022-07-22 | 1 | -40/+18 |
| | | |||||
* | | Propose alternative API | Alex Auvolat | 2022-07-21 | 1 | -6/+9 |
| | | |||||
* | | One possibility, but I don't like it | Alex Auvolat | 2022-07-21 | 1 | -1/+0 |
| | | |||||
* | | Rename AutoSerialize into SimpleMessage and refactor a bit | Alex Auvolat | 2022-07-21 | 1 | -5/+5 |
| | | |||||
* | | Move things around | Alex Auvolat | 2022-07-21 | 1 | -11/+7 |
| | | |||||
* | | add detection of premature eos | trinity-1686a | 2022-07-18 | 1 | -3/+4 |
| | | |||||
* | | use a framing protocol instead of even/odd channel | trinity-1686a | 2022-06-20 | 1 | -20/+12 |
| | | |||||
* | | further work on streams | trinity-1686a | 2022-06-08 | 1 | -3/+2 |
| | | | | | | | | most changes still required are related to error handling | ||||
* | | initial work on associated stream | trinity-1686a | 2022-06-05 | 1 | -14/+23 |
|/ | | | | | | | | | 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 | ||||
* | Fix span kind for RPC client sidev0.4.2 | Alex Auvolat | 2022-04-07 | 1 | -1/+1 |
| | |||||
* | Avoid logging full node IDs | Alex Auvolat | 2022-02-21 | 1 | -3/+4 |
| | |||||
* | Implement version tag for application as well | Alex Auvolat | 2022-02-21 | 1 | -2/+17 |
| | |||||
* | Implement version check & transmit more error info | Alex Auvolat | 2022-02-21 | 1 | -1/+2 |
| | |||||
* | Formatting & clippy | Alex Auvolat | 2022-02-21 | 1 | -3/+3 |
| | |||||
* | Refactoring | Alex Auvolat | 2022-02-21 | 1 | -16/+17 |
| | |||||
* | Add length of query to span | Alex Auvolat | 2022-02-18 | 1 | -2/+6 |
| | |||||
* | Correct implementation of distributed tracing | Alex Auvolat | 2022-02-18 | 1 | -13/+26 |
| | |||||
* | Add telemetry | Alex Auvolat | 2022-02-18 | 1 | -1/+30 |
| | |||||
* | Change call() to take a ref to the message to be sent | Alex Auvolat | 2021-10-14 | 1 | -2/+2 |
| | | | | Handlers also receive a ref | ||||
* | improve comment | Alex Auvolat | 2021-10-13 | 1 | -1/+1 |
| | |||||
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 1 | -39/+39 |
| | |||||
* | Fix netapp protocol & adapt basalt to new api | Alex Auvolat | 2021-10-13 | 1 | -3/+4 |
| | |||||
* | Move out things from conn.rs into two separate files | Alex Auvolat | 2021-10-12 | 1 | -0/+180 |