aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* slightly change exampleAlex Auvolat2022-09-121-8/+3
* Fix things going wrong when sending chan is closedAlex Auvolat2022-07-261-3/+3
* Add stream example to fullmesh exampleAlex Auvolat2022-07-261-5/+130
* Hide streaming versions as much as possibleAlex Auvolat2022-07-221-7/+3
* Propose alternative APIAlex Auvolat2022-07-211-3/+7
* One possibility, but I don't like itAlex Auvolat2022-07-211-3/+2
* Move things aroundAlex Auvolat2022-07-212-1/+3
* Implement version tag for application as wellAlex Auvolat2022-02-212-2/+2
* Full mesh peering strategy uses our local address if necessaryAlex Auvolat2021-10-151-4/+11
* 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