aboutsummaryrefslogtreecommitdiff
path: root/src/endpoint.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move things aroundAlex Auvolat2022-07-211-73/+5
|
* use a framing protocol instead of even/odd channeltrinity-1686a2022-06-201-1/+0
|
* wait for any ready stream instead of the highest priority onetrinity-1686a2022-06-191-1/+1
|
* further work on streamstrinity-1686a2022-06-081-31/+49
| | | | most changes still required are related to error handling
* initial work on associated streamtrinity-1686a2022-06-051-6/+60
| | | | | | | | | still require testing, and fixing a few kinks: - sending packets > 16k truncate them - send one more packet than it could at eos - probably update documentation /!\ contains breaking changes
* Avoid logging full node IDsAlex Auvolat2022-02-211-1/+1
|
* Formatting & clippyAlex Auvolat2022-02-211-3/+5
|
* RefactoringAlex Auvolat2022-02-211-4/+6
|
* Add method to know endpoint pathAlex Auvolat2022-02-161-0/+5
|
* Add netapp function to drop all handlersAlex Auvolat2021-10-141-2/+2
|
* Change call() to take a ref to the message to be sentAlex Auvolat2021-10-141-4/+4
| | | | Handlers also receive a ref
* DocumentAlex Auvolat2021-10-141-3/+36
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-1/+0
|
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-131-0/+1
|
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-121-0/+125