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
...
*
rtcompat: Require Sync and 'static for NetStreamListener::Incoming
Nick Mathewson
2024-09-24
3
-2
/
+7
*
rtcompat: Add NetStreamProvider<Unix> to CompoundRuntime
Nick Mathewson
2024-09-24
3
-39
/
+106
*
rtcompat: NetStreamProvider<unix::SocketAddr> for non-unix platforms
Nick Mathewson
2024-09-24
4
-0
/
+108
*
Implement NetStramProvider<Unix> for async_std.
Nick Mathewson
2024-09-24
1
-0
/
+23
*
async_std: Perpare macro for use with Unix streams.
Nick Mathewson
2024-09-24
2
-33
/
+35
*
async_std: start a macro to implement wrappers for stream type
Nick Mathewson
2024-09-24
1
-71
/
+79
*
rtcompat: Implement NetStreamProvider<Unix> for tokio.
Nick Mathewson
2024-09-24
1
-4
/
+60
*
tokio: Perpare macro for use with Unix streams.
Nick Mathewson
2024-09-24
1
-24
/
+31
*
tokio: start a macro to implement wrappers for stream type
Nick Mathewson
2024-09-24
1
-67
/
+74
*
rtcompat: Add ADDR parameter to NetStream{Provider,Listener}
Nick Mathewson
2024-09-24
1
-11
/
+11
*
Documentation updates for "NetStreamProvider" rename
Nick Mathewson
2024-09-24
3
-21
/
+23
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
7
-41
/
+41
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
5
-11
/
+3
*
rtcompat: Add definitions for unix::SocketAddr.
Nick Mathewson
2024-09-24
3
-0
/
+97
*
rtcompat: reformat Cargo.toml
Nick Mathewson
2024-09-24
1
-1
/
+5
*
rtcompat: Add an extension trait for building modified Runtimes
Nick Mathewson
2024-09-24
2
-1
/
+68
*
Bump MSRV from 1.70 to 1.75.
Wesley Aptekar-Cassels
2024-09-16
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.22.0.
Gabriela Moldovan
2024-09-03
1
-2
/
+2
*
Discourage use of `tor_rtmock_test_with_*` macros
Ian Jackson
2024-08-28
1
-0
/
+16
*
Don't need to tell docs.rs to enable `docsrs` cfg
Kunal Mehta
2024-08-02
1
-1
/
+0
*
Bump versions for tor- and arti- crates to 0.21.0
Nick Mathewson
2024-08-01
1
-2
/
+2
*
Fix new "clippy::needless-maybe-sized" warning on nightly
Nick Mathewson
2024-07-28
1
-2
/
+2
*
Update versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-06-27
1
-2
/
+2
*
Run maint/fixup-features
Ian Jackson
2024-06-25
1
-1
/
+1
*
tls: Support export keying material (RFC 5705)
David Goulet
2024-06-18
6
-0
/
+52
*
rtcompat: Set disable_built_in_roots With native_tls.
Nick Mathewson
2024-06-13
1
-0
/
+4
*
Bump all the unstable tor- and arti- crates to 0.19.
Gabriela Moldovan
2024-06-05
1
-1
/
+1
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-1
/
+1
*
Add a note about CryptoProvicder.
Nick Mathewson
2024-04-22
1
-0
/
+4
*
rustls: Avoid aws-lc-rs for now.
Nick Mathewson
2024-04-22
1
-1
/
+1
*
Upgrade to futures-rustls 0.26.0, rustls 0.23.5.
Nick Mathewson
2024-04-22
2
-1
/
+16
*
tor-rtcompat: Add CoarseTimeProvider to docs for Runtime trait
Ian Jackson
2024-04-15
1
-0
/
+1
*
Remove semver.md files from arti-1.2.1 release
Nick Mathewson
2024-04-02
1
-3
/
+0
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-1
/
+1
*
tor-rtcompat: Rename coarsetime module to coarse_time
Ian Jackson
2024-03-25
3
-3
/
+3
*
tor-rtcompat: coarsetime: Add a comment about doc status
Ian Jackson
2024-03-25
1
-0
/
+4
*
tor-rtcompat: Make Runtime imply CoarseTimeProvider, etc.
Ian Jackson
2024-03-25
2
-0
/
+3
*
tor-rtcompat: implement_opaque_runtime impls CoarseTimeProvider
Ian Jackson
2024-03-25
1
-0
/
+7
*
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl (fmt)
Ian Jackson
2024-03-25
3
-8
/
+29
*
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl
Ian Jackson
2024-03-25
4
-25
/
+59
*
tor-rtcompat: Reformat a doc comment for semantic newlines
Ian Jackson
2024-03-25
1
-3
/
+3
*
tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProvider (fmt)
Ian Jackson
2024-03-25
1
-3
/
+2
*
tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProvider
Ian Jackson
2024-03-25
6
-0
/
+212
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
4
-0
/
+4
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Bump minor versions
Ian Jackson
2024-02-05
1
-1
/
+1
*
rtcompat: Fix a rustdoc link.
Nick Mathewson
2024-01-30
1
-1
/
+1
*
Upgrade to futures-rustls and rustls 0.22.
Nick Mathewson
2024-01-25
2
-28
/
+35
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-1
/
+1
[prev]
[next]