Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 0.4.1v0.4.1 | Alex Auvolat | 2022-03-15 | 1 | -1/+1 |
| | |||||
* | Add logic to handle ping timeouts and other failures | Alex Auvolat | 2022-03-15 | 1 | -2/+32 |
| | |||||
* | Fix testv0.4.0 | Alex Auvolat | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | Avoid logging full node IDs | Alex Auvolat | 2022-02-21 | 4 | -19/+28 |
| | |||||
* | Implement version tag for application as well | Alex Auvolat | 2022-02-21 | 6 | -28/+46 |
| | |||||
* | Implement version check & transmit more error info | Alex Auvolat | 2022-02-21 | 4 | -6/+33 |
| | |||||
* | fix | Alex Auvolat | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | Add missing deps to drone | Alex Auvolat | 2022-02-21 | 1 | -0/+1 |
| | |||||
* | Fix imports; rust stable in CI | Alex Auvolat | 2022-02-21 | 3 | -5/+5 |
| | |||||
* | remove unneeded dependency | Alex Auvolat | 2022-02-21 | 1 | -1/+1 |
| | |||||
* | Formatting & clippy | Alex Auvolat | 2022-02-21 | 4 | -9/+11 |
| | |||||
* | Refactoring | Alex Auvolat | 2022-02-21 | 6 | -53/+132 |
| | |||||
* | Add length of query to span | Alex Auvolat | 2022-02-18 | 2 | -2/+7 |
| | |||||
* | Correct implementation of distributed tracing | Alex Auvolat | 2022-02-18 | 4 | -37/+67 |
| | |||||
* | Add telemetry | Alex Auvolat | 2022-02-18 | 4 | -6/+248 |
| | |||||
* | Add method to know endpoint path | Alex Auvolat | 2022-02-16 | 3 | -2/+7 |
| | |||||
* | Ignore error when sending goodbyev0.3.0 | Alex Auvolat | 2021-10-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | Actually no | ||||
* | 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 |
| | | | | Handlers also receive a ref | ||||
* | 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 |
| |