Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basalt: Adapt to use NonZeroUsize for lru change. | Jonathan Davies | 2023-02-01 | 1 | -1/+2 |
| | |||||
* | fix clippy | Alex Auvolat | 2023-01-31 | 1 | -2/+2 |
| | |||||
* | slightly change example | Alex Auvolat | 2022-09-12 | 1 | -8/+3 |
| | |||||
* | Fix things going wrong when sending chan is closed | Alex Auvolat | 2022-07-26 | 1 | -3/+3 |
| | |||||
* | Add stream example to fullmesh example | Alex Auvolat | 2022-07-26 | 1 | -5/+130 |
| | |||||
* | Hide streaming versions as much as possible | Alex Auvolat | 2022-07-22 | 1 | -7/+3 |
| | |||||
* | Propose alternative API | Alex Auvolat | 2022-07-21 | 1 | -3/+7 |
| | |||||
* | One possibility, but I don't like it | Alex Auvolat | 2022-07-21 | 1 | -3/+2 |
| | |||||
* | Move things around | Alex Auvolat | 2022-07-21 | 2 | -1/+3 |
| | |||||
* | Implement version tag for application as well | Alex Auvolat | 2022-02-21 | 2 | -2/+2 |
| | |||||
* | Full mesh peering strategy uses our local address if necessary | Alex Auvolat | 2021-10-15 | 1 | -4/+11 |
| | |||||
* | Change call() to take a ref to the message to be sent | Alex Auvolat | 2021-10-14 | 1 | -2/+2 |
| | | | | Handlers also receive a ref | ||||
* | Make a public function to parse peer addresses | Alex Auvolat | 2021-10-14 | 2 | -15/+4 |
| | |||||
* | Properly implement watches for Basalt | Alex Auvolat | 2021-10-13 | 1 | -5/+7 |
| | |||||
* | Try to handle termination and closing of stuff properly | Alex Auvolat | 2021-10-13 | 2 | -4/+16 |
| | |||||
* | Fix netapp protocol & adapt basalt to new api | Alex Auvolat | 2021-10-13 | 2 | -37/+57 |
| | |||||
* | Upgrade to tokio 1.0 | Alex Auvolat | 2021-10-12 | 1 | -1/+1 |
| | |||||
* | Publish Bᴀsᴀʟᴛ | Alex Auvolat | 2021-02-18 | 1 | -0/+164 |
| | |||||
* | Merge branch 'master' of git.deuxfleurs.fr:lx/netapp | Alex Auvolat | 2020-12-14 | 1 | -5/+6 |
|\ | |||||
| * | Replace pk,pubkey,PublicKey by id,NodeID,etc | Alex Auvolat | 2020-12-12 | 2 | -11/+11 |
| | | |||||
| * | Make it passive-client-friendly | Alex Auvolat | 2020-12-12 | 2 | -8/+8 |
| | | |||||
* | | We don't want to publish this | Alex Auvolat | 2020-12-14 | 1 | -164/+0 |
|/ | |||||
* | Add ability to specify our public addr for people to contact us back | Alex Auvolat | 2020-12-11 | 2 | -2/+10 |
| | |||||
* | Do not close connections immediately on close signal, await for remaining ↵ | Alex Auvolat | 2020-12-07 | 2 | -28/+30 |
| | | | | responses | ||||
* | Don't close connection at first (stupid) excuse | Alex Auvolat | 2020-12-04 | 1 | -0/+1 |
| | |||||
* | no dup log | Alex Auvolat | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | more logging | Alex Auvolat | 2020-12-04 | 2 | -2/+4 |
| | |||||
* | Logging | Alex Auvolat | 2020-12-04 | 2 | -9/+31 |
| | |||||
* | Complete basalt example | Alex Auvolat | 2020-12-02 | 1 | -3/+42 |
| | |||||
* | Documentate | Alex Auvolat | 2020-12-02 | 2 | -2/+2 |
| | |||||
* | Better handle requests to ourself | Alex Auvolat | 2020-12-02 | 1 | -7/+38 |
| | |||||
* | First commit | Alex Auvolat | 2020-12-02 | 2 | -0/+144 |