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-rtmock
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-7
/
+7
*
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
-2
/
+2
|
/
*
Upgrade to itertools 0.14.0
Nick Mathewson
2025-01-06
1
-1
/
+1
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).
Gabriela Moldovan
2024-12-10
1
-1
/
+4
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.
Gabriela Moldovan
2024-12-10
1
-7
/
+3
*
tor-rtcompat: Implement StreamOps for all the stream types.
Gabriela Moldovan
2024-12-10
1
-1
/
+12
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-7
/
+7
*
Bump the versions of the non-{arti-,tor-} crates.
Gabriela Moldovan
2024-12-02
1
-1
/
+1
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Merge branch 'versions' into 'main'
Ian Jackson
2024-10-30
1
-8
/
+8
|
\
|
*
Bump minor versions of crates with new APIs/impls
Ian Jackson
2024-10-30
1
-1
/
+1
|
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-7
/
+7
*
|
cargo: Run fixup-features
Ian Jackson
2024-10-30
1
-1
/
+1
|
/
*
Remove re-export of "unix" from tor_rtcompat.
Nick Mathewson
2024-10-29
2
-6
/
+8
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
3
-6
/
+6
*
tor-rtmock: Provide and use an mpsc::channel wrapper in tor-rtmock
Ian Jackson
2024-10-15
3
-3
/
+17
*
tor-rtmock: Add some commentary about SleepLocation
Ian Jackson
2024-10-08
1
-0
/
+6
*
tor-rtmock: Simplify two cfg
Ian Jackson
2024-10-08
2
-2
/
+1
*
tor-rtmock: Fix a memory leak
Ian Jackson
2024-10-08
1
-6
/
+20
*
tor-rtmock: miri: disable tests that use wallclock time
Ian Jackson
2024-10-08
6
-3
/
+15
*
tor-rtmock: Provide a fake SleepProvider for miri
Ian Jackson
2024-10-08
1
-0
/
+16
*
tor-rtmock: Disable dead code warnings when not in a full build
Ian Jackson
2024-10-08
1
-0
/
+3
*
Bump arti- and tor- crates to 0.23.0
Nick Mathewson
2024-09-30
1
-5
/
+5
*
Minor bumps on non-tor/arti crates
Nick Mathewson
2024-09-30
1
-1
/
+1
*
Merge branch 'msrv-1.77-and-rusqlite-update' into 'main'
David Goulet
2024-09-26
1
-1
/
+1
|
\
|
*
Upgrade MSRV to 1.77
Nick Mathewson
2024-09-25
1
-1
/
+1
*
|
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-1
/
+1
|
/
*
rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmock
Nick Mathewson
2024-09-24
1
-7
/
+4
*
rtcompat: remove async_trait from NetStreamListener.
Nick Mathewson
2024-09-24
1
-1
/
+0
*
Make Runtime require NetStreamProvider<unix::SocketAddr>
Nick Mathewson
2024-09-24
1
-0
/
+16
*
Documentation updates for "NetStreamProvider" rename
Nick Mathewson
2024-09-24
3
-4
/
+5
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
2
-16
/
+16
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
3
-18
/
+15
*
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
-5
/
+5
*
oneshot-fused-workaround: Set the initial version to 0.1.0.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
Run fixup-features in preparation for release.
Gabriela Moldovan
2024-09-03
1
-1
/
+1
*
tor-rtmock: remove dependency on tor-async-utils
Jim Newsome
2024-08-28
1
-2
/
+1
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
4
-3
/
+5
*
Merge branch '1144-std-backtrace' into 'main'
David Goulet
2024-08-12
2
-35
/
+9
|
\
|
*
Match previous backtrace formatting
Robin Leander Schröder
2024-08-08
1
-1
/
+1
|
*
Use std::backtrace instead of backtrace crate
Robin Leander Schröder
2024-08-01
2
-34
/
+8
*
|
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
-6
/
+6
|
/
*
tor-rtmock docs: Add some more discussion of the simulated time
Ian Jackson
2024-07-30
1
-1
/
+17
*
tor-rtmock docs: We have CoarseTimeProvider now
Ian Jackson
2024-07-30
1
-2
/
+3
*
Update to derive-deftly 0.14
Ian Jackson
2024-07-08
1
-1
/
+1
[next]