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
/
src
/
client.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti-client: warn if reconfig left client in inconsistent state
Steven Engler
2026-06-11
1
-15
/
+42
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
client: Reflect manually disabled bootstrap in status
Nick Mathewson
2026-06-02
1
-3
/
+65
*
Apply 2 suggestion(s) to 1 file(s)
Nick Mathewson
2026-05-27
1
-2
/
+2
*
client: Have launch_onion_service instantiate RunningInner as needed.
Nick Mathewson
2026-05-26
1
-4
/
+28
*
client: RunningInner::reconfigure: refactor running → self
Nick Mathewson
2026-05-26
1
-42
/
+80
*
client: Move dirmgr_store back into ClientShared.
Nick Mathewson
2026-05-26
1
-9
/
+10
*
client: Fold wait_for_bootstrap{,_running} into a single method.
Nick Mathewson
2026-05-26
1
-20
/
+14
*
client: change remaining wait_for_bootstrap user.
Nick Mathewson
2026-05-26
1
-5
/
+6
*
client: Defer creation of most structures until bootstrap.
Nick Mathewson
2026-05-26
1
-126
/
+225
*
client: Rename create_inner to create_impl
Nick Mathewson
2026-05-26
1
-1
/
+1
*
client: move bootstrap lock to the head of bootstrap_inner.
Nick Mathewson
2026-05-26
1
-5
/
+5
*
client: Factor out the "running a client" code into an inner typestate
Nick Mathewson
2026-05-26
1
-81
/
+176
*
client: rename ClientInner → ClientShared.
Nick Mathewson
2026-05-26
1
-5
/
+5
*
ptmgr: Defer proxy protocol string conversion
Nihal
2026-05-26
1
-2
/
+2
*
ptmgr: pass outbound_proxy to managed PT processes
Nihal
2026-05-26
1
-1
/
+6
*
Remove `use_obsolete_software`.
Nick Mathewson
2026-05-14
1
-12
/
+1
*
Fix documentation that referred to clones of a TorClient.
Nick Mathewson
2026-05-13
1
-18
/
+7
*
client: Move the ClientInner code into one impl block.
Nick Mathewson
2026-05-13
1
-171
/
+166
*
client: Remove some inner Arcs from ClientInner
Nick Mathewson
2026-05-13
1
-9
/
+10
*
client: revise StreamPrefs methods
Nick Mathewson
2026-05-13
1
-14
/
+1
*
Make TorClient no longer implement Clone.
Nick Mathewson
2026-05-13
1
-46
/
+86
*
Make all TorClient constructors wrap the TorClient in an Arc.
Nick Mathewson
2026-05-13
1
-8
/
+9
*
Log tunnel and circuit IDs
Jim Newsome
2026-04-08
1
-1
/
+4
*
arti-client: Stub out usage of FsStateMgr on wasm32-unknown.
Nick Mathewson
2026-03-25
1
-4
/
+34
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-7
/
+10
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
1
-1
/
+2
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
1
-1
/
+0
*
arti,arti-relay: change info keystore path msg to debug
Steven Engler
2025-12-11
1
-1
/
+3
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-17
/
+0
*
Merge branch 'torclient-keymgr-accessor' into 'main'
wesleyac
2025-12-03
1
-0
/
+6
|
\
|
*
arti-client: Add `TorClient:keymgr` getter function
hjrgrn
2025-11-05
1
-0
/
+6
*
|
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
1
-0
/
+3
*
|
Merge branch 'disable-hidden-service' into 'main'
wesleyac
2025-11-12
1
-12
/
+28
|
\
\
|
*
|
arti(-client)/tor-hsservice: return None for disabled service
hashcatHitman
2025-10-16
1
-12
/
+28
|
*
|
arti(-client): graceful service disable in arti only
hashcatHitman
2025-10-16
1
-27
/
+9
|
*
|
arti/arti-client: add graceful service disable
hashcatHitman
2025-10-16
1
-9
/
+27
*
|
|
Merge branch 'bug2118a' into 'main'
wesleyac
2025-11-10
1
-14
/
+29
|
\
\
\
|
*
|
|
Make create_onion_service() corrections
Neel Chauhan
2025-11-10
1
-17
/
+2
|
*
|
|
Mention InertTorClient in client.rs
Neel Chauhan
2025-11-10
1
-1
/
+1
|
*
|
|
Don't assume we have inert_client in TorClient
Neel Chauhan
2025-11-04
1
-2
/
+2
|
*
|
|
`arti-client`: Move `create_onion_service()` to `InertTorClient`
Neel Chauhan
2025-11-04
1
-15
/
+45
|
|
|
/
|
|
/
|
*
|
|
arti-client: Add TODO for #2249.
Wesley Aptekar-Cassels
2025-11-10
1
-0
/
+1
*
|
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
|
|
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
|
|
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
|
/
/
*
/
arti-relay: copy `state_mgr.try_lock()` from arti-client
Steven Engler
2025-10-21
1
-0
/
+1
|
/
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-1
/
+14
*
arti-client: add doc comments to `TorClient::create_onion_service()`
Steven Engler
2025-09-23
1
-0
/
+14
*
fix documentation for StreamPrefs::connect_to_onion_services to match changes...
Aiden McClelland
2025-08-28
1
-8
/
+1
[next]