aboutsummaryrefslogtreecommitdiff
path: root/src/endpoint.rs
Commit message (Collapse)AuthorAgeFilesLines
* Impose static lifetime on message and responseAlex Auvolat2022-07-221-3/+3
|
* Terminology: don't use the word "body" anymore, talk of "attached stream"Alex Auvolat2022-07-221-2/+2
|
* Small optimizationAlex Auvolat2022-07-221-1/+4
|
* Add commentAlex Auvolat2022-07-221-0/+3
|
* Move things around and fix error bitAlex Auvolat2022-07-221-1/+0
|
* Clean up framing protocolAlex Auvolat2022-07-221-26/+4
|
* Hide streaming versions as much as possibleAlex Auvolat2022-07-221-15/+43
|
* Propose alternative APIAlex Auvolat2022-07-211-11/+34
|
* One possibility, but I don't like itAlex Auvolat2022-07-211-1/+0
|
* Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-211-12/+10
|
* 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