aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
* | tor-circmgr: Use ErrorReport on a logged errorIan Jackson2022-12-121-1/+2
|/
* Remove semver.md files now that 1.1.0 is released.Nick Mathewson2022-11-301-2/+0
* Bump the minor version of every crate.Nick Mathewson2022-11-301-20/+20
* tor-cirmgr: Replace OwnedChanTarget with LoggedChanTarget in errorsIan Jackson2022-11-232-9/+9
* Even more comments explaining circuit cancellation.Nick Mathewson2022-11-221-3/+37
* Improve notes surrounding circuit cancellation.Nick Mathewson2022-11-222-6/+18
* CircMgr: retire all circuits if bridge configuration changes.Nick Mathewson2022-11-221-5/+9
* Merge branch 'refactor_into_ownedchantarget' into 'main'Nick Mathewson2022-11-181-3/+3
|\
| * CircMgr: Refactor DirSpecificTarget constructorNick Mathewson2022-11-181-3/+3
* | circmgr: make some imports conditionalNick Mathewson2022-11-181-2/+1
* | circmgr: Make "specific-relay" non-experimental.Nick Mathewson2022-11-182-6/+11
|/
* Remove a spurious log that I committed by mistake. Whoops.Nick Mathewson2022-11-151-1/+0
* Implement more cases for `DirSpecificTarget`.Nick Mathewson2022-11-151-1/+22
* Merge branch 'guardmgr' into 'main'Ian Jackson2022-11-142-1/+4
|\
| * Move GuardMgr::new call to arti_client::TorClientIan Jackson2022-11-142-1/+2
| * Document Clone semantics of GuardMgr and DirMgrIan Jackson2022-11-111-0/+2
* | bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-1/+1
|/
* Merge branch 'misc-todo-ptclient' into 'main'Ian Jackson2022-11-081-3/+3
|\
| * circmgr: downgrade TODO pt-client commentsNick Mathewson2022-11-081-3/+3
* | Refactor external guardmgr APIs: Stop taking NetDir arguments.Nick Mathewson2022-11-084-25/+8
|/
* guardmgr config: Introduce and require new GuardMgrConfig traitIan Jackson2022-11-034-16/+11
* guardmgr config: Pass fallback list from config by referenceIan Jackson2022-11-031-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Merge branch 'guards_as_bridges_part1' into 'main'Nick Mathewson2022-10-242-34/+163
|\
| * circmgr: More NOTEs and TODO pt-clients.Nick Mathewson2022-10-241-3/+9
| * Circmgr: construct paths using either Relay or OwnedCircTargetNick Mathewson2022-10-242-34/+157
* | tor-circmgr: Make get_or_launch_dir_specific feature-specificIan Jackson2022-10-214-4/+21
* | tor-circmgr: Rename get_or_launch_dir_specific from _bridgeIan Jackson2022-10-211-1/+1
* | tor-circmgr README: Add experimental features boilerplateIan Jackson2022-10-211-0/+18
* | tor-circmgr README: Remove "Limitations"Ian Jackson2022-10-211-6/+0
|/
* circmgr: Plumbing for direct to target directory circuitsIan Jackson2022-10-202-2/+29
* 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
* Allow "clippy::single_char_pattern" in tests.Ian Jackson2022-10-121-0/+1