summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-proto: removed `Receiver::recv_clone` and implemented `IntoFuture` for `R...Steven Engler2024-12-102-25/+24
* | tor-proto: renamed `CancelledError` to `SenderDropped`Steven Engler2024-12-101-17/+17
* | tor-proto: switched from `Slab` to `DenseSlotMap` for waker mapSteven Engler2024-12-102-11/+13
* | tor-proto: change the message type from `Option<T>` to `Result<T, CancelledEr...Steven Engler2024-12-101-9/+12
* | tor-proto: changed regular comments on `Shared` to doc commentsSteven Engler2024-12-101-21/+21
* | tor-proto: update docs on `Channel::reactor_closed_rx`Steven Engler2024-12-101-3/+1
* | tor-proto: replace oneshot broadcast channelSteven Engler2024-12-103-138/+563
* | tor-proto: replace `Channel`s "closed" state handlingSteven Engler2024-12-102-35/+47
* | tor-proto: move `ChannelDetails::reactor_closed_rx` to `Channel`Steven Engler2024-12-101-11/+17
* | tor-proto: add 'oneshot_broadcast' util moduleSteven Engler2024-12-102-0/+246
* | tor-key-forge: Abolish the HasKind impl of Error.Gabriela Moldovan2024-12-102-14/+1
* | tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).Gabriela Moldovan2024-12-104-6/+21
* | tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.Gabriela Moldovan2024-12-105-30/+15
* | tor-rtcompat: Add an error type for unsupported StreamOps.Gabriela Moldovan2024-12-102-1/+28
* | tor-rtcompat: Add a default implementation for StreamOps::set_tcp_notsent_lowat.Gabriela Moldovan2024-12-101-2/+8
* | tor-rtcompat: Clarify the StreamOps documentation.Gabriela Moldovan2024-12-101-4/+6
* | tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps ...Gabriela Moldovan2024-12-101-2/+6
* | tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.Gabriela Moldovan2024-12-104-8/+14
* | tor-rtcompat: Add tests for set_tcp_notsent_lowat.Gabriela Moldovan2024-12-101-0/+60
* | tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-1010-8/+132
* | tor-rtcompat: Add a StreamOps trait.Gabriela Moldovan2024-12-102-1/+11
|/
* Remove needless cbindgen item.Nick Mathewson2024-12-092-1/+1
* rpc-client: Reject relative paths.Nick Mathewson2024-12-093-1/+11
* rpc-client: split paths better on windows.Nick Mathewson2024-12-091-1/+12
* rpc-client: Add TODOs about links to connect point docsNick Mathewson2024-12-091-0/+6
* rpc-client: Rename PathEntry to SearchEntry.Nick Mathewson2024-12-091-18/+18
* rpc-client: Clarity and consistency in envvar docsNick Mathewson2024-12-091-10/+20
* connpt: note an opportunity to save some fds.Nick Mathewson2024-12-091-0/+3
* connpt: use cfg-if to declare connect point defaults.Nick Mathewson2024-12-092-20/+28
* artilib: Revise C and Python APIs for builders.Nick Mathewson2024-12-096-40/+231
* rpc-client-core: Correct various FFI error types.Nick Mathewson2024-12-093-6/+65
* rpc-client: Initial implementation for RPC connect points.Nick Mathewson2024-12-095-70/+314
* connpts: duplicate socket before returning.Nick Mathewson2024-12-091-15/+24
* connpts: Add default connect points as constants.Nick Mathewson2024-12-091-0/+60
* rpc-client: move Builder to its own module.Nick Mathewson2024-12-093-85/+96
* arti_client_paths: Clean up documentation.Nick Mathewson2024-12-091-4/+7
* Move base CfgPathResolver for arti-client back to tor-config-path.Nick Mathewson2024-12-095-121/+150
* tor-keymgr: Replace internal error with keystore corruption error.Gabriela Moldovan2024-12-042-1/+5
* tor-keymgr: Add tests for ArtiNativeKeystore's handling of certs.Gabriela Moldovan2024-12-041-1/+29
* tor-keymgr: Add support for certs in ArtiNativeKeystore::insert().Gabriela Moldovan2024-12-041-5/+8
* tor-keymgr: Add support for certs in ArtiNativeKeystore::get().Gabriela Moldovan2024-12-041-8/+36
* tor-keymgr: Add arti native keystore helper for parsing tor certs.Gabriela Moldovan2024-12-042-0/+42
* tor-keymgr: Add tests for the new cert mgmt functions.Gabriela Moldovan2024-12-041-1/+172
* tor-keymgr: s/TestKey/TestItem in tests.Gabriela Moldovan2024-12-041-55/+55
* tor-keymgr: Add a test certificate specifier to test_utils.Gabriela Moldovan2024-12-041-1/+34
* tor-key-forge: Enable use of tor-cert experimental APIs.Gabriela Moldovan2024-12-041-1/+1
* tor-cert: Add constructor for creating an encoded cert from a byte slice.Gabriela Moldovan2024-12-042-0/+18
* tor-key-forge: Export certificate-related types.Gabriela Moldovan2024-12-041-0/+5
* tor-keymgr: Note some breaking changes in semver.md.Gabriela Moldovan2024-12-041-0/+3
* tor-key-forge: Implement KeystoreItem::item_type.Gabriela Moldovan2024-12-042-2/+9