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
/
tor-rtcompat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
arti-client: use PreferredRuntime by default, doc cleanups
eta
2022-02-28
1
-6
/
+18
*
|
|
tor-rtcompat: refactor PreferredRuntime, clean up docs
eta
2022-02-25
3
-55
/
+142
|
|
/
|
/
|
*
|
Bump minimum tokio to 1.7, since tokio-util now needs that.
Nick Mathewson
2022-02-25
1
-1
/
+1
*
|
Upgrade dependency to new version of tokio-util.
Nick Mathewson
2022-02-25
1
-1
/
+1
*
|
Merge branch 'tls-trait' into 'main'
Ian Jackson
2022-02-25
7
-29
/
+38
|
\
\
|
*
|
Fix rustdoc "skip this" markup
Ian Jackson
2022-02-24
1
-1
/
+1
|
*
|
tor-rtcompat: Provide TLS wrapping for all streams
Ian Jackson
2022-02-24
7
-29
/
+38
*
|
|
Merge branch 'http-layer' into 'main'
eta
2022-02-24
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add missing documentation for TLS features to two readmes
Ian Jackson
2022-02-23
1
-0
/
+2
|
|
/
*
/
add example of tcp hook
trinity-1686a
2022-02-23
1
-0
/
+5
|
/
*
rename *.py scripts to bare name
Ian Jackson
2022-02-18
1
-0
/
+0
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
Upgrade required version of futures crate to 0.3.14
Nick Mathewson
2022-02-01
1
-1
/
+1
*
Bump the patch version of every crate that changed since 0.0.3
Nick Mathewson
2022-01-31
1
-1
/
+1
*
Use script to update README.md files.
Nick Mathewson
2022-01-28
1
-6
/
+8
*
tor-rtcompat: remove some unused code.
Nick Mathewson
2022-01-27
1
-16
/
+0
*
tor-rtcompat: Add some miscellaneous tests
Nick Mathewson
2022-01-27
4
-0
/
+91
*
tor-rtcompat: Simplify test-declaration macros.
Nick Mathewson
2022-01-27
1
-60
/
+35
*
Move tor-rtcompat tests to lib.rs
Nick Mathewson
2022-01-27
2
-311
/
+312
*
Document why {current,create}_runtime are type-erased
Nick Mathewson
2022-01-27
1
-9
/
+19
*
Apply @eta's suggestions from review on !263
eta
2022-01-27
2
-2
/
+2
*
Fix documentation references for tor-rtcompat refactoring.
Nick Mathewson
2022-01-26
2
-9
/
+11
*
Rename `SpawnBlocking` trait to `BlockOn`.
Nick Mathewson
2022-01-26
8
-16
/
+16
*
Make test_with_all_runtimes cover _all_ the runtimes.
Nick Mathewson
2022-01-26
4
-74
/
+126
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
9
-20
/
+118
*
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
4
-95
/
+116
*
Rename FooRuntime to FooNativeTlsRuntime for consistency.
Nick Mathewson
2022-01-26
2
-14
/
+14
*
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
2
-59
/
+49
*
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
*
Refactor Runtimes to use separate TLS implementations internally.
Nick Mathewson
2022-01-19
6
-43
/
+134
*
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
*
Merge branch 'eta/182' into 'main'
Nick Mathewson
2022-01-11
2
-7
/
+10
|
\
|
*
Improve the layout of crate exports; add runtime convenience functions
eta
2022-01-11
2
-7
/
+10
*
|
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-1
/
+1
|
/
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-7
/
+7
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Make TlsConnector wrap TCP connections, not create its own
eta
2021-12-07
4
-29
/
+48
*
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
1
-1
/
+3
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-1
/
+1
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-1
/
+2
*
use 3des instead of rc2 in .pfx test fixture
Trinity Pointard
2021-11-18
2
-1
/
+1
[prev]
[next]