index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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 '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
*
TorError: Make detail() an accessor function.
Nick Mathewson
2022-02-08
1
-4
/
+25
*
Merge branch 'error-improvements' into 'main'
eta
2022-02-08
3
-147
/
+225
|
\
|
*
Docs and clarification for a bunch of Error stuff
Nick Mathewson
2022-02-04
2
-64
/
+102
|
*
Make SpawnError wrappers contain a 'spawning' string
Nick Mathewson
2022-02-04
2
-36
/
+56
|
*
Make the Error detail type non-exported from arti-client
Nick Mathewson
2022-02-04
3
-41
/
+44
|
*
Test that TorError implements the right traits.
Nick Mathewson
2022-02-04
1
-3
/
+21
|
*
Make TorError implement Clone.
Nick Mathewson
2022-02-04
1
-3
/
+2
*
|
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
1
-0
/
+23
|
/
*
errors: Add some TODOs as per discussion comments
Ian Jackson
2022-02-04
1
-0
/
+3
*
errors: Drop "Error" and "Failed" from various enum variants
Ian Jackson
2022-02-04
2
-3
/
+3
*
Box the Error in a TorError
Ian Jackson
2022-02-04
1
-2
/
+10
[next]