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
...
*
|
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
2
-23
/
+12
|
\
\
|
*
|
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+1
|
*
|
Replace manual Default impls on enums with educe in arti-client
Ian Jackson
2022-03-02
1
-14
/
+7
|
*
|
Replace manual Debug impl with educe in arti-client
Ian Jackson
2022-03-02
1
-9
/
+5
*
|
|
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
5
-26
/
+95
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Have caller of dirmgr_builder() provide Arc.
Nick Mathewson
2022-03-02
1
-2
/
+2
|
*
|
DirProvider: Fix infinite recursion bug
Nick Mathewson
2022-02-25
1
-1
/
+1
|
*
|
Add a builder function for replacing a DirProvider.
Nick Mathewson
2022-02-23
5
-21
/
+86
|
*
|
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
*
|
|
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
\
\
|
*
|
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
|
|
/
/
*
|
|
Fix rustdoc errors.
Nick Mathewson
2022-03-01
1
-8
/
+9
*
|
|
Run rustfmt.
Nick Mathewson
2022-03-01
1
-1
/
+0
*
|
|
Merge remote-tracking branch 'origin/mr/371'
Nick Mathewson
2022-03-01
1
-0
/
+9
|
\
\
\
|
*
|
|
arti-client: Add stability warning to config module
Ian Jackson
2022-03-01
1
-0
/
+9
*
|
|
|
Merge branch '010_docs'
Nick Mathewson
2022-03-01
2
-7
/
+20
|
\
|
|
|
|
*
|
|
Update our stability warning on arti-client.
Nick Mathewson
2022-02-28
1
-5
/
+12
|
*
|
|
Add warnings about configuration stability.
Nick Mathewson
2022-02-28
1
-2
/
+8
*
|
|
|
Merge branch 'main'
Ian Jackson
2022-03-01
1
-2
/
+6
|
\
|
|
|
|
*
|
|
Split "static" into sqlite and native-tls features.
Nick Mathewson
2022-02-25
1
-4
/
+19
|
|
|
/
|
|
/
|
*
/
|
arti-client: use PreferredRuntime by default, doc cleanups
eta
2022-02-28
2
-108
/
+117
|
/
/
*
|
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
3
-1
/
+38
*
|
|
Merge branch 'http-layer' into 'main'
eta
2022-02-24
1
-0
/
+8
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
impl From<TorAddrError> for tor_error::Error
Ian Jackson
2022-02-23
1
-0
/
+8
|
|
/
*
|
Documentation suggestion from review.
Ian Jackson
2022-02-23
1
-1
/
+1
*
|
Make a TorClientBuilder API.
Nick Mathewson
2022-02-18
3
-43
/
+108
|
/
*
Merge branch 'remaining-errors'
Nick Mathewson
2022-02-17
1
-2
/
+11
|
\
|
*
Rename ExitTimeout to RemoteNetworkTimeout.
Nick Mathewson
2022-02-17
1
-1
/
+1
|
*
arti_client: provide Kinds for all errors.
Nick Mathewson
2022-02-16
1
-1
/
+10
*
|
Merge branch 'eta/lazy-init' into 'main'
eta
2022-02-16
2
-14
/
+76
|
\
\
|
|
/
|
/
|
|
*
arti-client: add ability to automatically bootstrap
eta
2022-02-16
2
-14
/
+76
*
|
Move persistent state flush from client to circmgr
Yuan Lyu
2022-02-15
1
-14
/
+0
|
/
*
Merge branch 'explain_into_tor_addr' into 'main'
Nick Mathewson
2022-02-14
1
-4
/
+25
|
\
|
*
More docs for IntoTorAddr
Nick Mathewson
2022-02-14
1
-4
/
+25
*
|
Merge branch 'ticket_337' into 'main'
eta
2022-02-14
1
-37
/
+11
|
\
\
|
*
|
Simplify wait_for_bootstrap to use a Mutex.
Nick Mathewson
2022-02-14
1
-37
/
+11
|
|
/
*
/
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
|
/
*
Rename bootstrap_existing to bootstrap.
Nick Mathewson
2022-02-11
2
-12
/
+10
*
Merge branch 'eta/unbootstrapped-clients' into 'main'
Nick Mathewson
2022-02-11
3
-65
/
+215
|
\
|
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
3
-65
/
+215
*
|
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
*
ErrorDetail Simplify visibility macros a bit.
Nick Mathewson
2022-02-08
2
-19
/
+53
*
Rename TorResult to Result.
Nick Mathewson
2022-02-08
3
-27
/
+28
*
arti_client: Rename Error to ErrorDetail.
Nick Mathewson
2022-02-08
4
-48
/
+43
[prev]
[next]