summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* Bump arti crate to 1.2.7Gabriela Moldovan2024-09-031-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-13/+13
* Fix formatting issues introduced by fixup-features.Gabriela Moldovan2024-09-031-2/+11
* arti: Remove the XXXXs added by fixup-features.Gabriela Moldovan2024-09-031-1/+0
* Run fixup-features in preparation for release.Gabriela Moldovan2024-09-031-2/+4
* Fix typosDimitris Apostolou2024-09-032-2/+2
* arti: Set the COLUMNS env var in the CLI tests.Gabriela Moldovan2024-08-283-11/+14
* arti: Elide some text in the expected hsc test output.Gabriela Moldovan2024-08-281-2/+1
* arti: Implement the hsc subcommand using an inert tor client.Gabriela Moldovan2024-08-283-8/+4
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-2/+2
* Merge branch 'expose-proxy-setting' into 'main'Nick Mathewson2024-08-286-13/+308
|\
| * rpc: Use MockRuntime for set_proxy_info test.Nick Mathewson2024-08-282-2/+3
| * rpc: Add a test for setting proxy info.Nick Mathewson2024-08-282-0/+43
| * rpc: Rename E::SenderDroppedNick Mathewson2024-08-281-5/+6
| * rpc: Try another incantation for watching for ProxyInfo.Nick Mathewson2024-08-281-13/+7
| * rpc: Add another layer of indirection on proxyinfoNick Mathewson2024-08-282-3/+12
| * rpc: Try using postage::watch to initialize ProxyInfo.Nick Mathewson2024-08-286-35/+82
| * Re-wrap a Cargo.toml.Nick Mathewson2024-08-281-1/+5
| * RPC: Add experimental method to list SOCKS proxies.Nick Mathewson2024-08-285-16/+135
| * arti: Define a new ArtiRpcSession type.Nick Mathewson2024-08-284-4/+81
* | tor-config: Rename watch_file to watch_path.Gabriela Moldovan2024-08-271-1/+1
|/
* Merge branch 'ci' into 'main'Ian Jackson2024-08-272-1/+5
|\
| * Add script for *testing* without any features enabledIan Jackson2024-08-191-0/+3
| * arti: Fix an unused Result in tests if pts disabledIan Jackson2024-08-191-1/+2
* | arti: Temporarily disable a flaky test.Gabriela Moldovan2024-08-221-0/+1
* | arti: Use a postage::watch channel in the tests.Gabriela Moldovan2024-08-222-15/+24
* | arti: Add test for config reloading.Gabriela Moldovan2024-08-212-0/+175
* | arti: Wrap long lines not handled by rustfmt.Gabriela Moldovan2024-08-211-2/+14
* | tor-hsservice: Pass watch_configuration down to restricted discovery config.Gabriela Moldovan2024-08-211-7/+23
* | tor-config: Support watching dirs for files with a given extension.Gabriela Moldovan2024-08-211-1/+1
* | tor-config: Make FileWatcher use an opaque channel type.Gabriela Moldovan2024-08-211-89/+106
* | tor-config: Give FileWatcherBuilder a handle to the runtime.Gabriela Moldovan2024-08-211-5/+6
* | tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-211-185/+22
* | arti: Update outdated FileWatcher docs.Gabriela Moldovan2024-08-211-5/+1
|/
* Merge branch '1144-std-backtrace' into 'main'David Goulet2024-08-122-6/+3
|\
| * Match previous backtrace formattingRobin Leander Schröder2024-08-081-2/+2
| * Use std::backtrace instead of backtrace crateRobin Leander Schröder2024-08-012-4/+1
* | Merge branch 'docsrs' into 'main'Jim Newsome2024-08-071-1/+0
|\ \
| * | Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* | | arti: Add the restricted_discovery configuration to the example config.Gabriela Moldovan2024-08-052-9/+94
* | | tor-hsservice: Add restricted discovery configuration.Gabriela Moldovan2024-08-051-1/+1
* | | arti: Avoid using the now-deprecated arti_client constant.Gabriela Moldovan2024-08-051-2/+2
* | | tor-hsservice: Add a restricted-discovery feature.Gabriela Moldovan2024-08-051-1/+2
* | | doc: Add arti hsc subcommand docs to doc/hsc.md.Gabriela Moldovan2024-08-051-28/+1
* | | arti: Update the hsc markdown test.Gabriela Moldovan2024-08-051-3/+19
* | | arti: Elide the -c help in the expected output of the CLI tests.Gabriela Moldovan2024-08-051-2/+1
|/ /
* | Have `arti hss onion-name` error if it doesn't print the onion nameKunal Mehta2024-08-012-4/+7
* | Bump "arti" crate to 1.2.6Nick Mathewson2024-08-011-1/+1
* | Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-10/+10
* | Run "fixup-features".Nick Mathewson2024-08-011-1/+1
|/