summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-10/+10
* Update README.md files from rustdoc.Nick Mathewson2022-03-011-79/+99
* Fix rustdoc errors.Nick Mathewson2022-03-011-8/+9
* Run rustfmt.Nick Mathewson2022-03-011-1/+0
* Merge remote-tracking branch 'origin/mr/371'Nick Mathewson2022-03-011-0/+9
|\
| * arti-client: Add stability warning to config moduleIan Jackson2022-03-011-0/+9
* | Merge branch '010_docs'Nick Mathewson2022-03-012-7/+20
|\|
| * Update our stability warning on arti-client.Nick Mathewson2022-02-281-5/+12
| * Add warnings about configuration stability.Nick Mathewson2022-02-281-2/+8
* | Merge branch 'main'Ian Jackson2022-03-012-3/+9
|\|
| * Split "static" into sqlite and native-tls features.Nick Mathewson2022-02-252-5/+22
* | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-285-125/+131
|/
* Merge branch 'upgrade-dependencies' into 'main'Nick Mathewson2022-02-251-2/+2
|\
| * Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
| * Upgrade dependency to new version of tokio-util.Nick Mathewson2022-02-251-1/+1
* | Merge branch 'tcp-hook-new-tls' into 'main'eta2022-02-251-2/+1
|\ \ | |/ |/|
| * use runtime TlsProvider in tcp-hook exampletrinity-1686a2022-02-251-2/+1
* | Merge branch 'get-runtime' into 'main'Ian Jackson2022-02-251-0/+11
|\ \ | |/ |/|
| * TorClient:runtime(): rename from get_runtimeIan Jackson2022-02-251-1/+1
| * TorClient: Add get_runtime() convenience methodIan Jackson2022-02-241-0/+11
* | arti-client: Unlock the state manager on failure to bootstrapeta2022-02-243-1/+38
* | Merge branch 'http-layer' into 'main'eta2022-02-244-161/+10
|\ \
| * | impl From<TorAddrError> for tor_error::ErrorIan Jackson2022-02-231-0/+8
| * | arti-hyper: Move hyper example from arti-clientIan Jackson2022-02-232-161/+0
| * | Add missing documentation for TLS features to two readmesIan Jackson2022-02-231-0/+2
| |/
* | Fix typosDimitris Apostolou2022-02-231-3/+3
* | Merge branch 'custom-tcp-hook' into 'main'eta2022-02-231-0/+339
|\ \
| * | add one more comment to hook-tcptrinity-1686a2022-02-231-0/+1
| * | examples/hook-tcp: add some comments, rework lifetimes a biteta2022-02-231-28/+73
| * | implement correct handling of connection close and add comment explaining goa...trinity-1686a2022-02-231-9/+54
| * | add drop on CustomTcpStream to catch disconnection without closetrinity-1686a2022-02-231-0/+13
| * | add example of tcp hooktrinity-1686a2022-02-231-0/+235
* | | Merge branch 'client_builder' into 'main'Nick Mathewson2022-02-234-50/+113
|\ \ \ | |_|/ |/| |
| * | Documentation suggestion from review.Ian Jackson2022-02-231-1/+1
| * | Make a TorClientBuilder API.Nick Mathewson2022-02-184-50/+113
| |/
* / Bump anyhow minimal version to 1.0.23Ian Jackson2022-02-181-1/+1
|/
* Merge branch 'remaining-errors'Nick Mathewson2022-02-171-2/+11
|\
| * Rename ExitTimeout to RemoteNetworkTimeout.Nick Mathewson2022-02-171-1/+1
| * arti_client: provide Kinds for all errors.Nick Mathewson2022-02-161-1/+10
* | Merge branch 'eta/lazy-init' into 'main'eta2022-02-164-14/+153
|\ \ | |/ |/|
| * arti-client: add ability to automatically bootstrapeta2022-02-164-14/+153
* | Move persistent state flush from client to circmgrYuan Lyu2022-02-151-14/+0
|/
* Merge branch 'explain_into_tor_addr' into 'main'Nick Mathewson2022-02-141-4/+25
|\
| * More docs for IntoTorAddrNick Mathewson2022-02-141-4/+25
* | Merge branch 'ticket_337' into 'main'eta2022-02-142-38/+11
|\ \
| * | Simplify wait_for_bootstrap to use a Mutex.Nick Mathewson2022-02-142-38/+11
| |/
* / Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
|/
* Rename bootstrap_existing to bootstrap.Nick Mathewson2022-02-112-12/+10
* Merge branch 'eta/unbootstrapped-clients' into 'main'Nick Mathewson2022-02-116-67/+219
|\
| * Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)eta2022-02-116-67/+219