aboutsummaryrefslogtreecommitdiff
path: root/src/conn.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move out things from conn.rs into two separate filesAlex Auvolat2021-10-121-319/+0
|
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-121-21/+69
|
* fix fmt lintsv0.2.0-prereleaseAlex Auvolat2021-10-121-3/+1
|
* Use tokio_util::compat instead of the one from kuska-handshakeAlex Auvolat2021-10-121-21/+13
|
* Fix clippy lintsAlex Auvolat2021-10-121-9/+9
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-121-3/+3
|
* Add resilience when peer_addr() failsAlex Auvolat2021-02-171-2/+2
|
* Replace pk,pubkey,PublicKey by id,NodeID,etcAlex Auvolat2020-12-121-17/+16
|
* Less verbosityAlex Auvolat2020-12-111-2/+2
|
* Small changesAlex Auvolat2020-12-071-13/+10
|
* Maybe fix something? IdkAlex Auvolat2020-12-071-0/+4
|
* Do not close connections immediately on close signal, await for remaining ↵Alex Auvolat2020-12-071-71/+66
| | | | responses
* Don't close connection at first (stupid) excuseAlex Auvolat2020-12-041-2/+6
|
* DocumentateAlex Auvolat2020-12-021-8/+9
|
* Better handle requests to ourselfAlex Auvolat2020-12-021-2/+3
|
* First commitAlex Auvolat2020-12-021-0/+280