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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix documentation references for tor-rtcompat refactoring.
Nick Mathewson
2022-01-26
3
-14
/
+18
*
arti: be more careful to use the user-selected runtime
Nick Mathewson
2022-01-26
2
-5
/
+13
*
Rename `SpawnBlocking` trait to `BlockOn`.
Nick Mathewson
2022-01-26
11
-21
/
+21
*
Make test_with_all_runtimes cover _all_ the runtimes.
Nick Mathewson
2022-01-26
6
-84
/
+138
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
21
-45
/
+143
*
Define aliases for "the best enabled runtime".
Nick Mathewson
2022-01-26
4
-23
/
+45
*
Make current/create functions into runtime member functions.
Nick Mathewson
2022-01-26
9
-104
/
+127
*
Rename FooRuntime to FooNativeTlsRuntime for consistency.
Nick Mathewson
2022-01-26
5
-23
/
+25
*
Limit the inner types in tor-rtcompat that have to implement Clone
Nick Mathewson
2022-01-26
3
-33
/
+10
*
Remove no-longer-needed tokio runtime helper macro
Nick Mathewson
2022-01-26
1
-27
/
+18
*
Unify TokioRuntime and TokioRuntimeHandle
Nick Mathewson
2022-01-26
4
-66
/
+54
*
Remove a now-incorrect comment in tor-proto.
Nick Mathewson
2022-01-26
1
-3
/
+0
*
Remove misspellings of "rusttls".
Nick Mathewson
2022-01-26
1
-2
/
+2
*
More comments on the limitations of tor-rtcompat's TLS API
Nick Mathewson
2022-01-25
2
-3
/
+29
*
Comment-only: document sni_hostname more.
Nick Mathewson
2022-01-25
1
-3
/
+5
*
Refactor native_tls usage into its own module
Nick Mathewson
2022-01-25
7
-230
/
+130
*
tor-rtcompat: Add support for rustls.
Nick Mathewson
2022-01-25
8
-9
/
+461
*
Add a C program to make Tor-style X509 link certificates
Nick Mathewson
2022-01-24
1
-0
/
+159
*
Merge branch 'ticket255' into 'main'
eta
2022-01-24
9
-45
/
+339
|
\
|
*
Refactor Runtimes to use separate TLS implementations internally.
Nick Mathewson
2022-01-19
8
-45
/
+135
|
*
Add a macro to help with opaque Runtime wrappers.
Nick Mathewson
2022-01-19
2
-0
/
+70
|
*
Add a CompoundRuntime type for runtime construction.
Nick Mathewson
2022-01-19
2
-0
/
+134
*
|
Rename TorClient::set_stream_prefs
Ian Jackson
2022-01-21
1
-2
/
+2
*
|
StreamPrefs: Re-alphabetise imports following rename
Ian Jackson
2022-01-21
1
-1
/
+1
*
|
StreamPrefs: rename from ConnectPrefs
Ian Jackson
2022-01-21
5
-20
/
+20
*
|
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
*
|
|
Test for PathConfig::at_least_as_permissive_as().
Nick Mathewson
2022-01-20
1
-0
/
+29
*
|
|
Rename PathConfig::more_permissive_than()
Nick Mathewson
2022-01-20
2
-2
/
+4
*
|
|
Remove "self" arg from PathConfig::builder()
Nick Mathewson
2022-01-20
1
-1
/
+1
*
|
|
Merge branch 'stuff-prefs' into 'main'
Nick Mathewson
2022-01-20
2
-21
/
+62
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
2
-12
/
+12
|
*
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
*
|
clippy: Rename a `decode_chanmsg` from `handle_`
Ian Jackson
2022-01-19
2
-4
/
+4
*
|
handshake: Use read_exact, not read and checking len
Ian Jackson
2022-01-19
1
-3
/
+7
|
/
*
clippy: Rename a `from_foo` method that doesn't do conversion
Ian Jackson
2022-01-19
3
-5
/
+7
*
Fix two bugs related to incomplete read/write
Ian Jackson
2022-01-19
1
-3
/
+3
*
clippy: Suppress a warning
Ian Jackson
2022-01-19
1
-0
/
+3
*
Merge branch 'bootstrap_reporting'
Nick Mathewson
2022-01-19
11
-54
/
+1208
|
\
|
*
bootstrap reporting: Documentation fixups from review.
Nick Mathewson
2022-01-19
2
-2
/
+14
[prev]
[next]