aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-141-2/+2
* Make a public function to parse peer addressesAlex Auvolat2021-10-142-15/+4
* Properly implement watches for BasaltAlex Auvolat2021-10-131-5/+7
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-132-4/+16
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-132-37/+57
* Upgrade to tokio 1.0Alex Auvolat2021-10-121-1/+1
* Publish BᴀsᴀʟᴛAlex Auvolat2021-02-181-0/+164
* Merge branch 'master' of git.deuxfleurs.fr:lx/netappAlex Auvolat2020-12-141-5/+6
|\
| * Replace pk,pubkey,PublicKey by id,NodeID,etcAlex Auvolat2020-12-122-11/+11
| * Make it passive-client-friendlyAlex Auvolat2020-12-122-8/+8
* | We don't want to publish thisAlex Auvolat2020-12-141-164/+0
|/
* Add ability to specify our public addr for people to contact us backAlex Auvolat2020-12-112-2/+10
* Do not close connections immediately on close signal, await for remaining res...Alex Auvolat2020-12-072-28/+30
* Don't close connection at first (stupid) excuseAlex Auvolat2020-12-041-0/+1
* no dup logAlex Auvolat2020-12-041-1/+1
* more loggingAlex Auvolat2020-12-042-2/+4
* LoggingAlex Auvolat2020-12-042-9/+31
* Complete basalt exampleAlex Auvolat2020-12-021-3/+42
* DocumentateAlex Auvolat2020-12-022-2/+2
* Better handle requests to ourselfAlex Auvolat2020-12-021-7/+38
* First commitAlex Auvolat2020-12-022-0/+144