Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | invoke handler that wasn't invoked | Alex Auvolat | 2021-10-21 | 1 | -4/+6 |
* | try fix | Alex Auvolat | 2021-10-21 | 2 | -7/+20 |
* | Add test for priority queue (it seems to work as intended) | Alex Auvolat | 2021-10-20 | 1 | -0/+94 |
* | apply fmt | Alex Auvolat | 2021-10-18 | 1 | -4/+1 |
* | Return None when no IPs could be resolved | Alex Auvolat | 2021-10-18 | 1 | -0/+3 |
* | Add parse_and_resolve_peer_addr | Alex Auvolat | 2021-10-18 | 1 | -0/+14 |
* | Fix test | Alex Auvolat | 2021-10-18 | 1 | -1/+1 |
* | Full mesh peering strategy uses our local address if necessary | Alex Auvolat | 2021-10-15 | 1 | -1/+19 |
* | Add netapp function to drop all handlers | Alex Auvolat | 2021-10-14 | 2 | -2/+11 |
* | Change call() to take a ref to the message to be sent | Alex Auvolat | 2021-10-14 | 5 | -16/+16 |
* | Add .is_up() on connection state | Alex Auvolat | 2021-10-14 | 1 | -0/+14 |
* | Export NodeKey and NetworkKey types | Alex Auvolat | 2021-10-14 | 2 | -1/+5 |
* | Make a public function to parse peer addresses | Alex Auvolat | 2021-10-14 | 1 | -0/+12 |
* | Document | Alex Auvolat | 2021-10-14 | 4 | -62/+141 |
* | Fix cargo fmt | Alex Auvolat | 2021-10-13 | 1 | -15/+23 |
* | Add a modest integration test | Alex Auvolat | 2021-10-13 | 3 | -2/+114 |
* | Properly implement watches for Basalt | Alex Auvolat | 2021-10-13 | 2 | -10/+13 |
* | improve comment | Alex Auvolat | 2021-10-13 | 1 | -1/+1 |
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 10 | -162/+224 |
* | Fix netapp protocol & adapt basalt to new api | Alex Auvolat | 2021-10-13 | 5 | -28/+43 |
* | Move out things from conn.rs into two separate files | Alex Auvolat | 2021-10-12 | 5 | -152/+188 |
* | WIP v0.3.0 with changed API | Alex Auvolat | 2021-10-12 | 8 | -249/+343 |
* | fix fmt lintsv0.2.0-prerelease | Alex Auvolat | 2021-10-12 | 1 | -3/+1 |
* | Use tokio_util::compat instead of the one from kuska-handshake | Alex Auvolat | 2021-10-12 | 2 | -25/+16 |
* | Rewrite because clippy didn't understand drop | Alex Auvolat | 2021-10-12 | 1 | -22/+24 |
* | fix cargo fmt style | Alex Auvolat | 2021-10-12 | 2 | -4/+6 |
* | fix clippy on basalt code | Alex Auvolat | 2021-10-12 | 1 | -7/+7 |
* | Fix clippy lints | Alex Auvolat | 2021-10-12 | 5 | -38/+42 |
* | Upgrade to tokio 1.0 | Alex Auvolat | 2021-10-12 | 6 | -11/+11 |
* | make basalt optionnal during compilation | Alex Auvolat | 2021-03-10 | 1 | -0/+2 |
* | Publish Bᴀsᴀʟᴛ | Alex Auvolat | 2021-02-18 | 2 | -0/+477 |
* | Add resilience when peer_addr() fails | Alex Auvolat | 2021-02-17 | 2 | -3/+6 |
* | Update documentation | Alex Auvolat | 2020-12-14 | 2 | -1/+3 |
* | Merge branch 'master' of git.deuxfleurs.fr:lx/netapp | Alex Auvolat | 2020-12-14 | 5 | -155/+145 |
|\ | |||||
| * | Replace pk,pubkey,PublicKey by id,NodeID,etc | Alex Auvolat | 2020-12-12 | 6 | -167/+137 |
| * | Make it passive-client-friendly | Alex Auvolat | 2020-12-12 | 2 | -22/+42 |
* | | 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 |
* | Add ability to specify our public addr for people to contact us back | Alex Auvolat | 2020-12-11 | 2 | -3/+13 |
* | Less verbosity | Alex Auvolat | 2020-12-11 | 1 | -2/+2 |
* | Small changes | Alex Auvolat | 2020-12-07 | 3 | -31/+37 |
* | Maybe fix something? Idk | Alex Auvolat | 2020-12-07 | 2 | -4/+8 |
* | Do not close connections immediately on close signal, await for remaining res... | Alex Auvolat | 2020-12-07 | 7 | -207/+162 |
* | Call on_disconnected_handler earlier (as soon as .disconnect() is called) | Alex Auvolat | 2020-12-07 | 1 | -18/+23 |
* | Don't close connection at first (stupid) excuse | Alex Auvolat | 2020-12-04 | 2 | -8/+12 |
* | 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 | 9 | -66/+206 |