summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
* Remove unnecessary `doc(cfg(...))` attributesNeel Chauhan2025-12-041-5/+0
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* proto: Move the `stream` module under `client` (breaking).Gabriela Moldovan2025-08-181-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* arti-client: Fix test for FlowCtrl=2.Nick Mathewson2025-08-061-3/+3
* tor_proto: add FLOWCTRL_CC to supported_client_protocolsNick Mathewson2025-08-061-5/+13
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* protover, *: Add documentation about what "supported" means.Nick Mathewson2025-04-161-1/+1
* arti-client: Keep a somewhat accurate notion of our release date.Nick Mathewson2025-04-161-0/+19
* Add warnings about removing supported protocols.Nick Mathewson2025-04-161-0/+3
* arti-client: Implement the basics of protocol enforcement.Nick Mathewson2025-04-161-1/+1
* New functions to report supported subprotocolsNick Mathewson2025-04-161-0/+98
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Disable a lot of dead code warningsIan Jackson2024-10-171-0/+3
* arti-client: Add an InertTorClient for accessing client state.Gabriela Moldovan2024-08-281-1/+1
* arti-client: Add a function for generating client authorization keys.Gabriela Moldovan2024-06-271-0/+10
* Add a maximum to local_resource_timeout.Nick Mathewson2024-06-241-1/+1
* rpc: Add an isolated-client method on TorClient.Nick Mathewson2024-05-091-1/+1
* Merge branch 'new_ci_cfg_strategy' into 'main'Nick Mathewson2024-05-071-2/+2
|\
| * Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* | RPC: Implement methods to get and watch client bootstrap status.Nick Mathewson2024-05-061-0/+2
|/
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Refactor and improve error hinting.Nick Mathewson2024-02-141-1/+1
* arti-client: add exit selection with GeoIP country codeseta2023-09-181-0/+4
* 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/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* keymgr: Move dummy implementation to tor-keymgr.Gabriela Moldovan2023-06-221-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* arti-client: Create module exposing one of the key manager APIs.Gabriela Moldovan2023-06-201-1/+0
* arti-client: Use a dummy key manager if the keymgr feature is disabled.Gabriela Moldovan2023-06-151-0/+2
* add opaque ErrorHint API, impl ErrorHint from BadPermissionsShady Katy2023-01-271-1/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-237/+1
* Add pt-client and bridge-client features to arti and arti-clientIan Jackson2022-10-121-0/+2
* arti-client README: Say we intend to provide FFIIan Jackson2022-09-021-1/+2
* READMEs: arti-client: Remove caveats and add some xrefsIan Jackson2022-09-021-7/+15
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Document more explicitly what "voiding a semver warranty" entailsNick Mathewson2022-08-111-1/+5
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'main' into 'accel-features'Nick Mathewson2022-06-161-2/+5
|\
| * Remove "rustls" from "full", for license reasons.Nick Mathewson2022-06-151-2/+5
* | Add "accel-*" features to arti-client and arti.Nick Mathewson2022-06-131-0/+9
|/