Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uniformize flag naming | Alex Auvolat | 2022-09-13 | 1 | -2/+2 |
| | |||||
* | Implement request cancellation | Alex Auvolat | 2022-09-01 | 1 | -1/+17 |
| | |||||
* | Merge branch 'fix-ping' into stream-body | Alex Auvolat | 2022-09-01 | 1 | -7/+9 |
| | |||||
* | Add OrderTag to Req and Resp, refactor errors | Alex Auvolat | 2022-09-01 | 1 | -2/+6 |
| | |||||
* | Also encode errorkind in stream | Alex Auvolat | 2022-09-01 | 1 | -3/+4 |
| | |||||
* | Stream errors are now std::io::Error | Alex Auvolat | 2022-09-01 | 1 | -17/+21 |
| | |||||
* | recv side: use unbounded channel to remove deadlock | Alex Auvolat | 2022-09-01 | 1 | -10/+8 |
| | |||||
* | Fix things going wrong when sending chan is closed | Alex Auvolat | 2022-07-26 | 1 | -1/+6 |
| | |||||
* | Add some debugging | Alex Auvolat | 2022-07-25 | 1 | -4/+15 |
| | |||||
* | Remove blocking_send that crashes | Alex Auvolat | 2022-07-25 | 1 | -1/+3 |
| | |||||
* | Move things around and fix error bit | Alex Auvolat | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | Use bounded channels on receive side for backpressure | Alex Auvolat | 2022-07-22 | 1 | -20/+18 |
| | |||||
* | Clean up framing protocol | Alex Auvolat | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | Use Bytes instead of Vec<u8> | Alex Auvolat | 2022-07-21 | 1 | -1/+2 |
| | |||||
* | Refactor send.rs | Alex Auvolat | 2022-07-21 | 1 | -4/+1 |
| | |||||
* | Move things around | Alex Auvolat | 2022-07-21 | 1 | -0/+114 |