Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better handle connection closing | Alex Auvolat | 2021-10-25 | 1 | -2/+9 |
* | 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 | 2 | -7/+20 |
* | Add test for priority queue (it seems to work as intended) | Alex Auvolat | 2021-10-20 | 2 | -0/+96 |
* | apply fmt | Alex Auvolat | 2021-10-18 | 1 | -4/+1 |
* | Make try_connect take &Arc<Self> | Alex Auvolat | 2021-10-18 | 0 | -0/+0 |
* | 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 | 2 | -5/+30 |
* | Update kuska-handshake dependency to use official 0.2.0 release | Alex Auvolat | 2021-10-15 | 2 | -2/+3 |
* | 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 | 6 | -18/+18 |
* | 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 | 3 | -15/+16 |
* | Remove some dependencies | Alex Auvolat | 2021-10-14 | 2 | -33/+1 |
* | Document | Alex Auvolat | 2021-10-14 | 4 | -62/+141 |
* | Update dependencies | Alex Auvolat | 2021-10-14 | 1 | -7/+7 |
* | Fix cargo fmt | Alex Auvolat | 2021-10-13 | 1 | -15/+23 |
* | test in separate drone step (redundant stuff tho) | Alex Auvolat | 2021-10-13 | 1 | -0/+9 |
* | Add a modest integration test | Alex Auvolat | 2021-10-13 | 4 | -2/+115 |
* | Properly implement watches for Basalt | Alex Auvolat | 2021-10-13 | 3 | -15/+20 |
* | improve comment | Alex Auvolat | 2021-10-13 | 1 | -1/+1 |
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 15 | -168/+266 |
* | Fix netapp protocol & adapt basalt to new api | Alex Auvolat | 2021-10-13 | 10 | -67/+128 |
* | Move out things from conn.rs into two separate files | Alex Auvolat | 2021-10-12 | 7 | -154/+190 |
* | WIP v0.3.0 with changed API | Alex Auvolat | 2021-10-12 | 9 | -250/+344 |
* | 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 | 4 | -568/+158 |
* | 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 |
* | Add cargo fmt and clippy checks to drone CI | Alex Auvolat | 2021-10-12 | 1 | -44/+9 |
* | 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 | 9 | -155/+62 |
* | Fix drone ?HEADmaster | Alex Auvolat | 2021-03-15 | 1 | -1/+1 |
* | update versions | Alex Auvolat | 2021-03-10 | 2 | -137/+201 |
* | make basalt optionnal during compilation | Alex Auvolat | 2021-03-10 | 3 | -8/+42 |
* | v0.1.1v0.1.1 | Alex Auvolat | 2021-02-18 | 2 | -2/+2 |
* | Add CI badge | Alex Auvolat | 2021-02-18 | 1 | -0/+2 |
* | Publish Bᴀsᴀʟᴛ | Alex Auvolat | 2021-02-18 | 5 | -1/+644 |
* | Use nightly rust | Alex Auvolat | 2021-02-17 | 1 | -1/+1 |
* | add drone CI | Alex Auvolat | 2021-02-17 | 1 | -0/+48 |
* | Add resilience when peer_addr() fails | Alex Auvolat | 2021-02-17 | 2 | -3/+6 |
* | Update documentation | Alex Auvolat | 2020-12-14 | 2 | -1/+3 |
* | Update README | Alex Auvolat | 2020-12-14 | 1 | -1/+3 |
* | update arc-swap | Alex Auvolat | 2020-12-14 | 2 | -3/+3 |