aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-client/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-79/+99
|
* Add missing documentation for TLS features to two readmesIan Jackson2022-02-231-0/+2
|
* errors: Introduce error_detail featureIan Jackson2022-02-041-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 Mathewson2022-01-281-6/+8
|
* StreamPrefs: rename from ConnectPrefsIan Jackson2022-01-211-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 Mathewson2022-01-111-2/+2
|
* Example needs to be the same as the readmedagon2021-11-301-46/+27
|
* MR review feedbackdagon2021-11-301-3/+8
|
* fix arti-client doc exampledagon2021-11-301-25/+39
|
* run ./maint/readmes.shdagon2021-11-291-2/+2
|
* Update README.md filesNick Mathewson2021-10-291-6/+10
|
* Update README.md filesNick Mathewson2021-10-281-13/+90
|
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-16/+7
|
* s/arti-arti-client/arti-client/ and regenerate readme filesNick Mathewson2021-10-251-1/+1
|
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-211-0/+67
Solves a name conflict with the existing tor_client create. Closes #130.