index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-23
/
+23
*
arti-client: Only run BridgesConfig doc test if pt-client feature is enabled.
Gabriela Moldovan
2023-05-02
1
-1
/
+2
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-10
/
+10
*
Merge branch 'plumb' into 'main'
Alexander Færøy
2023-03-30
2
-7
/
+17
|
\
|
*
Run rustfmt
Ian Jackson
2023-03-30
1
-8
/
+4
|
*
arti-client: Call HsCircPool::launch_background_tasks
Ian Jackson
2023-03-30
1
-4
/
+13
|
*
tor-hsconn: Rename ConnError (from HsClientConnError)
Ian Jackson
2023-03-30
1
-2
/
+2
|
*
arti-client: When making hs conn, wait for bootstrap
Ian Jackson
2023-03-30
1
-0
/
+3
|
*
tor-client: Pass a netdir for each request
Ian Jackson
2023-03-30
1
-1
/
+3
*
|
Move functionality from tor_basic_utils to tor_async_utils
Nick Mathewson
2023-03-29
2
-4
/
+3
|
/
*
Merge branch 'hspre' into 'main'
Ian Jackson
2023-03-29
2
-4
/
+9
|
\
|
*
Tidy up an unused import warning
Ian Jackson
2023-03-28
1
-1
/
+3
|
*
Pass HsCircPool to hsclient connect function, not CircMgr (fmt)
Ian Jackson
2023-03-28
1
-5
/
+5
|
*
Pass HsCircPool to hsclient connect function, not CircMgr
Ian Jackson
2023-03-28
1
-2
/
+5
*
|
arti-client: add accessors for `Blockage`
eta
2023-03-28
1
-1
/
+13
|
/
*
tor_client: Add some example code for BridgeConfig.
Nick Mathewson
2023-03-24
1
-0
/
+49
*
arti-client: Make TransportConfigListBuilder public.
Nick Mathewson
2023-03-24
1
-1
/
+8
*
Merge branch 'upgrade_dirs' into 'main'
Alexander Færøy
2023-03-23
1
-1
/
+1
|
\
|
*
Bump to the lastest versions of dirs and directories.
Nick Mathewson
2023-03-22
1
-1
/
+1
*
|
Apply deferred rustfmt churn
Ian Jackson
2023-03-23
1
-1
/
+4
*
|
arti-client: Include redacted HsId in ObtainHsCircuit error
Ian Jackson
2023-03-23
2
-4
/
+4
*
|
arti-client: Fix wording of docs for TorClient::isolation
Ian Jackson
2023-03-23
1
-1
/
+1
*
|
arti-client: Strengthen an HS todo
Nick Mathewson
2023-03-23
1
-1
/
+1
*
|
arti-client: Call tor-hsclient to create HS connections
Ian Jackson
2023-03-23
2
-4
/
+27
*
|
arti-client: Create an HsClientConnector
Ian Jackson
2023-03-23
3
-1
/
+24
*
|
arti-client: Move client stream creation out of match, in connect
Ian Jackson
2023-03-23
1
-16
/
+17
*
|
arti-client: Break out TorClient::isolation(prefs)
Ian Jackson
2023-03-23
1
-17
/
+32
|
/
*
Discuss in comment why we're not using a newtype for the Strings in Host
Ian Jackson
2023-03-09
1
-0
/
+8
*
Classify OnionAddressResolveRequest as NotImplemented
Ian Jackson
2023-03-09
1
-2
/
+1
*
Reject invalid hostnames
Ian Jackson
2023-03-09
1
-2
/
+5
*
Fix reference to no-longer-contemplated Host variant
Ian Jackson
2023-03-09
1
-1
/
+1
*
Dummy HsId::from_str on .onion: Return Bug, rather than panicking
Ian Jackson
2023-03-09
1
-5
/
+4
*
Improve error from HsId parse of "www.B32.onion"
Ian Jackson
2023-03-09
2
-0
/
+3
*
Avoid arti_client::ErrorDetail::Address for TorAddrError::InvalidHostname
Ian Jackson
2023-03-09
1
-1
/
+19
*
arti-client: Parse .onion addresses and dispatch to client.rs
Ian Jackson
2023-03-09
4
-26
/
+163
*
arti-client: DoThingInstructions: Make error returns consistent
Ian Jackson
2023-03-09
2
-9
/
+10
*
arti-client: Host: Use Display::fmt rather than write!
Ian Jackson
2023-03-09
1
-2
/
+3
*
Merge branch 'suffix' into 'main'
Nick Mathewson
2023-03-08
1
-1
/
+1
|
\
|
*
Introduce and use ends_with_ignore_ascii_case
Ian Jackson
2023-03-08
1
-1
/
+1
*
|
Merge branch 'host2' into 'main'
Ian Jackson
2023-03-08
2
-47
/
+140
|
\
\
|
|
/
|
/
|
|
*
arti-client: Host: Be more explicit about what is allowed in Hostname
Ian Jackson
2023-03-08
1
-1
/
+11
|
*
Rustfmt
Ian Jackson
2023-03-08
2
-4
/
+16
|
*
Abolish Host::into_string_and_port
Ian Jackson
2023-03-08
1
-23
/
+0
|
*
arti-client: Do not send resolve requests for IP addrs to exits
Ian Jackson
2023-03-08
2
-13
/
+58
|
*
arti-client addr handling: Introduce StreamInstructions
Ian Jackson
2023-03-08
2
-22
/
+71
*
|
arti-client: Reject .onion, when we should, without allocating
Ian Jackson
2023-03-08
1
-1
/
+2
|
/
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-12
/
+12
[next]