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
/
arti-testing
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
all: run cargo fmt
Steven Engler
2025-11-04
1
-1
/
+1
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
tor-netdoc: Mirror netdoc structure in RouterStatus document digests
Ian Jackson
2025-10-15
1
-1
/
+1
*
tor-netdoc: RouterStatus: Split out the `r` item's fields
Ian Jackson
2025-10-15
1
-1
/
+1
*
tor-netdoc: Apply much rustfmt churn
Ian Jackson
2025-08-26
1
-4
/
+1
*
tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatus
Ian Jackson
2025-08-26
1
-1
/
+1
*
tor-netdoc: Abolish RouterStatus trait in favour of generic methods
Ian Jackson
2025-08-26
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
4
-5
/
+5
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-3
/
+3
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
2
-4
/
+4
*
Always use full path to rand::thread_rng().
Nick Mathewson
2025-03-18
1
-2
/
+1
*
tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).
Gabriela Moldovan
2025-01-15
1
-1
/
+1
*
tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.
Gabriela Moldovan
2025-01-15
1
-2
/
+2
*
tor-rtcompat: Implement new_handle() using TcpSockFd (fmt).
Gabriela Moldovan
2025-01-15
1
-1
/
+3
*
tor-rtcompat: Implement new_handle() using TcpSockFd.
Gabriela Moldovan
2025-01-15
1
-1
/
+8
*
tor-rtcompat: Add the ability to get a StreamOps handle.
Gabriela Moldovan
2025-01-15
1
-0
/
+4
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
tor-rtcompat: Implement StreamOps for all the stream types.
Gabriela Moldovan
2024-12-10
2
-2
/
+17
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
TimerangeBound: Stop using std::ops::Bound.
Wesley Aptekar-Cassels
2024-11-25
1
-6
/
+12
*
rtcompat: remove async_trait from NetStreamListener.
Nick Mathewson
2024-09-24
2
-2
/
+0
*
Make Runtime require NetStreamProvider<unix::SocketAddr>
Nick Mathewson
2024-09-24
1
-2
/
+2
*
Documentation updates for "NetStreamProvider" rename
Nick Mathewson
2024-09-24
2
-4
/
+4
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
2
-17
/
+17
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
2
-19
/
+0
*
rtcompat: Add an extension trait for building modified Runtimes
Nick Mathewson
2024-09-24
1
-9
/
+2
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl
Ian Jackson
2024-03-25
1
-0
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
1
-0
/
+1
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
rng ranges: Use gen_range_infallible() for Duration::ZERO..=T
Ian Jackson
2023-07-10
1
-2
/
+3
|
/
*
rng ranges: Use inclusive Duration ranges in several places
Ian Jackson
2023-07-07
1
-1
/
+1
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
arti-testing: remove some needless ::default()s
Nick Mathewson
2023-05-11
1
-4
/
+4
*
Convert blockers in arti-testing to TODOs
Ian Jackson
2023-03-21
1
-2
/
+2
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Upgrade to clap 3: replace deprecated functions
Gabriel de Perthuis
2022-11-04
1
-61
/
+74
*
Upgrade to clap 3 with minimal changes
Gabriel de Perthuis
2022-11-04
1
-7
/
+5
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
tor-config: Replace dir detection with ConfigurationSource enum
Ian Jackson
2022-08-25
1
-2
/
+7
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
lints: Make lint blocks consistent
Ian Jackson
2022-05-31
1
-1
/
+2
*
lints: arti-testing: Move some allows outside the auto block
Ian Jackson
2022-05-31
1
-2
/
+3
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
[next]