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
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-24
/
+24
*
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
1
-1
/
+1
*
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
1
-3
/
+7
*
Run fixup-features _with_ annotations.
Nick Mathewson
2023-05-15
1
-0
/
+2
*
Reformat Cargo.toml files.
Nick Mathewson
2023-05-15
1
-1
/
+19
*
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-6
/
+7
*
Mark an initial set of non-additive features.
Nick Mathewson
2023-05-15
1
-5
/
+7
*
RPC: Start on plumbing TorClient into our RPC code
Nick Mathewson
2023-05-04
3
-0
/
+22
*
Upgrade tracing to 0.1.36.
Nick Mathewson
2023-05-03
1
-1
/
+1
*
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
|
\
[next]