| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Rename tor_client/arti_tor_client to arti_client. | Nick Mathewson | 2021-10-21 | 1 | -0/+67 |
| Solves a name conflict with the existing tor_client create. Closes #130. | |||||
