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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
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
4
-161
/
+10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
impl From<TorAddrError> for tor_error::Error
Ian Jackson
2022-02-23
1
-0
/
+8
|
*
|
|
arti-hyper: Move hyper example from arti-client
Ian Jackson
2022-02-23
2
-161
/
+0
|
*
|
|
Add missing documentation for TLS features to two readmes
Ian Jackson
2022-02-23
1
-0
/
+2
|
|
/
/
*
|
/
Fix typos
Dimitris Apostolou
2022-02-23
1
-3
/
+3
|
|
/
|
/
|
*
|
Merge branch 'custom-tcp-hook' into 'main'
eta
2022-02-23
1
-0
/
+339
|
\
\
|
*
|
add one more comment to hook-tcp
trinity-1686a
2022-02-23
1
-0
/
+1
|
*
|
examples/hook-tcp: add some comments, rework lifetimes a bit
eta
2022-02-23
1
-28
/
+73
|
*
|
implement correct handling of connection close and add comment explaining goa...
trinity-1686a
2022-02-23
1
-9
/
+54
|
*
|
add drop on CustomTcpStream to catch disconnection without close
trinity-1686a
2022-02-23
1
-0
/
+13
|
*
|
add example of tcp hook
trinity-1686a
2022-02-23
1
-0
/
+235
*
|
|
Merge branch 'client_builder' into 'main'
Nick Mathewson
2022-02-23
4
-50
/
+113
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Documentation suggestion from review.
Ian Jackson
2022-02-23
1
-1
/
+1
|
*
|
Make a TorClientBuilder API.
Nick Mathewson
2022-02-18
4
-50
/
+113
|
|
/
*
/
Bump anyhow minimal version to 1.0.23
Ian Jackson
2022-02-18
1
-1
/
+1
|
/
*
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
4
-14
/
+153
|
\
\
|
|
/
|
/
|
|
*
arti-client: add ability to automatically bootstrap
eta
2022-02-16
4
-14
/
+153
*
|
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
2
-38
/
+11
|
\
\
|
*
|
Simplify wait_for_bootstrap to use a Mutex.
Nick Mathewson
2022-02-14
2
-38
/
+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
6
-67
/
+219
|
\
|
*
Allow creating unbootstrapped `TorClient`s (and `DirMgr`s)
eta
2022-02-11
6
-67
/
+219
*
|
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
*
errors: Handle exit circuit creation failure the new way
Ian Jackson
2022-02-04
2
-2
/
+22
*
errors: Handle circmgr setup errors differently
Ian Jackson
2022-02-04
2
-4
/
+5
*
errors: Introduce error_detail feature
Ian Jackson
2022-02-04
4
-3
/
+39
[prev]
[next]