Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |