Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ability to configure ping timeout intervalv0.5.2 | Alex Auvolat | 2022-09-19 | 1 | -2/+14 |
| | |||||
* | No longer need to derive Clone on message types | Alex Auvolat | 2022-09-13 | 1 | -2/+2 |
| | |||||
* | Add documentation | Alex Auvolat | 2022-09-12 | 1 | -0/+1 |
| | |||||
* | Merge branch 'fix-ping' into stream-body | Alex Auvolat | 2022-09-01 | 1 | -42/+35 |
|\ | |||||
| * | Be more lenient on pings | Alex Auvolat | 2022-08-31 | 1 | -9/+5 |
| | | |||||
| * | Ping less frequently | Alex Auvolat | 2022-08-31 | 1 | -39/+36 |
| | | |||||
* | | Hide streaming versions as much as possible | Alex Auvolat | 2022-07-22 | 1 | -7/+5 |
| | | |||||
* | | Propose alternative API | Alex Auvolat | 2022-07-21 | 1 | -5/+7 |
| | | |||||
* | | One possibility, but I don't like it | Alex Auvolat | 2022-07-21 | 1 | -4/+0 |
| | | |||||
* | | Rename AutoSerialize into SimpleMessage and refactor a bit | Alex Auvolat | 2022-07-21 | 1 | -6/+6 |
| | | |||||
* | | Move things around | Alex Auvolat | 2022-07-21 | 1 | -1/+2 |
| | | |||||
* | | further work on streams | trinity-1686a | 2022-06-08 | 1 | -2/+6 |
|/ | | | | most changes still required are related to error handling | ||||
* | Also add addresses from incoming connections | Alex Auvolat | 2022-05-09 | 1 | -9/+10 |
| | |||||
* | Handle the possibility of several alternative IP addresses for peers | Alex Auvolat | 2022-05-09 | 1 | -9/+68 |
| | |||||
* | Add logic to handle ping timeouts and other failures | Alex Auvolat | 2022-03-15 | 1 | -2/+32 |
| | |||||
* | Avoid logging full node IDs | Alex Auvolat | 2022-02-21 | 1 | -9/+13 |
| | |||||
* | clippy & fmt | Alex Auvolat | 2021-10-22 | 1 | -11/+12 |
| | |||||
* | fix again | Alex Auvolat | 2021-10-21 | 1 | -2/+9 |
| | |||||
* | invoke handler that wasn't invoked | Alex Auvolat | 2021-10-21 | 1 | -4/+6 |
| | |||||
* | try fix | Alex Auvolat | 2021-10-21 | 1 | -5/+14 |
| | |||||
* | Full mesh peering strategy uses our local address if necessary | Alex Auvolat | 2021-10-15 | 1 | -1/+19 |
| | |||||
* | 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 | ||||
* | Add .is_up() on connection state | Alex Auvolat | 2021-10-14 | 1 | -0/+14 |
| | |||||
* | Document | Alex Auvolat | 2021-10-14 | 1 | -55/+88 |
| | |||||
* | Properly implement watches for Basalt | Alex Auvolat | 2021-10-13 | 1 | -2/+2 |
| | |||||
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 1 | -2/+4 |
| | |||||
* | WIP v0.3.0 with changed API | Alex Auvolat | 2021-10-12 | 1 | -24/+40 |
| | |||||
* | Rewrite because clippy didn't understand drop | Alex Auvolat | 2021-10-12 | 1 | -22/+24 |
| | |||||
* | Fix clippy lints | Alex Auvolat | 2021-10-12 | 1 | -9/+9 |
| | |||||
* | Upgrade to tokio 1.0 | Alex Auvolat | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | Replace pk,pubkey,PublicKey by id,NodeID,etc | Alex Auvolat | 2020-12-12 | 1 | -53/+39 |
| | |||||
* | Do not close connections immediately on close signal, await for remaining ↵ | Alex Auvolat | 2020-12-07 | 1 | -6/+4 |
| | | | | responses | ||||
* | Documentate | Alex Auvolat | 2020-12-02 | 1 | -6/+6 |
| | |||||
* | Better handle requests to ourself | Alex Auvolat | 2020-12-02 | 1 | -20/+7 |
| | |||||
* | First commit | Alex Auvolat | 2020-12-02 | 1 | -0/+437 |