Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -8/+8 |
* | 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 | 2 | -10/+13 |
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 2 | -3/+5 |
* | Fix netapp protocol & adapt basalt to new api | Alex Auvolat | 2021-10-13 | 1 | -18/+26 |
* | 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 cargo fmt style | Alex Auvolat | 2021-10-12 | 1 | -1/+1 |
* | fix clippy on basalt code | Alex Auvolat | 2021-10-12 | 1 | -7/+7 |
* | Fix clippy lints | Alex Auvolat | 2021-10-12 | 1 | -9/+9 |
* | Upgrade to tokio 1.0 | Alex Auvolat | 2021-10-12 | 2 | -3/+3 |
* | make basalt optionnal during compilation | Alex Auvolat | 2021-03-10 | 1 | -0/+2 |
* | Publish Bᴀsᴀʟᴛ | Alex Auvolat | 2021-02-18 | 2 | -0/+477 |
* | Merge branch 'master' of git.deuxfleurs.fr:lx/netapp | Alex Auvolat | 2020-12-14 | 1 | -53/+39 |
|\ | |||||
| * | Replace pk,pubkey,PublicKey by id,NodeID,etc | Alex Auvolat | 2020-12-12 | 2 | -86/+66 |
| * | Make it passive-client-friendly | Alex Auvolat | 2020-12-12 | 1 | -1/+7 |
* | | We don't want to publish this | Alex Auvolat | 2020-12-14 | 2 | -477/+0 |
|/ | |||||
* | Tentative trace | Alex Auvolat | 2020-12-11 | 1 | -0/+2 |
* | tiny basalt change | Alex Auvolat | 2020-12-11 | 1 | -1/+1 |
* | Do not close connections immediately on close signal, await for remaining res... | Alex Auvolat | 2020-12-07 | 2 | -13/+9 |
* | Don't close connection at first (stupid) excuse | Alex Auvolat | 2020-12-04 | 1 | -6/+6 |
* | a log | Alex Auvolat | 2020-12-04 | 1 | -0/+2 |
* | more logging | Alex Auvolat | 2020-12-04 | 1 | -3/+9 |
* | Logging | Alex Auvolat | 2020-12-04 | 1 | -2/+7 |
* | Documentate | Alex Auvolat | 2020-12-02 | 2 | -22/+14 |
* | Better handle requests to ourself | Alex Auvolat | 2020-12-02 | 2 | -42/+25 |
* | First commit | Alex Auvolat | 2020-12-02 | 3 | -0/+914 |