Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | start supporting sending error on stream | trinity-1686a | 2022-06-19 | 1 | -28/+71 |
| | |||||
* | wait for any ready stream instead of the highest priority one | trinity-1686a | 2022-06-19 | 1 | -70/+115 |
| | |||||
* | further work on streams | trinity-1686a | 2022-06-08 | 1 | -2/+3 |
| | | | | most changes still required are related to error handling | ||||
* | rechunk stream | trinity-1686a | 2022-06-05 | 1 | -65/+94 |
| | |||||
* | initial work on associated stream | trinity-1686a | 2022-06-05 | 1 | -44/+216 |
| | | | | | | | | | 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 | -20/+1 |
| | |||||
* | Implement version check & transmit more error info | Alex Auvolat | 2022-02-21 | 1 | -1/+21 |
| | |||||
* | Refactoring | Alex Auvolat | 2022-02-21 | 1 | -5/+19 |
| | |||||
* | Ignore error when sending goodbyev0.3.0 | Alex Auvolat | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | Better handle connection closing | Alex Auvolat | 2021-10-25 | 1 | -2/+9 |
| | |||||
* | Add test for priority queue (it seems to work as intended) | Alex Auvolat | 2021-10-20 | 1 | -0/+94 |
| | |||||
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 1 | -31/+25 |
| | |||||
* | Move out things from conn.rs into two separate files | Alex Auvolat | 2021-10-12 | 1 | -6/+8 |
| | |||||
* | WIP v0.3.0 with changed API | Alex Auvolat | 2021-10-12 | 1 | -14/+22 |
| | |||||
* | Use tokio_util::compat instead of the one from kuska-handshake | Alex Auvolat | 2021-10-12 | 1 | -4/+3 |
| | |||||
* | Fix clippy lints | Alex Auvolat | 2021-10-12 | 1 | -3/+3 |
| | |||||
* | Upgrade to tokio 1.0 | Alex Auvolat | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | Small changes | Alex Auvolat | 2020-12-07 | 1 | -11/+10 |
| | |||||
* | Maybe fix something? Idk | Alex Auvolat | 2020-12-07 | 1 | -4/+4 |
| | |||||
* | Do not close connections immediately on close signal, await for remaining ↵ | Alex Auvolat | 2020-12-07 | 1 | -107/+43 |
| | | | | responses | ||||
* | Documentate | Alex Auvolat | 2020-12-02 | 1 | -10/+27 |
| | |||||
* | First commit | Alex Auvolat | 2020-12-02 | 1 | -0/+251 |