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
...
*
|
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
*
|
Write some examples for TorClient::connect()
Nick Mathewson
2022-02-11
1
-5
/
+64
|
/
*
Update launch of chan expiration task to new API
Nick Mathewson
2022-02-08
1
-4
/
+6
*
Rename TorResult to Result.
Nick Mathewson
2022-02-08
1
-12
/
+12
*
arti_client: Rename Error to ErrorDetail.
Nick Mathewson
2022-02-08
1
-16
/
+16
*
Merge branch 'error-improvements' into 'main'
eta
2022-02-08
1
-48
/
+75
|
\
|
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
1
-28
/
+38
|
*
Make the Error detail type non-exported from arti-client
Nick Mathewson
2022-02-04
1
-20
/
+37
*
|
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
1
-0
/
+23
|
/
*
errors: Drop "Error" and "Failed" from various enum variants
Ian Jackson
2022-02-04
1
-1
/
+1
*
errors: Handle exit circuit creation failure the new way
Ian Jackson
2022-02-04
1
-1
/
+4
*
errors: Handle circmgr setup errors differently
Ian Jackson
2022-02-04
1
-1
/
+2
*
errors: Refer to err::Error in some bits of arti_client
Ian Jackson
2022-02-04
1
-1
/
+2
*
errors: Introduce TorError
Ian Jackson
2022-02-04
1
-4
/
+18
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-8
/
+8
*
Make current/create functions into runtime member functions.
Nick Mathewson
2022-01-26
1
-3
/
+2
*
Rename FooRuntime to FooNativeTlsRuntime for consistency.
Nick Mathewson
2022-01-26
1
-6
/
+8
[prev]
[next]