Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Req::new | Alex Auvolat | 2022-07-22 | 1 | -0/+4 |
* | Impose static lifetime on message and response | Alex Auvolat | 2022-07-22 | 1 | -2/+2 |
* | Remove copy of serialized thing in encode | Alex Auvolat | 2022-07-22 | 1 | -7/+4 |
* | Cargo fmt; better adapt with_capacity_values | Alex Auvolat | 2022-07-22 | 1 | -6/+15 |
* | Terminology: don't use the word "body" anymore, talk of "attached stream" | Alex Auvolat | 2022-07-22 | 1 | -43/+40 |
* | Add Resp::into_parts | Alex Auvolat | 2022-07-22 | 1 | -4/+8 |
* | Small optimization | Alex Auvolat | 2022-07-22 | 1 | -0/+4 |
* | Clean up framing protocol | Alex Auvolat | 2022-07-22 | 1 | -149/+208 |
* | Hide streaming versions as much as possible | Alex Auvolat | 2022-07-22 | 1 | -1/+1 |
* | Propose alternative API | Alex Auvolat | 2022-07-21 | 1 | -63/+142 |
* | One possibility, but I don't like it | Alex Auvolat | 2022-07-21 | 1 | -37/+17 |
* | Rename AutoSerialize into SimpleMessage and refactor a bit | Alex Auvolat | 2022-07-21 | 1 | -34/+84 |
* | Use Bytes instead of Vec<u8> | Alex Auvolat | 2022-07-21 | 1 | -4/+4 |
* | Move things around | Alex Auvolat | 2022-07-21 | 1 | -0/+255 |
* | WIP v0.3.0 with changed API | Alex Auvolat | 2021-10-12 | 1 | -36/+0 |
* | Add ability to specify our public addr for people to contact us back | Alex Auvolat | 2020-12-11 | 1 | -0/+3 |
* | Documentate | Alex Auvolat | 2020-12-02 | 1 | -0/+15 |
* | First commit | Alex Auvolat | 2020-12-02 | 1 | -0/+18 |