Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix comment | Alex Auvolat | 2022-09-13 | 1 | -2/+2 |
| | |||||
* | try make more like before | Alex Auvolat | 2022-09-13 | 1 | -1/+1 |
| | |||||
* | Impose static lifetime on message and response | Alex Auvolat | 2022-07-22 | 1 | -3/+3 |
| | |||||
* | Terminology: don't use the word "body" anymore, talk of "attached stream" | Alex Auvolat | 2022-07-22 | 1 | -2/+2 |
| | |||||
* | Small optimization | Alex Auvolat | 2022-07-22 | 1 | -1/+4 |
| | |||||
* | Add comment | Alex Auvolat | 2022-07-22 | 1 | -0/+3 |
| | |||||
* | Move things around and fix error bit | Alex Auvolat | 2022-07-22 | 1 | -1/+0 |
| | |||||
* | Clean up framing protocol | Alex Auvolat | 2022-07-22 | 1 | -26/+4 |
| | |||||
* | Hide streaming versions as much as possible | Alex Auvolat | 2022-07-22 | 1 | -15/+43 |
| | |||||
* | Propose alternative API | Alex Auvolat | 2022-07-21 | 1 | -11/+34 |
| | |||||
* | One possibility, but I don't like it | Alex Auvolat | 2022-07-21 | 1 | -1/+0 |
| | |||||
* | Rename AutoSerialize into SimpleMessage and refactor a bit | Alex Auvolat | 2022-07-21 | 1 | -12/+10 |
| | |||||
* | Move things around | Alex Auvolat | 2022-07-21 | 1 | -73/+5 |
| | |||||
* | use a framing protocol instead of even/odd channel | trinity-1686a | 2022-06-20 | 1 | -1/+0 |
| | |||||
* | wait for any ready stream instead of the highest priority one | trinity-1686a | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | further work on streams | trinity-1686a | 2022-06-08 | 1 | -31/+49 |
| | | | | most changes still required are related to error handling | ||||
* | initial work on associated stream | trinity-1686a | 2022-06-05 | 1 | -6/+60 |
| | | | | | | | | | 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 | ||||
* | Avoid logging full node IDs | Alex Auvolat | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | Formatting & clippy | Alex Auvolat | 2022-02-21 | 1 | -3/+5 |
| | |||||
* | Refactoring | Alex Auvolat | 2022-02-21 | 1 | -4/+6 |
| | |||||
* | Add method to know endpoint path | Alex Auvolat | 2022-02-16 | 1 | -0/+5 |
| | |||||
* | Add netapp function to drop all handlers | Alex Auvolat | 2021-10-14 | 1 | -2/+2 |
| | |||||
* | Change call() to take a ref to the message to be sent | Alex Auvolat | 2021-10-14 | 1 | -4/+4 |
| | | | | Handlers also receive a ref | ||||
* | Document | Alex Auvolat | 2021-10-14 | 1 | -3/+36 |
| | |||||
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 1 | -1/+0 |
| | |||||
* | Fix netapp protocol & adapt basalt to new api | Alex Auvolat | 2021-10-13 | 1 | -0/+1 |
| | |||||
* | WIP v0.3.0 with changed API | Alex Auvolat | 2021-10-12 | 1 | -0/+125 |