Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide streaming versions as much as possible | Alex Auvolat | 2022-07-22 | 2 | -20/+9 |
| | |||||
* | Propose alternative API | Alex Auvolat | 2022-07-21 | 2 | -9/+20 |
| | |||||
* | One possibility, but I don't like it | Alex Auvolat | 2022-07-21 | 2 | -9/+4 |
| | |||||
* | Rename AutoSerialize into SimpleMessage and refactor a bit | Alex Auvolat | 2022-07-21 | 1 | -6/+6 |
| | |||||
* | Move things around | Alex Auvolat | 2022-07-21 | 2 | -2/+4 |
| | |||||
* | 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 | 2 | -8/+8 |
| | | | | 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 | 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 ↵ | Alex Auvolat | 2020-12-07 | 2 | -13/+9 |
| | | | | responses | ||||
* | 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 |