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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update release date
Gabriela Moldovan
2026-06-01
1
-1
/
+1
*
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
2
-43
/
+81
*
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
2
-127
/
+226
*
client: Rename create_inner to create_impl
Nick Mathewson
2026-05-26
2
-2
/
+2
*
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
4
-116
/
+8
*
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
3
-14
/
+15
*
release: Bump release date for 2.3.0.
Wesley Aptekar-Cassels
2026-05-06
1
-1
/
+1
*
Log tunnel and circuit IDs
Jim Newsome
2026-04-08
1
-1
/
+4
*
Update release date
Ian Jackson
2026-03-30
1
-1
/
+1
*
arti-client: Port to web-time-compat.
Nick Mathewson
2026-03-26
2
-11
/
+9
*
arti-client: Stub out usage of FsStateMgr on wasm32-unknown.
Nick Mathewson
2026-03-25
1
-4
/
+34
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
Update the release date for today's release
Gabriela Moldovan
2026-03-03
1
-1
/
+1
*
Update release date in preparation for today's release
Gabriela Moldovan
2026-03-02
1
-1
/
+1
*
arti-client: Convert config to derive_deftly(TorConfig).
Nick Mathewson
2026-02-24
1
-115
/
+94
*
Merge branch 'ticket_2338' into 'main'
Nick Mathewson
2026-02-19
1
-9
/
+5
|
\
|
*
arti-client: Use ErrorSources to find best hint for an error.
Nick Mathewson
2026-02-16
1
-9
/
+5
*
|
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
|
/
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-7
/
+10
*
release: Update release date.
Wesley Aptekar-Cassels
2026-02-02
1
-1
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
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-client: Update release date
Clara Engler
2026-01-13
1
-1
/
+1
*
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
3
-23
/
+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
*
|
Run maint/update-release-date.
Gabriela Moldovan
2025-12-02
1
-1
/
+1
*
|
Merge branch 'fix-typo' into 'main'
Ian Jackson
2025-11-27
1
-1
/
+1
|
\
\
|
*
|
arti-client: Fix typo
Mynacol
2025-11-27
1
-1
/
+1
*
|
|
tor-circmgr: simplify `CircMgrConfig`
Steven Engler
2025-11-26
1
-2
/
+7
*
|
|
tor-circmgr,arti-client: `CircMgrConfig::vanguard_config` is always built
Steven Engler
2025-11-26
1
-5
/
+48
*
|
|
opentelemetry: Instrument a bunch of functions.
Wesley Aptekar-Cassels
2025-11-24
2
-0
/
+7
|
/
/
*
|
Merge branch 'disable-hidden-service' into 'main'
wesleyac
2025-11-12
1
-12
/
+28
|
\
\
[next]