summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Increment crate versions.Nick Mathewson2023-05-031-23/+23
* arti-client: Only run BridgesConfig doc test if pt-client feature is enabled.Gabriela Moldovan2023-05-021-1/+2
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-1/+1
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-10/+10
* Merge branch 'plumb' into 'main'Alexander Færøy2023-03-302-7/+17
|\
| * Run rustfmtIan Jackson2023-03-301-8/+4
| * arti-client: Call HsCircPool::launch_background_tasksIan Jackson2023-03-301-4/+13
| * tor-hsconn: Rename ConnError (from HsClientConnError)Ian Jackson2023-03-301-2/+2
| * arti-client: When making hs conn, wait for bootstrapIan Jackson2023-03-301-0/+3
| * tor-client: Pass a netdir for each requestIan Jackson2023-03-301-1/+3
* | Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-292-4/+3
|/
* Merge branch 'hspre' into 'main'Ian Jackson2023-03-292-4/+9
|\
| * Tidy up an unused import warningIan Jackson2023-03-281-1/+3
| * Pass HsCircPool to hsclient connect function, not CircMgr (fmt)Ian Jackson2023-03-281-5/+5
| * Pass HsCircPool to hsclient connect function, not CircMgrIan Jackson2023-03-281-2/+5
* | arti-client: add accessors for `Blockage`eta2023-03-281-1/+13
|/
* tor_client: Add some example code for BridgeConfig.Nick Mathewson2023-03-241-0/+49
* arti-client: Make TransportConfigListBuilder public.Nick Mathewson2023-03-241-1/+8
* Merge branch 'upgrade_dirs' into 'main'Alexander Færøy2023-03-231-1/+1
|\
| * Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-221-1/+1
* | Apply deferred rustfmt churnIan Jackson2023-03-231-1/+4
* | arti-client: Include redacted HsId in ObtainHsCircuit errorIan Jackson2023-03-232-4/+4
* | arti-client: Fix wording of docs for TorClient::isolationIan Jackson2023-03-231-1/+1
* | 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-233-1/+24
* | 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-094-26/+163
* 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
|/
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-12/+12