Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix clippy | Alex Auvolat | 2023-01-31 | 1 | -3/+3 |
| | |||||
* | Add async version of parse_and_resolve_peer_addrv0.5.1 | Alex Auvolat | 2022-09-14 | 1 | -1/+17 |
| | |||||
* | Move things around and fix error bit | Alex Auvolat | 2022-07-22 | 1 | -6/+1 |
| | |||||
* | Clean up framing protocol | Alex Auvolat | 2022-07-22 | 1 | -15/+0 |
| | |||||
* | Hide streaming versions as much as possible | Alex Auvolat | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | One possibility, but I don't like it | Alex Auvolat | 2022-07-21 | 1 | -2/+0 |
| | |||||
* | Rename AutoSerialize into SimpleMessage and refactor a bit | Alex Auvolat | 2022-07-21 | 1 | -7/+4 |
| | |||||
* | Use Bytes instead of Vec<u8> | Alex Auvolat | 2022-07-21 | 1 | -1/+2 |
| | |||||
* | Move things around | Alex Auvolat | 2022-07-21 | 1 | -7/+5 |
| | |||||
* | add detection of premature eos | trinity-1686a | 2022-07-18 | 1 | -3/+5 |
| | |||||
* | start supporting sending error on stream | trinity-1686a | 2022-06-19 | 1 | -1/+1 |
| | |||||
* | wait for any ready stream instead of the highest priority one | trinity-1686a | 2022-06-19 | 1 | -0/+8 |
| | |||||
* | further work on streams | trinity-1686a | 2022-06-08 | 1 | -1/+4 |
| | | | | most changes still required are related to error handling | ||||
* | initial work on associated stream | trinity-1686a | 2022-06-05 | 1 | -5/+12 |
| | | | | | | | | | 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 | ||||
* | apply fmt | Alex Auvolat | 2021-10-18 | 1 | -4/+1 |
| | |||||
* | Return None when no IPs could be resolved | Alex Auvolat | 2021-10-18 | 1 | -0/+3 |
| | |||||
* | Add parse_and_resolve_peer_addr | Alex Auvolat | 2021-10-18 | 1 | -0/+14 |
| | |||||
* | Export NodeKey and NetworkKey types | Alex Auvolat | 2021-10-14 | 1 | -0/+4 |
| | |||||
* | Make a public function to parse peer addresses | Alex Auvolat | 2021-10-14 | 1 | -0/+12 |
| | |||||
* | Document | Alex Auvolat | 2021-10-14 | 1 | -0/+4 |
| | |||||
* | Add a modest integration test | Alex Auvolat | 2021-10-13 | 1 | -1/+1 |
| | |||||
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 1 | -0/+14 |
| | |||||
* | Upgrade to tokio 1.0 | Alex Auvolat | 2021-10-12 | 1 | -3/+3 |
| | |||||
* | Replace pk,pubkey,PublicKey by id,NodeID,etc | Alex Auvolat | 2020-12-12 | 1 | -0/+2 |
| | |||||
* | Do not close connections immediately on close signal, await for remaining ↵ | Alex Auvolat | 2020-12-07 | 1 | -0/+20 |
| | | | | responses | ||||
* | Documentate | Alex Auvolat | 2020-12-02 | 1 | -1/+5 |
| | |||||
* | First commit | Alex Auvolat | 2020-12-02 | 1 | -0/+14 |