summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
...
* circmgr: Modify CircParameters for congestion controlDavid Goulet2025-01-161-0/+1
* crates: Remove tor-congestionDavid Goulet2025-01-161-10/+0
* Merge branch 'rpc-cookie' into 'main'Nick Mathewson2025-01-151-0/+5
|\
| * arti-rpcserver: Tell connections what kind of auth to expect.Nick Mathewson2025-01-151-0/+1
| * tor-rpc-connect: Cryptographic support for cookie auth.Nick Mathewson2025-01-151-0/+4
* | tor-proto: Remove dependency on tor-netdir.Gabriela Moldovan2025-01-151-2/+1
* | tor-proto: Replace constants with caret_int.Gabriela Moldovan2025-01-151-0/+1
* | tor-rtcompat: Implement StreamOps for Framed.Gabriela Moldovan2025-01-151-0/+1
* | tor-proto: Add KistParams type built from NetParameters.Gabriela Moldovan2025-01-151-0/+2
|/
* tor-proto: Add traced_test to test casesIan Jackson2025-01-151-0/+1
* tor-relay-crypto: Implement ToEncodableCert for the relay cert types.Gabriela Moldovan2025-01-131-0/+2
* tor-key-forge: Fill out the InvalidCertError type.Gabriela Moldovan2025-01-131-0/+1
* tor-keymgr: Fix cert handling tests.Gabriela Moldovan2025-01-131-0/+2
* tor-keymgr: Add cert parse error variant.Gabriela Moldovan2025-01-131-0/+2
* arti-relay: make `main` a wrapper around a `main_main`Steven Engler2025-01-131-0/+1
* arti-relay: add `LoggingConfig`Steven Engler2025-01-131-0/+1
* arti-relay: added a base `CfgPathResolver`Steven Engler2025-01-131-0/+2
* Bump arti crate to 1.3.2Nick Mathewson2025-01-071-1/+1
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-55/+55
* Run "cargo update" in preparation for release.Nick Mathewson2025-01-071-330/+303
* Bump to dynasmrt 3.0.1Nick Mathewson2025-01-061-28/+17
* Upgrade to fast-socks5 0.10.0Nick Mathewson2025-01-061-2/+2
* Upgrade to statrs 0.18.0Nick Mathewson2025-01-061-18/+7
* Upgrade to itertools 0.14.0Nick Mathewson2025-01-061-21/+30
* arti: Use connect points to listen for RPC connections.Nick Mathewson2024-12-191-0/+1
* rpc: Configuration options for artiNick Mathewson2024-12-191-0/+1
* connpt: Make unix socket handling more robust.Nick Mathewson2024-12-191-0/+1
* rpc-connect: Make LoadOptions buildable.Nick Mathewson2024-12-191-0/+1
* tor-hscrypto: Move encodable key trait impls from tor-key-forge.Gabriela Moldovan2024-12-111-1/+1
* tor-proto: switched from `Slab` to `DenseSlotMap` for waker mapSteven Engler2024-12-101-1/+1
* tor-proto: replace oneshot broadcast channelSteven Engler2024-12-101-0/+1
* tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-101-0/+1
* connpt: use cfg-if to declare connect point defaults.Nick Mathewson2024-12-091-0/+1
* rpc-client: Initial implementation for RPC connect points.Nick Mathewson2024-12-091-0/+3
* rpc-client: move Builder to its own module.Nick Mathewson2024-12-091-0/+1
* Move base CfgPathResolver for arti-client back to tor-config-path.Nick Mathewson2024-12-091-1/+0
* tor-key-forge: Add an encodable cert type.Gabriela Moldovan2024-12-041-0/+1
* Bump arti crate to 1.3.1Gabriela Moldovan2024-12-021-1/+1
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-45/+45
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2024-12-021-7/+7
* Run cargo update post-bumps.Gabriela Moldovan2024-11-281-3/+3
* tor-rpc-connect: Bump thiserror to 2.Gabriela Moldovan2024-11-281-1/+1
* tor-persist: Bump sanitize-filename to 0.6.0.Gabriela Moldovan2024-11-281-3/+2
* tor-netdoc: Bump tinystr to 0.8.0.Gabriela Moldovan2024-11-281-5/+14
* Run cargo update in preparation for 1.3.1 release.Gabriela Moldovan2024-11-281-294/+514
* Move helpers from tor-hsservice to tor-netdir.Wesley Aptekar-Cassels2024-11-251-0/+1
* cargo_audit: Bump rustls to 0.23.18.Gabriela Moldovan2024-11-251-2/+2
* connect points: Remember original string addressesNick Mathewson2024-11-191-0/+2
* rpc-connect: Types for cookie authentication.Nick Mathewson2024-11-191-0/+3
* RPC connect points: Facility to load from files.Nick Mathewson2024-11-191-0/+1