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
*
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
*
Unify TokioRuntime and TokioRuntimeHandle
Nick Mathewson
2022-01-26
1
-5
/
+3
*
Rename TorClient::set_stream_prefs
Ian Jackson
2022-01-21
1
-2
/
+2
*
StreamPrefs: rename from ConnectPrefs
Ian Jackson
2022-01-21
1
-11
/
+11
*
Merge branch 'always-isolate' into 'main'
Ian Jackson
2022-01-20
1
-4
/
+58
|
\
|
*
isolation: Rename isolate_every_stream from ..._connection
Ian Jackson
2022-01-20
1
-1
/
+1
|
*
isolation: Rename (internal) EveryStream enum variant
Ian Jackson
2022-01-20
1
-3
/
+3
|
*
isolation: Much better wording for always isolate setting
Nick Mathewson
2022-01-20
1
-1
/
+6
|
*
isolation: Provide isolate-every-connection option
Ian Jackson
2022-01-20
1
-0
/
+16
|
*
isolation: Provide new_isolation_group method
Ian Jackson
2022-01-20
1
-0
/
+14
|
*
isolation: Refactor to introduce a bespoke enum
Ian Jackson
2022-01-20
1
-4
/
+23
*
|
connection preferences: Make `set_default_prefs` private for now
Ian Jackson
2022-01-20
1
-1
/
+4
*
|
connection preferences: Make `clone_with_prefs` must_use
Ian Jackson
2022-01-20
1
-0
/
+1
|
/
*
connection preferences: Provide `clone_with_prefs` method
Ian Jackson
2022-01-19
1
-0
/
+10
*
connection preferences: Provide `set_connect_prefs` method
Ian Jackson
2022-01-19
1
-6
/
+22
*
connection preferences: Take ConnectPrefs by reference
Ian Jackson
2022-01-19
1
-9
/
+9
*
connection preferences: Rename variable and docs to not say "flags"
Ian Jackson
2022-01-19
1
-12
/
+12
*
isolation: Document orthogonality of isolated_client and isolation_group
Ian Jackson
2022-01-19
1
-0
/
+11
*
Integrate status information at arti-client
Nick Mathewson
2022-01-18
1
-9
/
+11
*
Implement the basics of a bootstrap-status API.
Nick Mathewson
2022-01-13
1
-1
/
+44
*
Improve the layout of crate exports; add runtime convenience functions
eta
2022-01-11
1
-2
/
+45
*
Expose and rename stream timeout config.
Nick Mathewson
2022-01-10
1
-2
/
+2
*
Use *_with_prefs() for Option<ConnectPrefs> callers in TorClient::connect
Neel Chauhan
2022-01-08
1
-9
/
+30
*
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
1
-1
/
+1
*
address clippy's latest lint
Daniel Eades
2021-12-20
1
-0
/
+1
*
Merge branch 'reconfigure' into 'main'
eta
2021-12-13
1
-14
/
+94
|
\
|
*
Oops: MutCfg shouldn't implement Clone.
Nick Mathewson
2021-12-07
1
-4
/
+7
|
*
Sequence reconfiguration requests.
Nick Mathewson
2021-12-07
1
-8
/
+25
|
*
Make TorClient reconfigurable.
Nick Mathewson
2021-12-07
1
-15
/
+21
|
*
Add new configuration objects to reconfigure.
Nick Mathewson
2021-12-07
1
-0
/
+4
|
*
Allow on-the-fly changing of path_rules
Nick Mathewson
2021-12-07
1
-2
/
+2
|
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
1
-4
/
+54
*
|
drop arcs before awaiting
Trinity Pointard
2021-12-09
1
-0
/
+1
*
|
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-15
/
+10
|
/
*
Rename timeout_rules to stream_timeouts.
Nick Mathewson
2021-12-07
1
-2
/
+2
*
Merge branch 'bug252' into 'main'
eta
2021-12-07
1
-13
/
+8
|
\
|
*
Rename ClientDNSConfig -> ClientTimeoutConfig
Neel Chauhan
2021-12-07
1
-7
/
+7
|
*
Make DNS fields in arti-client/src/client.rs configurable
Neel Chauhan
2021-12-03
1
-13
/
+8
*
|
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'origin/mr/154'
Nick Mathewson
2021-11-30
1
-1
/
+31
|
\
|
*
Actually build preemptive circuits (and minor fixes)
eta
2021-11-29
1
-1
/
+31
*
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-2
/
+2
*
|
Fix a few typos.
Nick Mathewson
2021-11-24
1
-1
/
+1
|
/
*
Make arti-client config object match arti config better.
Nick Mathewson
2021-11-21
1
-10
/
+5
*
Typo fix from reddit thread.
Nick Mathewson
2021-11-17
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2021-11-12
1
-1
/
+1
*
Merge IpVersionPreferences and the optimistic flag into one type.
Nick Mathewson
2021-11-10
1
-18
/
+32
*
Implement optimistic stream
Yuan Lyu
2021-11-09
1
-1
/
+13
[next]