| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Run cargo update. | Wesley Aptekar-Cassels | 2025-04-29 | 1 | -2/+2 |
| |/ |
|
| * | arti-client: remove incorrect note about `StateDirectory` usage | Steven Engler | 2025-04-23 | 1 | -1/+0 |
| * | Merge branch 'proto_enforce' into 'main' | Nick Mathewson | 2025-04-22 | 9 | -3/+578 |
| |\ |
|
| | * | Rename recommended_protocols to protocol_statuses. | Nick Mathewson | 2025-04-16 | 1 | -3/+3 |
| | * | arti-client: Document spec of checking date on cached protos | Nick Mathewson | 2025-04-16 | 1 | -3/+6 |
| | * | arti-client: On shutdown for missing proto, print to stderr | Nick Mathewson | 2025-04-16 | 1 | -1/+17 |
| | * | arti-client README: Document undesirable exit(1) behavior. | Nick Mathewson | 2025-04-16 | 1 | -1/+12 |
| | * | protover, *: Add documentation about what "supported" means. | Nick Mathewson | 2025-04-16 | 1 | -1/+1 |
| | * | arti-client: Small test for evaluating protocol status. | Nick Mathewson | 2025-04-16 | 2 | -0/+71 |
| | * | arti,arti-client: Add an option to override required protocols | Nick Mathewson | 2025-04-16 | 4 | -6/+77 |
| | * | arti-client: Keep a somewhat accurate notion of our release date. | Nick Mathewson | 2025-04-16 | 4 | -3/+40 |
| | * | Add warnings about removing supported protocols. | Nick Mathewson | 2025-04-16 | 1 | -0/+3 |
| | * | arti-client: Implement the basics of protocol enforcement. | Nick Mathewson | 2025-04-16 | 5 | -2/+266 |
| | * | New functions to report supported subprotocols | Nick Mathewson | 2025-04-16 | 2 | -0/+99 |
| * | | arti-client: Added TODO about replacing OnceCell | hashcatHitman | 2025-04-17 | 1 | -0/+7 |
| |/ |
|
| * | Merge branch 'todo-errordetail' into 'main' | David Goulet | 2025-04-14 | 2 | -2/+8 |
| |\ |
|
| | * | arti-client: Add ErrorDetail::OnionServiceSetup | hjrgrn | 2025-04-14 | 2 | -2/+8 |
| * | | arti-client: xref to fork policy | Ian Jackson | 2025-04-07 | 2 | -0/+17 |
| |/ |
|
| * | Remove outdated TODO | CocytusDEDI | 2025-04-03 | 1 | -4/+0 |
| * | Bump all the unstable tor- and arti- crates to 0.29.0. | Gabriela Moldovan | 2025-03-31 | 1 | -27/+27 |
| * | Bump the versions of the non-{arti-,tor-} crates. | Gabriela Moldovan | 2025-03-31 | 1 | -2/+2 |
| * | Upgrade strum dependency to 0.27.1. | Gabriela Moldovan | 2025-03-27 | 1 | -1/+1 |
| * | Mark rpc features as non-experimental. | Nick Mathewson | 2025-03-25 | 1 | -2/+3 |
| * | Use CautiousRng for keys going into the KeyMgr. | Nick Mathewson | 2025-03-24 | 1 | -2/+2 |
| * | Merge branch 'client-arti' into 'main' | opara | 2025-03-20 | 1 | -16/+12 |
| |\ |
|
| | * | replace state_dir and storage_mistrust with tor_persist::state_dir::StateDire... | abdul2801 | 2025-03-20 | 1 | -16/+12 |
| * | | squash! Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 2 | -3/+3 |
| * | | Upgrade rand dependency to 0.9. | Nick Mathewson | 2025-03-18 | 1 | -2/+2 |
| |/ |
|
| * | tor-rtmock: task: Remove Default impl for ThreadDescriptor | Ian Jackson | 2025-03-04 | 1 | -1/+1 |
| * | Bump minor versions in tor-*, arti-*. | Nick Mathewson | 2025-03-03 | 1 | -27/+27 |
| * | Upgrade to derive_more 2 | Nick Mathewson | 2025-02-26 | 1 | -1/+1 |
| * | Fix `crate_bootstrapped` typo | kpcyrd | 2025-02-16 | 1 | -1/+1 |
| * | Enable derive-deftly beta features | Ian Jackson | 2025-02-12 | 1 | -1/+1 |
| * | Update to derive-deftly 1.0 | Ian Jackson | 2025-02-12 | 1 | -1/+1 |
| * | Bump minor version of fs-mistrust | Ian Jackson | 2025-02-07 | 1 | -1/+1 |
| * | Version bumps to 0.27.0 | Ian Jackson | 2025-02-06 | 1 | -27/+27 |
| * | fs-mistrust: bump minor version, and in-tree deps | Ian Jackson | 2025-02-06 | 1 | -1/+1 |
| * | rpc: Correct API documentation about optimism | Nick Mathewson | 2025-01-30 | 1 | -4/+0 |
| * | tor-rtcompat: Add the ability to get a StreamOps handle. | Gabriela Moldovan | 2025-01-15 | 1 | -0/+4 |
| * | Bump versions of internal arti crates for Arti 1.3.2 | Nick Mathewson | 2025-01-07 | 1 | -27/+27 |
| * | Merge branch 'mod-module-files' into 'main' | Nick Mathewson | 2025-01-07 | 1 | -0/+1 |
| |\ |
|
| | * | clippy: deny `mod_module_files` | Steven Engler | 2025-01-06 | 1 | -0/+1 |
| * | | fix: fix typos | Dimitris Apostolou | 2025-01-06 | 1 | -1/+1 |
| |/ |
|
| * | tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps ... | Gabriela Moldovan | 2024-12-10 | 1 | -2/+6 |
| * | tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps. | Gabriela Moldovan | 2024-12-10 | 1 | -1/+8 |
| * | Move base CfgPathResolver for arti-client back to tor-config-path. | Nick Mathewson | 2024-12-09 | 2 | -120/+3 |
| * | add_warnings, *: Allow clippy::needless_lifetimes | Nick Mathewson | 2024-12-03 | 1 | -0/+1 |
| * | Bump all the unstable tor- and arti- crates to 0.25.0. | Gabriela Moldovan | 2024-12-02 | 1 | -27/+27 |
| * | Bump the versions of the non-{arti-,tor-} crates. | Gabriela Moldovan | 2024-12-02 | 1 | -2/+2 |
| * | Run fixup-features in preparation for release (fmt). | Gabriela Moldovan | 2024-12-02 | 1 | -1/+2 |