summaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: Avoid wildcard dependency requirements.Gabriela Moldovan2025-04-011-1/+1
* Bump arti crate to 1.4.2Gabriela Moldovan2025-03-313-3/+3
* Bump all the unstable tor- and arti- crates to 0.29.0.Gabriela Moldovan2025-03-3148-440/+440
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-03-3132-46/+46
* Run cargo update for {hashx,equix}/bench.Gabriela Moldovan2025-03-312-30/+30
* Merge branch 'fixup-feats' into 'main'gabi-2502025-03-311-0/+1
|\
| * arti-relay: Run fixup-features.Gabriela Moldovan2025-03-271-0/+1
* | Upgrade to cbindgen 0.28.0Nick Mathewson2025-03-301-1/+1
* | Update expected warnings from cbindgen.Nick Mathewson2025-03-301-51/+0
|/
* Upgrade getrandom dependency to 0.3.2Gabriela Moldovan2025-03-274-2/+6
* Upgrade rustls-wekpki dependency to 0.103.1.Gabriela Moldovan2025-03-271-1/+1
* Upgrade strum dependency to 0.27.1.Gabriela Moldovan2025-03-2711-11/+11
* tor-keymgr: keystore::arti::ssh: Fix typo; simplify comments.playbahn2025-03-271-8/+7
* tor-keymgr: keystore::arti: Rework tests: ssh-keygen interopplaybahn2025-03-261-7/+4
* tor-keymgr: keystore::arti::ssh: Rework tests: ssh-keygen interopplaybahn2025-03-261-37/+115
* tor-keymgr: test_utils: TestSpecifier::path_prefix: Drop methodplaybahn2025-03-262-8/+7
* tor-keymgr: Fix clippy errorsplaybahn2025-03-262-2/+3
* tor-keymgr: dep ssh-key feat: -allocplaybahn2025-03-261-1/+1
* tor-keymgr: test_utils: Fix unresolved importplaybahn2025-03-261-4/+8
* tor-keymgr: keystore::arti::tests: More intuitive assert_eq!playbahn2025-03-262-3/+2
* tor-keymgr: keystore::arti: Rework ssh-keygen interop testsplaybahn2025-03-261-63/+82
* tor-keymgr: keystore::arti::ssh: Rework ssh-keygen interop testsplaybahn2025-03-261-30/+52
* tor-keymgr: Rework utils for ssh-keygen interop testsplaybahn2025-03-261-52/+50
* tor-keymgr: Remove unused importsplaybahn2025-03-262-2/+0
* tor-keymgr: keystore::arti: Add tests for ssh-keygen interopplaybahn2025-03-261-65/+100
* tor-keymgr: keystore::arti::ssh: Add tests for ssh-keygen interopplaybahn2025-03-261-0/+61
* tor-keymgr: test_utils: Add ssh-keygen interop test utilsplaybahn2025-03-261-0/+53
* tor-keymgr: dependency ssh-key: features: +allocplaybahn2025-03-261-1/+1
* tor-keymgr: test_utils: Fix typo: TestSpecifier::new paramplaybahn2025-03-261-2/+2
* tor-proto: remove unnecessary `Option` from `circuit_action`Steven Engler2025-03-262-10/+9
* tor-proto: fix possible bug when there are no ready streamsSteven Engler2025-03-261-13/+21
* Merge branch 'use-patch-pwd-grp' into 'main'Jim Newsome2025-03-264-12/+28
|\
| * fix compiling fs-misstrust on tvOSyaucp2025-03-264-12/+28
* | Merge branch 'dev/cve/pareto-cast' into 'main'Nick Mathewson2025-03-261-1/+1
|\ \
| * | tor-circmgr: Explicit type annotationClara Engler2025-03-261-1/+1
* | | Merge branch 'main' into 'main'gabi-2502025-03-261-86/+149
|\ \ \ | |_|/ |/| |
| * | tor-keymgr: Introduce ItemMetadata type for testing.vijayabhaskar_782025-03-261-86/+149
| |/
* | Merge branch 'rpc-configuration' into 'main'opara2025-03-253-3/+142
|\ \
| * | Add examples and tests for RPC options.Nick Mathewson2025-03-253-3/+121
| * | arti: warn when rpc options are set without rpc feature.Nick Mathewson2025-03-251-0/+21
* | | Merge branch 'circuit-action' into 'main'opara2025-03-253-16/+31
|\ \ \ | |_|/ |/| |
| * | tor-basic-utils: move `flatten` from tor-protoSteven Engler2025-03-252-10/+15
| * | tor-proto: simplify tunnel `run_once`Steven Engler2025-03-241-7/+1
| * | tor-proto: remove `CircuitActionResult` aliasSteven Engler2025-03-241-4/+1
| * | tor-proto: change `ConfluxSet::next_circ_action` to return a `Future`Steven Engler2025-03-242-6/+25
| * | tor-proto: rename `ConfluxSet::circuit_action` to `next_circ_action`Steven Engler2025-03-242-6/+6
* | | Revise READMEs for RPC crates.Nick Mathewson2025-03-253-20/+24
* | | Mark rpc features as non-experimental.Nick Mathewson2025-03-252-4/+6
| |/ |/|
* | Merge branch 'choose_multiple_cleanup' into 'main'Nick Mathewson2025-03-253-11/+116
|\ \
| * | netdir: Add a (hopefully) temporary workaroundNick Mathewson2025-03-251-3/+27