aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Ability to configure ping timeout intervalv0.5.2Alex Auvolat2022-09-191-1/+1
|
* Merge branch 'fix-ping' into stream-bodyAlex Auvolat2022-09-021-265/+254
|\
| * Update dependenciesupdate-depsAlex Auvolat2022-09-021-234/+256
| |
* | Conversion between ByteStream and AsyncReadAlex Auvolat2022-07-221-1/+1
| |
* | Use Bytes instead of Vec<u8>Alex Auvolat2022-07-211-11/+5
| |
* | initial work on associated streamtrinity-1686a2022-06-051-2/+42
|/ | | | | | | | | 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
* Update versionv0.4.4Alex Auvolat2022-05-091-1/+1
|
* Handle the possibility of several alternative IP addresses for peersAlex Auvolat2022-05-091-1/+1
|
* Fix span kind for RPC client sidev0.4.2Alex Auvolat2022-04-071-1/+1
|
* Correct implementation of distributed tracingAlex Auvolat2022-02-181-1/+12
|
* Add telemetryAlex Auvolat2022-02-181-2/+174
|
* Add method to know endpoint pathAlex Auvolat2022-02-161-1/+1
|
* Update kuska-handshake dependency to use official 0.2.0 releaseAlex Auvolat2021-10-151-1/+2
|
* Remove some dependenciesAlex Auvolat2021-10-141-30/+0
|
* Update dependenciesAlex Auvolat2021-10-141-7/+7
|
* Try to handle termination and closing of stuff properlyAlex Auvolat2021-10-131-0/+23
|
* Fix netapp protocol & adapt basalt to new apiAlex Auvolat2021-10-131-0/+23
|
* Move out things from conn.rs into two separate filesAlex Auvolat2021-10-121-1/+1
|
* Use tokio_util::compat instead of the one from kuska-handshakeAlex Auvolat2021-10-121-540/+138
|
* Upgrade to tokio 1.0Alex Auvolat2021-10-121-138/+43
|
* update versionsAlex Auvolat2021-03-101-136/+200
|
* v0.1.1v0.1.1Alex Auvolat2021-02-181-1/+1
|
* update arc-swapAlex Auvolat2020-12-141-2/+2
|
* Prepare Cargo.toml for publicationAlex Auvolat2020-12-141-1/+3
|
* Useless dependencies get removedAlex Auvolat2020-12-121-149/+17
|
* Small changesAlex Auvolat2020-12-071-1/+0
|
* LoggingAlex Auvolat2020-12-041-24/+45
|
* update depsAlex Auvolat2020-12-021-55/+49
|
* First commitAlex Auvolat2020-12-021-0/+1409