aboutsummaryrefslogtreecommitdiff
path: root/src/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* Clean up framing protocolAlex Auvolat2022-07-221-15/+0
|
* Hide streaming versions as much as possibleAlex Auvolat2022-07-221-1/+1
|
* One possibility, but I don't like itAlex Auvolat2022-07-211-2/+0
|
* Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-211-7/+4
|
* Use Bytes instead of Vec<u8>Alex Auvolat2022-07-211-1/+2
|
* Move things aroundAlex Auvolat2022-07-211-7/+5
|
* add detection of premature eostrinity-1686a2022-07-181-3/+5
|
* start supporting sending error on streamtrinity-1686a2022-06-191-1/+1
|
* wait for any ready stream instead of the highest priority onetrinity-1686a2022-06-191-0/+8
|
* further work on streamstrinity-1686a2022-06-081-1/+4
| | | | most changes still required are related to error handling
* initial work on associated streamtrinity-1686a2022-06-051-5/+12
| | | | | | | | | 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
* apply fmtAlex Auvolat2021-10-181-4/+1
|
* Return None when no IPs could be resolvedAlex Auvolat2021-10-181-0/+3
|
* Add parse_and_resolve_peer_addrAlex Auvolat2021-10-181-0/+14
|
* Export NodeKey and NetworkKey typesAlex Auvolat2021-10-141-0/+4
|
* Make a public function to parse peer addressesAlex Auvolat2021-10-141-0/+12
|
* DocumentAlex Auvolat2021-10-141-0/+4
|
* Add a modest integration testAlex Auvolat2021-10-131-1/+1
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-0/+14
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-121-3/+3
|
* Replace pk,pubkey,PublicKey by id,NodeID,etcAlex Auvolat2020-12-121-0/+2
|
* Do not close connections immediately on close signal, await for remaining ↵Alex Auvolat2020-12-071-0/+20
| | | | responses
* DocumentateAlex Auvolat2020-12-021-1/+5
|
* First commitAlex Auvolat2020-12-021-0/+14