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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
|
/
*
rtcompat: re-export items from tor_general_addr::general
Nick Mathewson
2024-12-19
1
-0
/
+2
*
streamops: Resolve unused-variable warnings.
Nick Mathewson
2024-12-12
1
-1
/
+1
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).
Gabriela Moldovan
2024-12-10
3
-5
/
+17
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.
Gabriela Moldovan
2024-12-10
4
-23
/
+12
*
tor-rtcompat: Add an error type for unsupported StreamOps.
Gabriela Moldovan
2024-12-10
2
-1
/
+28
*
tor-rtcompat: Add a default implementation for StreamOps::set_tcp_notsent_lowat.
Gabriela Moldovan
2024-12-10
1
-2
/
+8
*
tor-rtcompat: Clarify the StreamOps documentation.
Gabriela Moldovan
2024-12-10
1
-4
/
+6
*
tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.
Gabriela Moldovan
2024-12-10
2
-7
/
+5
*
tor-rtcompat: Add tests for set_tcp_notsent_lowat.
Gabriela Moldovan
2024-12-10
1
-0
/
+60
*
tor-rtcompat: Implement StreamOps for all the stream types.
Gabriela Moldovan
2024-12-10
6
-5
/
+100
*
tor-rtcompat: Add a StreamOps trait.
Gabriela Moldovan
2024-12-10
2
-1
/
+11
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Fix Windows compilation after moving unix::SocketAddr.
Nick Mathewson
2024-10-29
1
-6
/
+6
*
Remove re-export of "general::*" from tor-rtcompat.
Nick Mathewson
2024-10-29
1
-17
/
+15
*
Remove re-export of "unix" from tor_rtcompat.
Nick Mathewson
2024-10-29
7
-24
/
+26
*
Extract general::SocketAddr and its unix friends to their own crate.
Nick Mathewson
2024-10-29
2
-532
/
+24
*
general::SocketAddr: Say "inet" rather than "tcp"
Nick Mathewson
2024-10-17
1
-35
/
+35
*
rtcompat: Fix android compilation in `general`
Nick Mathewson
2024-10-17
1
-1
/
+3
*
rtcompat: Add a fuzzer for round-trip general::SocketAddr parsing.
Nick Mathewson
2024-10-16
1
-0
/
+48
*
general::SocketAddr: Format the unnamed address as "unix:"
Nick Mathewson
2024-10-16
1
-5
/
+12
*
Add reverse-enginered description of Rust socketaddr formats.
Nick Mathewson
2024-10-16
1
-0
/
+32
*
general::SocketAddr: Add unit tests
Nick Mathewson
2024-10-16
1
-38
/
+69
*
general::SocketAddr: Implement PartialEq.
Nick Mathewson
2024-10-16
1
-0
/
+39
*
general::SocketAddr: Specify and implement string representations.
Nick Mathewson
2024-10-16
1
-1
/
+285
*
tor-rtmock: dyn_time tests: rustfmt
Ian Jackson
2024-10-08
1
-3
/
+1
*
tor-rtmock: dyn_time tests: Check DropCount on type-mismatch path
Ian Jackson
2024-10-08
1
-1
/
+7
*
tor-rtmock: dyn_time tests: Make try_downcast_string return S, not impl
Ian Jackson
2024-10-08
1
-3
/
+3
*
tor-rtmock: dyn_time tests: Break out try_downcast_string
Ian Jackson
2024-10-08
1
-8
/
+8
*
tor-rtmock: dyn_time tests: Rename try_downcast_dc from chk
Ian Jackson
2024-10-08
1
-2
/
+2
*
Merge branch 'dyn-time' into 'main'
Ian Jackson
2024-10-01
8
-3
/
+323
|
\
|
*
tor-rtcompat: dyn_time: Combine test cases into module (fmt)
Ian Jackson
2024-10-01
1
-27
/
+28
|
*
tor-rtcompat: dyn_time: Combine test cases into module
Ian Jackson
2024-10-01
1
-7
/
+24
|
*
tor-rtcompat: Test case demonstrating downcast_value doesn't drop
Ian Jackson
2024-10-01
1
-0
/
+25
|
*
tor-rtcompat: Comments about the implementation of downcast_value
Ian Jackson
2024-10-01
1
-0
/
+18
|
*
tor-rtcompat: Comments about tradeoffs in special casing PreferredRuntime
Ian Jackson
2024-10-01
1
-1
/
+14
|
*
tor-rtcompat: Introduce DynTimeProvider
Ian Jackson
2024-09-26
2
-0
/
+235
|
*
tor-memquota: mq_queue: Take Account by reference
Ian Jackson
2024-09-26
1
-1
/
+3
|
*
CI: run miri, currently on tor-rtcompat
Ian Jackson
2024-09-26
7
-3
/
+12
*
|
tor-rtcompat: Suppress a dead code warning
Ian Jackson
2024-09-30
1
-0
/
+3
|
/
*
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-3
/
+2
*
rtcompat: Finalize names for general::SocketAddr.
Nick Mathewson
2024-09-24
2
-44
/
+52
*
rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmock
Nick Mathewson
2024-09-24
3
-10
/
+8
*
rtcompat: Fix some rustdoc links.
Nick Mathewson
2024-09-24
4
-6
/
+6
*
rtcompat: remove async_trait from NetStreamListener.
Nick Mathewson
2024-09-24
4
-5
/
+0
*
Make Runtime require NetStreamProvider<unix::SocketAddr>
Nick Mathewson
2024-09-24
4
-8
/
+27
*
rtcompat: initial implementation for "Abstract" addresses.
Nick Mathewson
2024-09-24
2
-0
/
+147
*
rtcompat: Require Sync and 'static for NetStreamListener::Incoming
Nick Mathewson
2024-09-24
2
-2
/
+6
[next]