aboutsummaryrefslogtreecommitdiff
path: root/src/netapp.rs
Commit message (Collapse)AuthorAgeFilesLines
* try fixAlex Auvolat2021-10-211-2/+6
|
* Add netapp function to drop all handlersAlex Auvolat2021-10-141-0/+9
|
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-141-2/+2
| | | | Handlers also receive a ref
* DocumentAlex Auvolat2021-10-141-4/+13
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-30/+77
|
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-131-6/+4
|
* Move out things from conn.rs into two separate filesAlex Auvolat2021-10-121-1/+2
|
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-121-153/+63
|
* fix cargo fmt styleAlex Auvolat2021-10-121-3/+5
|
* Fix clippy lintsAlex Auvolat2021-10-121-15/+19
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-121-1/+1
|
* 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