summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* | | derive_builder: Switch to upstream 0.11Ian Jackson2022-03-162-4/+4
|/ /
* | actually add DNS supporttrinity-1686a2022-03-141-1/+1
* | add udp to runtimetrinity-1686a2022-03-141-1/+1
* | Use new upstream humantime_serde_option featureIan Jackson2022-03-141-4/+3
* | humantime: Update to humantime-serde 1.1.1Ian Jackson2022-03-141-1/+1
* | rustfmtIan Jackson2022-03-111-2/+1
* | Make TorClientConfigBuilder DeserializeIan Jackson2022-03-111-0/+11
* | Drop remaining conversion from FooConfig to FooConfigBuilderIan Jackson2022-03-071-66/+0
* | Have ArtiConfig contain a TorClientConfig, and drop builder retconIan Jackson2022-03-071-6/+1
* | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-071-0/+8
* | Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-071-1/+1
* | Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-043-23/+14
|\ \
| * | Move skip_fmt into tor-basic-utilsIan Jackson2022-03-042-2/+2
| * | Replace manual Default impls on enums with educe in arti-clientIan Jackson2022-03-021-14/+7
| * | Replace manual Debug impl with educe in arti-clientIan Jackson2022-03-022-9/+7
* | | arti-client: Make dirmgr() and circmgr() return &Arc<..>Nick Mathewson2022-03-031-4/+4
* | | Merge branch 'dir-provider-redux' into 'main'Ian Jackson2022-03-025-26/+95
|\ \ \ | |/ / |/| |
| * | Have caller of dirmgr_builder() provide Arc.Nick Mathewson2022-03-021-2/+2
| * | DirProvider: Fix infinite recursion bugNick Mathewson2022-02-251-1/+1
| * | Add a builder function for replacing a DirProvider.Nick Mathewson2022-02-235-21/+86
| * | Un-parameterize DirProvider.Nick Mathewson2022-02-231-5/+3
| * | Add basic DirProvider trait, use it in clientChristian Grigis2022-02-231-6/+12
* | | Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\ \ \
| * | | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | | | 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
| |/ |/|