Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No longer need to derive Clone on message types | Alex Auvolat | 2022-09-13 | 1 | -1/+1 |
| | |||||
* | Bump netapp version to 0.5 | Alex Auvolat | 2022-07-22 | 1 | -1/+1 |
| | |||||
* | Move things around and fix error bit | Alex Auvolat | 2022-07-22 | 1 | -1/+7 |
| | |||||
* | Hide streaming versions as much as possible | Alex Auvolat | 2022-07-22 | 1 | -4/+2 |
| | |||||
* | Propose alternative API | Alex Auvolat | 2022-07-21 | 1 | -1/+4 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Move things around | Alex Auvolat | 2022-07-21 | 1 | -1/+1 |
| | |||||
* | further work on streams | trinity-1686a | 2022-06-08 | 1 | -1/+3 |
| | | | | most changes still required are related to error handling | ||||
* | Avoid logging full node IDs | Alex Auvolat | 2022-02-21 | 1 | -6/+10 |
| | |||||
* | Implement version tag for application as well | Alex Auvolat | 2022-02-21 | 1 | -1/+16 |
| | |||||
* | try fix | Alex Auvolat | 2021-10-21 | 1 | -2/+6 |
| | |||||
* | Add netapp function to drop all handlers | Alex Auvolat | 2021-10-14 | 1 | -0/+9 |
| | |||||
* | Change call() to take a ref to the message to be sent | Alex Auvolat | 2021-10-14 | 1 | -2/+2 |
| | | | | Handlers also receive a ref | ||||
* | Document | Alex Auvolat | 2021-10-14 | 1 | -4/+13 |
| | |||||
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 1 | -30/+77 |
| | |||||
* | Fix netapp protocol & adapt basalt to new api | Alex Auvolat | 2021-10-13 | 1 | -6/+4 |
| | |||||
* | Move out things from conn.rs into two separate files | Alex Auvolat | 2021-10-12 | 1 | -1/+2 |
| | |||||
* | WIP v0.3.0 with changed API | Alex Auvolat | 2021-10-12 | 1 | -153/+63 |
| | |||||
* | fix cargo fmt style | Alex Auvolat | 2021-10-12 | 1 | -3/+5 |
| | |||||
* | Fix clippy lints | Alex Auvolat | 2021-10-12 | 1 | -15/+19 |
| | |||||
* | Upgrade to tokio 1.0 | Alex Auvolat | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | Add resilience when peer_addr() fails | Alex Auvolat | 2021-02-17 | 1 | -1/+4 |
| | |||||
* | Update documentation | Alex Auvolat | 2020-12-14 | 1 | -0/+2 |
| | |||||
* | Replace pk,pubkey,PublicKey by id,NodeID,etc | Alex Auvolat | 2020-12-12 | 1 | -64/+52 |
| | |||||
* | Make it passive-client-friendly | Alex Auvolat | 2020-12-12 | 1 | -21/+35 |
| | |||||
* | Add ability to specify our public addr for people to contact us back | Alex Auvolat | 2020-12-11 | 1 | -3/+10 |
| | |||||
* | Small changes | Alex Auvolat | 2020-12-07 | 1 | -7/+17 |
| | |||||
* | Do not close connections immediately on close signal, await for remaining ↵ | Alex Auvolat | 2020-12-07 | 1 | -14/+22 |
| | | | | responses | ||||
* | Call on_disconnected_handler earlier (as soon as .disconnect() is called) | Alex Auvolat | 2020-12-07 | 1 | -18/+23 |
| | |||||
* | Documentate | Alex Auvolat | 2020-12-02 | 1 | -22/+111 |
| | |||||
* | Better handle requests to ourself | Alex Auvolat | 2020-12-02 | 1 | -25/+127 |
| | |||||
* | First commit | Alex Auvolat | 2020-12-02 | 1 | -0/+214 |