aboutsummaryrefslogtreecommitdiff
path: root/src/netapp.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add resilience when peer_addr() failsAlex Auvolat2021-02-171-1/+4
|
* Update documentationAlex Auvolat2020-12-141-0/+2
|
* Replace pk,pubkey,PublicKey by id,NodeID,etcAlex Auvolat2020-12-121-64/+52
|
* Make it passive-client-friendlyAlex Auvolat2020-12-121-21/+35
|
* Add ability to specify our public addr for people to contact us backAlex Auvolat2020-12-111-3/+10
|
* Small changesAlex Auvolat2020-12-071-7/+17
|
* Do not close connections immediately on close signal, await for remaining ↵Alex Auvolat2020-12-071-14/+22
| | | | responses
* Call on_disconnected_handler earlier (as soon as .disconnect() is called)Alex Auvolat2020-12-071-18/+23
|
* DocumentateAlex Auvolat2020-12-021-22/+111
|
* Better handle requests to ourselfAlex Auvolat2020-12-021-25/+127
|
* First commitAlex Auvolat2020-12-021-0/+214