| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arti-client: document the need for `tor_log_ratelim::install_runtime()` | Steven Engler | 2026-01-14 | 1 | -0/+25 |
| | | | | | | | This function can only be called once within a program, so we can't call it ourselves from a `TorClient`. The user must call it themselves, so we should document this. | ||||
| * | arti-client: document the 'vanguards' feature in the README | Steven Engler | 2025-11-26 | 1 | -0/+3 |
| | | |||||
| * | docs: remove outdated comments about rustls/ring license | Steven Engler | 2025-08-21 | 1 | -3/+1 |
| | | |||||
| * | smol: Implement smol in tor-rtcompat | Niel Duysters | 2025-08-21 | 1 | -5/+6 |
| | | |||||
| * | arti-client: make "memquota" feature a no-op | Steven Engler | 2025-07-31 | 1 | -1/+8 |
| | | |||||
| * | arti: Add keys list and keys list-keystores | hjrgrn | 2025-06-12 | 1 | -2/+4 |
| | | |||||
| * | arti-client README: Document undesirable exit(1) behavior. | Nick Mathewson | 2025-04-16 | 1 | -1/+12 |
| | | |||||
| * | arti-client: xref to fork policy | Ian Jackson | 2025-04-07 | 1 | -0/+5 |
| | | |||||
| * | Make memquota feature part of full in arti-client | Ian Jackson | 2024-10-22 | 1 | -0/+1 |
| | | | | | Mark it no longer experimental, but part of full. And document it. | ||||
| * | Documentation updates for "NetStreamProvider" rename | Nick Mathewson | 2024-09-24 | 1 | -1/+1 |
| | | | | | | | Stop referring to TCP streams in its documentation; update other documentation to refer to NetStreamProvider rather than TcpProvider. | ||||
| * | Remove reference to arti-hyper in arti-client README.md | Ian Jackson | 2024-07-09 | 1 | -2/+0 |
| | | | | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2225#note_3043992 We have an example for how to use arti-client with hyper 1.x, but I don't think we need to to mention that here. | ||||
| * | Move onion-service-service to non-experimental section of READMEs. | Nick Mathewson | 2024-02-20 | 1 | -3/+3 |
| | | |||||
| * | Use and document the new arti-client/anyhow feature | Nick Mathewson | 2024-02-15 | 1 | -0/+2 |
| | | |||||
| * | arti-client: Fix a couple more typos. | Nick Mathewson | 2023-08-22 | 1 | -1/+1 |
| | | | | | I spotted these while I was working on something else. | ||||
| * | Update documentation regarding the `onion-service-client` feature | Kunal Mehta | 2023-07-07 | 1 | -3/+3 |
| | | | | | | It is no longer experimental, but still not rated for security-sensitive usage per <https://blog.torproject.org/arti_116_released/>. | ||||
| * | arti-client: Rename hs feature to onion-service-client | Ian Jackson | 2023-06-16 | 1 | -1/+1 |
| | | | | | | | Rationale as per #756. This is the same name as in the `arti` crate. | ||||
| * | arti-client: Use a dummy key manager if the keymgr feature is disabled. | Gabriela Moldovan | 2023-06-15 | 1 | -0/+2 |
| | | | | | | | | | | TorClient now only uses the tor_keymgr::KeyMgr implementation if the keymgr experimental feature is enabled. If the feature is disabled, a dummy key manager implementation is used. The new `keymgr` feature depends on `onion-client`, because the key manager is only used for HS client auth. | ||||
| * | Merge branch 'pt-snowflake' into 'main' | Nick Mathewson | 2023-06-11 | 1 | -0/+9 |
| |\ | | | | | | | | | | | | | add documentation for configuring snowflake pt Closes #879 and #875 See merge request tpo/core/arti!1216 | ||||
| | * | add a few more comments on PTs | trinity-1686a | 2023-06-09 | 1 | -2/+3 |
| | | | |||||
| | * | change link for more information on pts | trinity-1686a | 2023-06-08 | 1 | -1/+1 |
| | | | |||||
| | * | complement general documentation on bridges and pt | trinity-1686a | 2023-06-07 | 1 | -0/+8 |
| | | | |||||
| * | | Rephrase error handling to reporting | Saksham Mittal | 2023-06-08 | 1 | -2/+2 |
| | | | |||||
| * | | Add error handling section in README | Saksham Mittal | 2023-06-08 | 1 | -0/+40 |
| |/ | |||||
| * | Make a top-level API for connecting to onion services. | Nick Mathewson | 2023-01-12 | 1 | -0/+3 |
| | | | | | Fortunately, it adds very little to the arti-client API surface. | ||||
| * | arti-client: Mark "bridge-client" and "pt-client" as non-experimental | Nick Mathewson | 2022-11-18 | 1 | -2/+2 |
| | | |||||
| * | Check more targets | trinity-1686a | 2022-11-10 | 1 | -0/+2 |
| | | |||||
| * | README doctests: fix arti-client | Ian Jackson | 2022-10-12 | 1 | -3/+3 |
| | | | | | | | | | Add ,ignore to ignore three examples that don't actually compile. cargo readme would add these annotations to lib.rs, but the doc include doesn't do stuff like that. pandoc seems to still render the result just fine. | ||||
| * | Add pt-client and bridge-client features to arti and arti-client | Ian Jackson | 2022-10-12 | 1 | -0/+2 |
| | | |||||
| * | READMEs: Run maint/readmes (to update READMEs from lib.rs) | Ian Jackson | 2022-09-02 | 1 | -1/+2 |
| | | |||||
| * | READMEs: arti-client: Remove caveats and add some xrefs | Ian Jackson | 2022-09-02 | 1 | -7/+15 |
| | | |||||
| * | Update README.md files with "readmes" tool. | Nick Mathewson | 2022-08-31 | 1 | -1/+5 |
| | | |||||
| * | Update README.md files from rustdoc. | Nick Mathewson | 2022-06-24 | 1 | -41/+77 |
| | | |||||
| * | Update README.md files (automated). | Nick Mathewson | 2022-05-06 | 1 | -1/+1 |
| | | |||||
| * | Fix grammar and typos | Samanta Navarro | 2022-04-27 | 1 | -1/+1 |
| | | |||||
| * | Update README.md files using readmes script | Nick Mathewson | 2022-03-29 | 1 | -0/+2 |
| | | |||||
| * | Fixed typo on arti-client README.md | solanav | 2022-03-24 | 1 | -2/+0 |
| | | |||||
| * | Update README.md files from rustdoc. | Nick Mathewson | 2022-03-01 | 1 | -79/+99 |
| | | |||||
| * | Add missing documentation for TLS features to two readmes | Ian Jackson | 2022-02-23 | 1 | -0/+2 |
| | | |||||
| * | errors: Introduce error_detail feature | Ian Jackson | 2022-02-04 | 1 | -0/+3 |
| | | | | | | Right now we must always expose the `Error` type since we haven't converted everything. | ||||
| * | Use script to update README.md files. | Nick Mathewson | 2022-01-28 | 1 | -6/+8 |
| | | |||||
| * | StreamPrefs: rename from ConnectPrefs | Ian Jackson | 2022-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The docs even say this is about stream. As @nickm writes in https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/252#note_2771289 we generally call end-to-end connections that are tunneled over Tor "Streams" to distinguish them from everything else in the Tor protocols that could possibly be called a "Connection". That seems to apply here too. | ||||
| * | Update README.md files (automated) | Nick Mathewson | 2022-01-11 | 1 | -2/+2 |
| | | |||||
| * | Example needs to be the same as the readme | dagon | 2021-11-30 | 1 | -46/+27 |
| | | |||||
| * | MR review feedback | dagon | 2021-11-30 | 1 | -3/+8 |
| | | |||||
| * | fix arti-client doc example | dagon | 2021-11-30 | 1 | -25/+39 |
| | | |||||
| * | run ./maint/readmes.sh | dagon | 2021-11-29 | 1 | -2/+2 |
| | | |||||
| * | Update README.md files | Nick Mathewson | 2021-10-29 | 1 | -6/+10 |
| | | |||||
| * | Update README.md files | Nick Mathewson | 2021-10-28 | 1 | -13/+90 |
| | | |||||
| * | Update our disclaimers and limitations sections. | Nick Mathewson | 2021-10-27 | 1 | -16/+7 |
| | | |||||
| * | s/arti-arti-client/arti-client/ and regenerate readme files | Nick Mathewson | 2021-10-25 | 1 | -1/+1 |
| | | |||||
