aboutsummaryrefslogtreecommitdiff
path: root/src/proto.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement version tag for application as wellAlex Auvolat2022-02-211-20/+1
|
* Implement version check & transmit more error infoAlex Auvolat2022-02-211-1/+21
|
* RefactoringAlex Auvolat2022-02-211-5/+19
|
* Ignore error when sending goodbyev0.3.0Alex Auvolat2021-10-251-1/+1
|
* Better handle connection closingAlex Auvolat2021-10-251-2/+9
|
* Add test for priority queue (it seems to work as intended)Alex Auvolat2021-10-201-0/+94
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-31/+25
|
* Move out things from conn.rs into two separate filesAlex Auvolat2021-10-121-6/+8
|
* WIP v0.3.0 with changed APIAlex Auvolat2021-10-121-14/+22
|
* Use tokio_util::compat instead of the one from kuska-handshakeAlex Auvolat2021-10-121-4/+3
|
* Fix clippy lintsAlex Auvolat2021-10-121-3/+3
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-121-1/+1
|
* Small changesAlex Auvolat2020-12-071-11/+10
|
* Maybe fix something? IdkAlex Auvolat2020-12-071-4/+4
|
* Do not close connections immediately on close signal, await for remaining ↵Alex Auvolat2020-12-071-107/+43
| | | | responses
* DocumentateAlex Auvolat2020-12-021-10/+27
|
* First commitAlex Auvolat2020-12-021-0/+251