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
...
|
*
New API to expose and use TaskHandle from DirMgr.
Nick Mathewson
2022-06-13
1
-0
/
+1
*
|
Move responsibility for GuardMgr NetDir updates to GuardMgr.
Nick Mathewson
2022-06-07
1
-7
/
+0
*
|
Remove now-redundant Send+Sync constraints alongside NetDirProvider
Nick Mathewson
2022-06-07
1
-2
/
+2
|
/
*
Make fs-mistrust configurable from the top level.
Nick Mathewson
2022-05-24
1
-1
/
+2
*
add unit tests for arti_client::StreamPrefs
michael mccune
2022-05-23
1
-0
/
+77
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
1
-3
/
+11
|
\
|
*
arti-client: Configure and use fs-mistrust.
Nick Mathewson
2022-05-09
1
-3
/
+11
*
|
Apply `sensitive` in some info-level log messages.
Nick Mathewson
2022-05-06
1
-1
/
+2
|
/
*
Fix spacing
Samanta Navarro
2022-04-27
1
-1
/
+1
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
arti-client: Report clock skew when it is noteworthy
Nick Mathewson
2022-04-12
1
-0
/
+2
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-261
/
+14
*
Merge branch 'isolation-followup' into 'main'
Nick Mathewson
2022-03-28
1
-12
/
+12
|
\
|
*
remove usage of 'token' where it's no longer a token
trinity-1686a
2022-03-27
1
-3
/
+3
|
*
move StreamIsolation to isolation module
trinity-1686a
2022-03-24
1
-1
/
+1
|
*
rename *_isolation_group to *_isolation
trinity-1686a
2022-03-24
1
-8
/
+8
*
|
Merge branch 'dir-filter' into 'main'
Ian Jackson
2022-03-25
1
-1
/
+6
|
\
\
|
*
|
Expose DirFilter from arti-client.
Nick Mathewson
2022-03-24
1
-1
/
+6
|
|
/
*
/
Implement a periodic task scheduler, and a basic dormant mode
eta
2022-03-23
1
-35
/
+111
|
/
*
Alternative API for set_isolation_group().
Nick Mathewson
2022-03-17
1
-2
/
+5
*
Merge branch 'test-isolation' into 'main'
Nick Mathewson
2022-03-17
1
-17
/
+18
|
\
|
*
replace TODOs with documentation
trinity-1686a
2022-03-16
1
-2
/
+1
|
*
accept boxed isolation in StreamPref::set_isolation_group
trinity-1686a
2022-03-16
1
-2
/
+2
|
*
add tests on Isolation and fix conditional compilation issues
trinity-1686a
2022-03-16
1
-1
/
+0
|
*
replace Arc with Box and use dyn-clone
trinity-1686a
2022-03-16
1
-52
/
+37
|
*
replace result with either
trinity-1686a
2022-03-16
1
-5
/
+6
|
*
testing new api for isolation
Trinity Pointard
2022-03-16
1
-36
/
+53
*
|
DirMgrConfig: abolish builder; make it transparent and exhaustive
Ian Jackson
2022-03-16
1
-2
/
+2
*
|
Make CircMgrConfig transparent (and make it a trait)
Ian Jackson
2022-03-16
1
-5
/
+5
|
/
*
actually add DNS support
trinity-1686a
2022-03-14
1
-1
/
+1
*
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
1
-14
/
+7
|
\
|
*
Replace manual Default impls on enums with educe in arti-client
Ian Jackson
2022-03-02
1
-14
/
+7
*
|
arti-client: Make dirmgr() and circmgr() return &Arc<..>
Nick Mathewson
2022-03-03
1
-4
/
+4
*
|
Merge branch 'dir-provider-redux' into 'main'
Ian Jackson
2022-03-02
1
-17
/
+21
|
\
\
|
|
/
|
/
|
|
*
Add a builder function for replacing a DirProvider.
Nick Mathewson
2022-02-23
1
-12
/
+12
|
*
Un-parameterize DirProvider.
Nick Mathewson
2022-02-23
1
-5
/
+3
|
*
Add basic DirProvider trait, use it in client
Christian Grigis
2022-02-23
1
-6
/
+12
*
|
arti-client: use PreferredRuntime by default, doc cleanups
eta
2022-02-28
1
-49
/
+42
*
|
Merge branch 'get-runtime' into 'main'
Ian Jackson
2022-02-25
1
-0
/
+11
|
\
\
|
*
|
TorClient:runtime(): rename from get_runtime
Ian Jackson
2022-02-25
1
-1
/
+1
|
*
|
TorClient: Add get_runtime() convenience method
Ian Jackson
2022-02-24
1
-0
/
+11
*
|
|
arti-client: Unlock the state manager on failure to bootstrap
eta
2022-02-24
1
-1
/
+8
|
|
/
|
/
|
*
|
Make a TorClientBuilder API.
Nick Mathewson
2022-02-18
1
-43
/
+28
|
/
*
Merge branch 'eta/lazy-init' into 'main'
eta
2022-02-16
1
-13
/
+75
|
\
|
*
arti-client: add ability to automatically bootstrap
eta
2022-02-16
1
-13
/
+75
*
|
Move persistent state flush from client to circmgr
Yuan Lyu
2022-02-15
1
-14
/
+0
|
/
*
Simplify wait_for_bootstrap to use a Mutex.
Nick Mathewson
2022-02-14
1
-37
/
+11
*
Rename bootstrap_existing to bootstrap.
Nick Mathewson
2022-02-11
1
-10
/
+8
*
Merge branch 'eta/unbootstrapped-clients' into 'main'
Nick Mathewson
2022-02-11
1
-63
/
+204
|
\
|
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
1
-63
/
+204
[prev]
[next]