Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement request cancellation | Alex Auvolat | 2022-09-01 | 1 | -12/+45 |
* | fix trace message | Alex Auvolat | 2022-09-01 | 1 | -0/+1 |
* | Merge branch 'fix-ping' into stream-body | Alex Auvolat | 2022-09-01 | 1 | -4/+7 |
* | Add actual support for order tag | Alex Auvolat | 2022-09-01 | 1 | -34/+78 |
* | Add OrderTag to Req and Resp, refactor errors | Alex Auvolat | 2022-09-01 | 1 | -2/+4 |
* | Also encode errorkind in stream | Alex Auvolat | 2022-09-01 | 1 | -7/+16 |
* | Stream errors are now std::io::Error | Alex Auvolat | 2022-09-01 | 1 | -29/+32 |
* | Fix things going wrong when sending chan is closed | Alex Auvolat | 2022-07-26 | 1 | -11/+25 |
* | Add some debugging | Alex Auvolat | 2022-07-25 | 1 | -11/+35 |
* | Remove broken test | Alex Auvolat | 2022-07-25 | 1 | -95/+0 |
* | Cargo fmt; better adapt with_capacity_values | Alex Auvolat | 2022-07-22 | 1 | -16/+2 |
* | Simplify send.rs | Alex Auvolat | 2022-07-22 | 1 | -155/+50 |
* | Clean up framing protocol | Alex Auvolat | 2022-07-22 | 1 | -1/+1 |
* | Rename AutoSerialize into SimpleMessage and refactor a bit | Alex Auvolat | 2022-07-21 | 1 | -1/+1 |
* | Use Bytes instead of Vec<u8> | Alex Auvolat | 2022-07-21 | 1 | -2/+3 |
* | Refactor send.rs | Alex Auvolat | 2022-07-21 | 1 | -56/+60 |
* | Move things around | Alex Auvolat | 2022-07-21 | 1 | -0/+410 |