summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-2/+2
* Bump patchlevel of pre-1.0.0 crates with new APIs.Gabriela Moldovan2024-03-041-3/+3
* Bump patchlevel of crates with functional changes.Gabriela Moldovan2024-03-041-5/+5
* tor-circmgr: Note Error breaking change in semver.md.Gabriela Moldovan2024-02-281-0/+1
* tor-circmgr: Include the UniqId in Protocol error string (fmt).Gabriela Moldovan2024-02-271-1/+6
* tor-circmgr: Include the UniqId in Protocol error string.Gabriela Moldovan2024-02-271-1/+1
* tor-circmgr: Add TODO about adding context to Error::CircCanceled.Gabriela Moldovan2024-02-271-0/+5
* tor-circmgr: Add UniqId to Error::Protocol.Gabriela Moldovan2024-02-273-0/+9
* tor-circmgr: Add UniqId to CircTimeout.Gabriela Moldovan2024-02-274-21/+17
* tor-circmgr: Fix typo in PendingFailed docs.Gabriela Moldovan2024-02-271-1/+1
* tor-circmgr: Add UniqId to Error::GuardNotUsable.Gabriela Moldovan2024-02-272-7/+7
* tor-circmgr: Add a helper for displaying optional UniqIds.Gabriela Moldovan2024-02-271-0/+14
* Mark code with "TODO #504" and "TODO #789".Nick Mathewson2024-02-224-0/+18
* PathConfigBuilder: Actually provide the long_lived_ports settersIan Jackson2024-02-201-0/+6
* Use list_builder and sub-builder pattern for long_lived_ports.Nick Mathewson2024-02-201-6/+18
* Teach *CircUsage structs about stability.Nick Mathewson2024-02-205-29/+122
* Add a couple of TODOs about Stable-based path selection.Nick Mathewson2024-02-202-0/+6
* When building paths, require the Stable flag as appropriateNick Mathewson2024-02-202-2/+33
* Add a configuration option for long_lived_ports.Nick Mathewson2024-02-201-0/+13
* Require the Fast flag on all randomly selected relays.Nick Mathewson2024-02-201-9/+16
* Only pick Fast-flagged relays as directory cachesNick Mathewson2024-02-201-1/+3
* Require that guards are Fast and Stable.Nick Mathewson2024-02-201-1/+1
* Merge branch 'delete-semvers' into 'main'Ian Jackson2024-02-051-1/+0
|\
| * Remove all semver.md files to start a fresh release roundIan Jackson2024-02-051-1/+0
* | Bump minor versionsIan Jackson2024-02-051-17/+17
|/
* Merge branch 'hss_errorkinds' into 'main'Nick Mathewson2024-01-242-5/+13
|\
| * tor-circmgr: Expose ErrorKind-combining calculation.Nick Mathewson2024-01-232-5/+13
* | Mark lower-level hs-service features non-experimentalNick Mathewson2024-01-231-2/+3
|/
* netdir: Explain why there is no HsRend WeightRule.Nick Mathewson2024-01-141-0/+6
* Followup minor version bumps.Nick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-3/+3
* Breaking version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-15/+15
* Run "fixup-features" in preparation for release.Nick Mathewson2024-01-081-1/+1
* circmgr:Resolve a warning when building without ntor-v3Nick Mathewson2023-12-131-2/+3
* Fix a clippy lintIan Jackson2023-12-121-1/+1
* ClientCir: use ntor_v3 handshake when target supports itJim Newsome2023-12-072-18/+51
* tor-circmgr: add experimental feature "ntor_v3"Jim Newsome2023-12-071-1/+2
* Two more patchlevel bumpsNick Mathewson2023-12-041-1/+1
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-13/+13
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-5/+5
* Merge branch 'msrv-bump-1.70' into 'main'Ian Jackson2023-11-301-1/+1
|\
| * In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* | Downgrade some messages to traceIan Jackson2023-11-292-3/+3
|/
* tor-circmgr: panic instead in order to return ErrorSaksham Mittal2023-11-211-1/+1
* tor-circmgr: port run_builder_test() to use spawn_join()Saksham Mittal2023-11-211-10/+4
* Upgrade to itertools 0.12.0Nick Mathewson2023-11-151-1/+1
* tor-circmgr: partially port mgr tests to MockRuntimeSaksham Mittal2023-11-141-11/+11
* tor-circmgr: partially port test_double_timeout() to MockRuntimeSaksham Mittal2023-11-141-6/+3
* tor-circmgr: fix build_*_timeout() for MockRuntime portSaksham Mittal2023-11-141-8/+5
* tor-circmgr: have FakeCirc derive DebugSaksham Mittal2023-11-111-5/+2