aboutsummaryrefslogtreecommitdiff
path: root/src/shared.rs
Commit message (Expand)AuthorAgeFilesLines
* [shared] Make AsyncRuntime publicHenauxg2023-03-071-1/+1
* [shared] Move InternalConnectionRef to sharedHenauxg2023-01-181-0/+1
* [client] Move client::connection into a separate fileHenauxg2023-01-171-1/+1
* [errors] New error typesgilles henaux2023-01-111-2/+10
* [errors] Rename ChannelClosed to InternalChannelClosed to avoid confusion wit...gilles henaux2023-01-111-1/+1
* [client & shared] Rework channels and ChannelIdHenauxg2023-01-111-1/+4
* [client] Add new error type NoDefaultChannelHenauxg2023-01-111-0/+2
* [channels] Continue implementationgilles henaux2023-01-111-0/+3
* [error] Add a ConnectionClosed errorgilles henaux2023-01-091-0/+2
* [server] Implement stop_endpointHenauxg2022-11-181-0/+2
* [shared] Add new error typesHenauxg2022-11-181-1/+10
* [shared] Impl to_base64 in CertificateFingerprintHenauxg2022-11-171-1/+5
* [client & server] Move shared code in a moduleHenauxg2022-11-171-0/+68