summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | circmgr: Gate tor_proto::handshake usage behind hs-common.Gabriela Moldovan2025-08-051-1/+6
* | | proto, circmgr: Fix feature-gating.Gabriela Moldovan2025-08-053-3/+5
* | | proto: Feature-gate UserMsgHandler.Gabriela Moldovan2025-08-051-1/+3
* | | circmgr: Fully-qualify types in macro.Gabriela Moldovan2025-08-051-4/+2
* | | circmgr: Add back cognitive_complexity allows.Gabriela Moldovan2025-08-052-0/+2
* | | proto: Return a more specific error message from allow_stream_requests.Gabriela Moldovan2025-08-052-5/+8
* | | proto: Set is_multi_path = true in the tests.Gabriela Moldovan2025-08-051-6/+14
* | | proto: Avoid using as_single_circ() in the conflux tests (fmt).Gabriela Moldovan2025-08-051-5/+1
* | | proto: Avoid using as_single_circ() in the conflux tests.Gabriela Moldovan2025-08-051-3/+2
* | | circmgr: Fix unit testsDavid Goulet2025-08-052-15/+15
* | | proto: Fix the tunnel/circuit.rs unit testsDavid Goulet2025-08-052-80/+122
* | | proto: Remove todo!() from StreamTarget::protocol_error()David Goulet2025-08-051-1/+1
* | | arti-client: Use the new Tunnel interfaceDavid Goulet2025-08-052-26/+34
* | | dirmgr: Rename circuit to tunnelDavid Goulet2025-08-051-3/+3
* | | tunnel: Implement start_conversation() for all tunnel typesDavid Goulet2025-08-059-167/+178
* | | hs: Use the new Tunnel interface for onion serviceDavid Goulet2025-08-0514-230/+392
* | | dirclient: Use the new Tunnel interface (fmt).Gabriela Moldovan2025-08-051-1/+3
* | | dirclient: Use the new Tunnel interfaceDavid Goulet2025-08-054-20/+29
* | | circmgr: Return more type specific tunnelDavid Goulet2025-08-052-8/+12
* | | tunnel: Implement Buildable for ClientTunnelDavid Goulet2025-08-056-88/+92
* | | proto: Change PendingClientCirc to yield back a ClientTunnelDavid Goulet2025-08-053-27/+28
* | | circmgr: Major rename for the new Tunnel namespaceDavid Goulet2025-08-058-625/+635
* | | proto: Add last_hop() to Tunnel interfaceDavid Goulet2025-08-052-0/+43
* | | circmgr: New Tunnel object interfaceDavid Goulet2025-08-054-2/+494
* | | proto: Move ClientCirc stream functions to ClientTunnelDavid Goulet2025-08-056-483/+456
* | | proto: Add a new ClientTunnel typeGabriela Moldovan2025-08-053-2/+103
* | | Merge branch 'fix_rustdoc_nightly' into 'main'Nick Mathewson2025-08-0514-8/+30
|\ \ \ | |_|/ |/| |
| * | Fix errors from rustdoc nightly.Nick Mathewson2025-08-0514-8/+30
* | | Merge branch 'changelog' into 'main'arti-v1.4.6Ian Jackson2025-08-051-1/+1
|\ \ \
| * | | Update the release dateIan Jackson2025-08-051-1/+1
| | |/ | |/|
* | | Bump version of tor-basic-utilsIan Jackson2025-08-0528-35/+35
* | | Update hashx-bench lockfileIan Jackson2025-08-051-20/+27
* | | Update equix-bench lockfileIan Jackson2025-08-051-20/+27
* | | Version bumps for 1.4.6Ian Jackson2025-08-0550-445/+445
| |/ |/|
* | Merge branch 'update' into 'main'Ian Jackson2025-08-0425-26/+26
|\ \
| * | Bump rusqlite to 0.37Ian Jackson2025-08-041-1/+1
| * | Bump derive-deftly to 1.2.0Ian Jackson2025-08-0424-25/+25
| |/
* | Merge branch 'features' into 'main'Nick Mathewson2025-08-043-1/+4
|\ \
| * | cargo features: Run fixup-features (fmt)Ian Jackson2025-08-041-1/+2
| * | cargo features: Run fixup-featuresIan Jackson2025-08-042-2/+2
| * | cargo features: Restore "memquota" feature into "full"Ian Jackson2025-08-042-0/+2
| |/
* / arti-ureq: Move `builder()` and `new()` to non-generic PreferredRuntime implnield2025-08-041-4/+6
|/
* tor-memquota: moved auto calc into separate functionSteven Engler2025-07-311-49/+112
* tor-memquota: return an error when `total_available_memory()` failsSteven Engler2025-07-311-15/+29
* arti: update example configSteven Engler2025-07-311-5/+16
* tor-memquota: small fmt change to log messageSteven Engler2025-07-311-1/+1
* tor-memquota: change behaviour of "auto"Steven Engler2025-07-311-23/+180
* tor-memquota: config now supports `ExplicitOrAuto`Steven Engler2025-07-313-17/+61
* tor-memquota: add 'cfg-if' and 'sysinfo' dependenciesSteven Engler2025-07-311-0/+2
* tor-config: impl `NotAutoValue` for `ByteQty`Steven Engler2025-07-312-0/+4