summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
...
* arti-client: Strengthen an HS todoNick Mathewson2023-03-231-1/+1
* arti-client: Call tor-hsclient to create HS connectionsIan Jackson2023-03-232-4/+27
* arti-client: Create an HsClientConnectorIan Jackson2023-03-232-0/+22
* arti-client: Move client stream creation out of match, in connectIan Jackson2023-03-231-16/+17
* arti-client: Break out TorClient::isolation(prefs)Ian Jackson2023-03-231-17/+32
* Discuss in comment why we're not using a newtype for the Strings in HostIan Jackson2023-03-091-0/+8
* Classify OnionAddressResolveRequest as NotImplementedIan Jackson2023-03-091-2/+1
* Reject invalid hostnamesIan Jackson2023-03-091-2/+5
* Fix reference to no-longer-contemplated Host variantIan Jackson2023-03-091-1/+1
* Dummy HsId::from_str on .onion: Return Bug, rather than panickingIan Jackson2023-03-091-5/+4
* Improve error from HsId parse of "www.B32.onion"Ian Jackson2023-03-092-0/+3
* Avoid arti_client::ErrorDetail::Address for TorAddrError::InvalidHostnameIan Jackson2023-03-091-1/+19
* arti-client: Parse .onion addresses and dispatch to client.rsIan Jackson2023-03-093-26/+162
* arti-client: DoThingInstructions: Make error returns consistentIan Jackson2023-03-092-9/+10
* arti-client: Host: Use Display::fmt rather than write!Ian Jackson2023-03-091-2/+3
* Merge branch 'suffix' into 'main'Nick Mathewson2023-03-081-1/+1
|\
| * Introduce and use ends_with_ignore_ascii_caseIan Jackson2023-03-081-1/+1
* | Merge branch 'host2' into 'main'Ian Jackson2023-03-082-47/+140
|\ \ | |/ |/|
| * arti-client: Host: Be more explicit about what is allowed in HostnameIan Jackson2023-03-081-1/+11
| * RustfmtIan Jackson2023-03-082-4/+16
| * Abolish Host::into_string_and_portIan Jackson2023-03-081-23/+0
| * arti-client: Do not send resolve requests for IP addrs to exitsIan Jackson2023-03-082-13/+58
| * arti-client addr handling: Introduce StreamInstructionsIan Jackson2023-03-082-22/+71
* | arti-client: Reject .onion, when we should, without allocatingIan Jackson2023-03-081-1/+2
|/
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-282-2/+2
* Merge branch 'shadykaty-error-hint-v2' into 'main'eta2023-02-072-1/+140
|\
| * ErrorHint: Add a note about lowering the permissions hintNick Mathewson2023-01-271-0/+4
| * ErrorHint: use anonymize_homeNick Mathewson2023-01-271-2/+4
| * ErrorHint: Implement tryfrom_torpersistNick Mathewson2023-01-271-2/+6
| * ErrorHint: refactor API (part 2)Nick Mathewson2023-01-271-75/+60
| * ErrorHint: refactor API (part 1)Nick Mathewson2023-01-271-13/+19
| * add opaque ErrorHint API, impl ErrorHint from BadPermissionsShady Katy2023-01-272-1/+139
* | Use ErrorReport for errors in error! in arti-clientIan Jackson2023-01-302-3/+4
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* made TorClient::set_stream_prefs publicMichael van Straten2023-01-181-4/+1
* Make a top-level API for connecting to onion services.Nick Mathewson2023-01-122-0/+16
* test lint blocks: Add many many automaticallyIan Jackson2022-12-124-0/+33
* arti-client: spelling fix.Nick Mathewson2022-12-061-1/+1
* arti: BridgesConfig is evidently not too high upIan Jackson2022-11-301-8/+0
* arti: pt mgr spawns the task itself in newIan Jackson2022-11-301-3/+0
* arti-client: Try to take ownership of state earlier.Nick Mathewson2022-11-291-0/+4
* arti, arti-client: Conditionalise various things on pt-clientIan Jackson2022-11-291-3/+4
* Spelling fix in arti_client::erreta2022-11-291-1/+1
* Temporarily make ptmgr required for arti-client :/Nick Mathewson2022-11-281-0/+3
* PtMgr: Use a persistent state directory for PT state.Nick Mathewson2022-11-282-0/+10
* Integrate PtMgr into arti-client.Nick Mathewson2022-11-283-1/+33
* Merge branch 'watch-drop-option' into 'main'Ian Jackson2022-11-231-0/+3
|\
| * arti-client: Add comment about Option DormantModeIan Jackson2022-11-231-0/+3
* | Merge branch 'stability' into 'main'Nick Mathewson2022-11-231-9/+0
|\ \ | |/ |/|