aboutsummaryrefslogtreecommitdiff
path: root/src/send.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential memory leakAlex Auvolat2022-09-131-4/+12
|
* Missing cleanupAlex Auvolat2022-09-131-0/+1
|
* Uniformize flag namingAlex Auvolat2022-09-131-7/+7
|
* add precision to protocol descriptionAlex Auvolat2022-09-131-0/+1
|
* Implement Least Attained First scheduling of streamsAlex Auvolat2022-09-061-5/+17
|
* Implement request cancellationAlex Auvolat2022-09-011-12/+45
|
* fix trace messageAlex Auvolat2022-09-011-0/+1
|
* Merge branch 'fix-ping' into stream-bodyAlex Auvolat2022-09-011-4/+7
|
* Add actual support for order tagAlex Auvolat2022-09-011-34/+78
|
* Add OrderTag to Req and Resp, refactor errorsAlex Auvolat2022-09-011-2/+4
|
* Also encode errorkind in streamAlex Auvolat2022-09-011-7/+16
|
* Stream errors are now std::io::ErrorAlex Auvolat2022-09-011-29/+32
|
* Fix things going wrong when sending chan is closedAlex Auvolat2022-07-261-11/+25
|
* Add some debuggingAlex Auvolat2022-07-251-11/+35
|
* Remove broken testAlex Auvolat2022-07-251-95/+0
|
* Cargo fmt; better adapt with_capacity_valuesAlex Auvolat2022-07-221-16/+2
|
* Simplify send.rsAlex Auvolat2022-07-221-155/+50
|
* Clean up framing protocolAlex Auvolat2022-07-221-1/+1
|
* Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-211-1/+1
|
* Use Bytes instead of Vec<u8>Alex Auvolat2022-07-211-2/+3
|
* Refactor send.rsAlex Auvolat2022-07-211-56/+60
|
* Move things aroundAlex Auvolat2022-07-211-0/+410