aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
* circmgr::hspool: Move the Mutex into an intermediary Inner structNick Mathewson2023-06-162-35/+53
* circmgr: Remove TODOS about retrying.Nick Mathewson2023-06-161-5/+0
* cirmgr: remove a dead-code exception.Nick Mathewson2023-06-161-1/+0
* Upgrade async-trait requirement to 1.54Nick Mathewson2023-06-121-1/+1
* Remove semver.md files from 1.1.5Nick Mathewson2023-06-011-3/+0
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-21/+21
* Merge branch 'info-to-warn' into 'main'gabi-2502023-05-171-5/+8
|\
| * Change log level to debug and warn for certain appropriate situationsSaksham Mittal2023-05-171-5/+8
* | Refactor ClientCirc APIs to use Arc<ClientCirc>.Nick Mathewson2023-05-167-39/+40
* | Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-4/+2
* | Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* | Reformat Cargo.toml files.Nick Mathewson2023-05-151-14/+21
* | Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-4/+5
|/
* hspool: Accept any T:CircTarget.Nick Mathewson2023-05-102-9/+28
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-21/+21
* ExitPath: Add an explanation of WeightRole::Exit on non-exit circsNick Mathewson2023-04-121-0/+7
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* circmgr: make "testing" depend on guardmgr/testingNick Mathewson2023-04-061-1/+1
* circmgr: Mark a number of internal APIs as hs-only.Nick Mathewson2023-04-063-0/+8
* circmgr: Expand an incomplete comment in exitpath.rsNick Mathewson2023-04-061-2/+6
* tor-circmgr: HsCircKind: derive EqIan Jackson2023-04-051-1/+1
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-2/+2
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-7/+7
* tor-circmgr: Make take_or_launch_stub_circuit future SendIan Jackson2023-03-301-2/+1
* Add some missing importsIan Jackson2023-03-282-2/+5
* hspool: simplify loop and add a maximumNick Mathewson2023-03-221-41/+39
* hspool: Clarify/document more TODO HS items.Nick Mathewson2023-03-221-2/+8
* circmgr: Make a separate SupportedCircUsage for HS stuffNick Mathewson2023-03-221-3/+6
* circmgr: Declare builder() unconditionally.Nick Mathewson2023-03-222-7/+18
* hspool: Tweak comments and add more TODOs.Nick Mathewson2023-03-221-10/+33
* circmgr: hspool now launches circuits in the background.Nick Mathewson2023-03-221-11/+157
* circmgr: Add an actual pool to HsCircPool.Nick Mathewson2023-03-222-6/+173
* circmgr: Begin an HS circuit pool structureNick Mathewson2023-03-223-0/+162
* circmgr: Add a usage for building the beginning of an hs circNick Mathewson2023-03-223-16/+86
* circmgr: Functions to launch an unmanaged circuit.Nick Mathewson2023-03-222-3/+26
* remove unused type parametertrinity-1686a2023-03-181-1/+1
* Fix a bunch of needless-conversion warnings.Nick Mathewson2023-03-101-1/+0
* Fix an unrelated missing cfg_attr.Nick Mathewson2023-03-081-0/+1
* hsclient: Abolish knowledge of HS circuits in circmgrIan Jackson2023-03-012-83/+0
* Apply rustfmtIan Jackson2023-03-011-5/+10
* tor-circmgr: Provide testing feature and TestConfigIan Jackson2023-03-013-0/+51
* HS API: Remove HS client keys from circmgr APIIan Jackson2023-03-012-2/+0
* HS planning: Discuss whether to remove all HS code from circmgrIan Jackson2023-03-012-4/+18
* HS planning: Intend for HS connector to do all lifecycle mgmtIan Jackson2023-03-011-6/+3
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-10/+10
* Bump patch-versions for breaking changes in tor-hs{crypto,client}Nick Mathewson2023-02-281-1/+1
* Bump minor versions for significant breaking changes.Nick Mathewson2023-02-281-3/+3
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-282-10/+10