aboutsummaryrefslogtreecommitdiff
path: root/src/netapp.rs
Commit message (Collapse)AuthorAgeFilesLines
* Bump netapp version to 0.5Alex Auvolat2022-07-221-1/+1
|
* Move things around and fix error bitAlex Auvolat2022-07-221-1/+7
|
* Hide streaming versions as much as possibleAlex Auvolat2022-07-221-4/+2
|
* Propose alternative APIAlex Auvolat2022-07-211-1/+4
|
* One possibility, but I don't like itAlex Auvolat2022-07-211-2/+0
|
* Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-211-3/+3
|
* Move things aroundAlex Auvolat2022-07-211-1/+1
|
* further work on streamstrinity-1686a2022-06-081-1/+3
| | | | most changes still required are related to error handling
* Avoid logging full node IDsAlex Auvolat2022-02-211-6/+10
|
* Implement version tag for application as wellAlex Auvolat2022-02-211-1/+16
|
* 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