aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* arti-client: add exit selection with GeoIP country codeseta2023-09-181-1/+12
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Merge branch 'report-bugs-v2' into 'main'Nick Mathewson2023-07-071-19/+9
|\
| * circmgr: Use event_report!() and similar macrosNick Mathewson2023-07-071-19/+9
* | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
|/
* tor-circmgr: Expose CircParameters from NetParameters constructionIan Jackson2023-06-291-15/+5
* Merge branch 'circmgr-timeout-est' into 'main'Nick Mathewson2023-06-221-1/+31
|\
| * circmgr: New API to expose estimate-based timeouts.Nick Mathewson2023-06-221-1/+31
* | lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
|/
* cirmgr: remove a dead-code exception.Nick Mathewson2023-06-161-1/+0
* Refactor ClientCirc APIs to use Arc<ClientCirc>.Nick Mathewson2023-05-161-4/+4
* Add some missing importsIan Jackson2023-03-281-1/+1
* circmgr: Declare builder() unconditionally.Nick Mathewson2023-03-221-2/+3
* circmgr: Begin an HS circuit pool structureNick Mathewson2023-03-221-0/+2
* circmgr: Add a usage for building the beginning of an hs circNick Mathewson2023-03-221-15/+17
* circmgr: Functions to launch an unmanaged circuit.Nick Mathewson2023-03-221-3/+8
* hsclient: Abolish knowledge of HS circuits in circmgrIan Jackson2023-03-011-48/+0
* tor-circmgr: Provide testing feature and TestConfigIan Jackson2023-03-011-0/+3
* HS API: Remove HS client keys from circmgr APIIan Jackson2023-03-011-1/+0
* HS planning: Discuss whether to remove all HS code from circmgrIan Jackson2023-03-011-4/+10
* HS planning: Intend for HS connector to do all lifecycle mgmtIan Jackson2023-03-011-6/+3
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-6/+6
* tor-hscrypto: Rename key types to correspond to new spec names.Nick Mathewson2023-02-081-1/+1
* Use ErrorReport - run rustfmtIan Jackson2023-01-301-2/+8
* 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-301-3/+3
* circmgr: drop a receiver more explicitly.Nick Mathewson2023-01-271-1/+4
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* 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-241-0/+46
* Merge branch 'test-lints' into 'main'eta2023-01-061-0/+8
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* | tor-circmgr: Use ErrorReport on a logged errorIan Jackson2022-12-121-1/+2
|/
* Improve notes surrounding circuit cancellation.Nick Mathewson2022-11-221-1/+0
* CircMgr: retire all circuits if bridge configuration changes.Nick Mathewson2022-11-221-5/+9
* CircMgr: Refactor DirSpecificTarget constructorNick Mathewson2022-11-181-3/+3
* Move GuardMgr::new call to arti_client::TorClientIan Jackson2022-11-141-1/+1
* Document Clone semantics of GuardMgr and DirMgrIan Jackson2022-11-111-0/+2
* Refactor external guardmgr APIs: Stop taking NetDir arguments.Nick Mathewson2022-11-081-12/+2
* guardmgr config: Introduce and require new GuardMgrConfig traitIan Jackson2022-11-031-10/+3
* guardmgr config: Pass fallback list from config by referenceIan Jackson2022-11-031-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* tor-circmgr: Make get_or_launch_dir_specific feature-specificIan Jackson2022-10-211-1/+6
* tor-circmgr: Rename get_or_launch_dir_specific from _bridgeIan Jackson2022-10-211-1/+1
* circmgr: Plumbing for direct to target directory circuitsIan Jackson2022-10-201-1/+16
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-21/+1