aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add parse_and_resolve_peer_addrAlex Auvolat2021-10-181-0/+14
|
* Fix testAlex Auvolat2021-10-181-1/+1
|
* Full mesh peering strategy uses our local address if necessaryAlex Auvolat2021-10-151-1/+19
|
* Add netapp function to drop all handlersAlex Auvolat2021-10-142-2/+11
|
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-145-16/+16
| | | | Handlers also receive a ref
* Add .is_up() on connection stateAlex Auvolat2021-10-141-0/+14
|
* Export NodeKey and NetworkKey typesAlex Auvolat2021-10-142-1/+5
|
* Make a public function to parse peer addressesAlex Auvolat2021-10-141-0/+12
|
* DocumentAlex Auvolat2021-10-144-62/+141
|
* Fix cargo fmtAlex Auvolat2021-10-131-15/+23
|
* Add a modest integration testAlex Auvolat2021-10-133-2/+114
|
* Properly implement watches for BasaltAlex Auvolat2021-10-132-10/+13
|
* improve commentAlex Auvolat2021-10-131-1/+1
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-1310-162/+224
|
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-135-28/+43
|
* Move out things from conn.rs into two separate filesAlex Auvolat2021-10-125-152/+188
|
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-128-249/+343
|
* fix fmt lintsv0.2.0-prereleaseAlex Auvolat2021-10-121-3/+1
|
* Use tokio_util::compat instead of the one from kuska-handshakeAlex Auvolat2021-10-122-25/+16
|
* Rewrite because clippy didn't understand dropAlex Auvolat2021-10-121-22/+24
|
* fix cargo fmt styleAlex Auvolat2021-10-122-4/+6
|
* fix clippy on basalt codeAlex Auvolat2021-10-121-7/+7
|
* Fix clippy lintsAlex Auvolat2021-10-125-38/+42
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-126-11/+11
|
* make basalt optionnal during compilationAlex Auvolat2021-03-101-0/+2
|
* Publish BᴀsᴀʟᴛAlex Auvolat2021-02-182-0/+477
|
* Add resilience when peer_addr() failsAlex Auvolat2021-02-172-3/+6
|
* Update documentationAlex Auvolat2020-12-142-1/+3
|
* Merge branch 'master' of git.deuxfleurs.fr:lx/netappAlex Auvolat2020-12-145-155/+145
|\
| * Replace pk,pubkey,PublicKey by id,NodeID,etcAlex Auvolat2020-12-126-167/+137
| |
| * Make it passive-client-friendlyAlex Auvolat2020-12-122-22/+42
| |
* | We don't want to publish thisAlex Auvolat2020-12-142-477/+0
|/
* Tentative traceAlex Auvolat2020-12-111-0/+2
|
* tiny basalt changeAlex Auvolat2020-12-111-1/+1
|
* Add ability to specify our public addr for people to contact us backAlex Auvolat2020-12-112-3/+13
|
* Less verbosityAlex Auvolat2020-12-111-2/+2
|
* Small changesAlex Auvolat2020-12-073-31/+37
|
* Maybe fix something? IdkAlex Auvolat2020-12-072-4/+8
|
* Do not close connections immediately on close signal, await for remaining ↵Alex Auvolat2020-12-077-207/+162
| | | | responses
* Call on_disconnected_handler earlier (as soon as .disconnect() is called)Alex Auvolat2020-12-071-18/+23
|
* Don't close connection at first (stupid) excuseAlex Auvolat2020-12-042-8/+12
|
* a logAlex Auvolat2020-12-041-0/+2
|
* more loggingAlex Auvolat2020-12-041-3/+9
|
* LoggingAlex Auvolat2020-12-041-2/+7
|
* DocumentateAlex Auvolat2020-12-029-66/+206
|
* Better handle requests to ourselfAlex Auvolat2020-12-024-69/+155
|
* First commitAlex Auvolat2020-12-0210-0/+1757