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
/
tor-client
/
src
/
client.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
1
-1
/
+1
*
Check "connection" usage for when stream or channel would be better.
Nick Mathewson
2021-05-18
1
-5
/
+6
*
Remove tor-proto exposure in tor-client API.
Nick Mathewson
2021-05-18
1
-5
/
+34
*
Rename NetDirConfig to DirMgrConfig.
Nick Mathewson
2021-05-14
1
-2
/
+2
*
Fix experimental-api feature after refactoring
David Goulet
2021-05-03
1
-2
/
+2
*
Refactor and simplify ChanMgr to use AbstractChanMgr.
Nick Mathewson
2021-04-23
1
-6
/
+1
*
Move timer functions into an extension trait.
Nick Mathewson
2021-04-17
1
-3
/
+5
*
Move around the public modules in tor_rtcompat.
Nick Mathewson
2021-04-17
1
-1
/
+1
*
Remove all non-runtime methods in tor_rtcompat.
Nick Mathewson
2021-04-16
1
-7
/
+21
*
Add a "Runtime" parameter to all the manager types.
Nick Mathewson
2021-04-16
1
-8
/
+7
*
rtcompat: Make TLS functionality use Runtime traits.
Nick Mathewson
2021-04-16
1
-1
/
+6
*
circmgr: Add a function to build a circuit by path
David Goulet
2021-04-07
1
-0
/
+9
*
DirMgr::netdir() is no longer async
Nick Mathewson
2021-04-02
1
-1
/
+1
*
Client: Add a function to expose the current dirmgr.
Nick Mathewson
2021-03-30
1
-0
/
+9
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-5
/
+5
*
Move stream timeout logic into tor-client.
Nick Mathewson
2021-03-24
1
-3
/
+6
*
Move responsibility for knowing about TLS into tor_rtcompat.
Nick Mathewson
2021-03-23
1
-1
/
+1
*
Move .onion check into TorClient.
Nick Mathewson
2021-02-25
1
-1
/
+5
*
Clean-ups for documentations and lints in tor-client
Nick Mathewson
2021-02-25
1
-7
/
+13
*
Use a ConnectPref type for TorClient::connect, simplify APIs a bit, doc some.
Nick Mathewson
2021-02-25
1
-9
/
+63
*
Restore code in proxy.rs so that socks timeout errors work again
Nick Mathewson
2021-02-25
1
-1
/
+0
*
Start refactoring the tor-client crate.
Nick Mathewson
2021-02-25
1
-0
/
+55