summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-082-2/+2
* Merge branch 'logs' into 'main'Nick Mathewson2023-02-013-15/+23
|\
| * Use ErrorReport - run rustfmtIan Jackson2023-01-302-4/+11
| * Use ErrorReport for remaining errors in error! in tor-circmgrIan Jackson2023-01-301-4/+4
| * Use ErrorReport for errors in warn! in tor-circmgrIan Jackson2023-01-303-5/+6
| * Use ErrorReport for errors in info! in tor-circmgrIan Jackson2023-01-301-6/+6
* | Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-6/+6
* | Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-10/+10
|/
* circmgr: drop a receiver more explicitly.Nick Mathewson2023-01-271-1/+4
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-2711-0/+11
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* CircMgr: Draft API to construct targeted multihop circuits.Nick Mathewson2023-01-241-1/+24
* CircMgr: Draft APIs used to implement onion service clients.Nick Mathewson2023-01-243-1/+79
* Merge branch 'test-lints' into 'main'eta2023-01-0610-1/+81
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-1210-1/+81