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
*
Upgrade async_executors dependency to 0.7.0
Nick Mathewson
2023-09-28
1
-4
/
+3
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
4
-0
/
+4
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
5
-0
/
+5
*
Merge branch 'clippy-vec' into 'main'
Nick Mathewson
2023-07-10
1
-2
/
+2
|
\
|
*
Fix new "useless_vec" warning from clippy +nightly
Ian Jackson
2023-07-10
1
-2
/
+2
*
|
Add an exception for clippy::arc_with_non_send_sync.
Nick Mathewson
2023-07-10
1
-0
/
+1
|
/
*
Merge branch 'allow_missing_panics' into 'main'
Ian Jackson
2023-07-07
1
-1
/
+0
|
\
|
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
|
tor-rtcompat: Simplify trivial all() expressions.
Nick Mathewson
2023-07-06
2
-9
/
+9
|
/
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
update rustls to 0.21
trinity-1686a
2023-05-08
1
-16
/
+11
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
4
-0
/
+4
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
3
-0
/
+25
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-0
/
+9
*
Fix typos
Dimitris Apostolou
2022-12-09
1
-1
/
+1
*
fix deprecation warnings from rustls
trinity-1686a
2022-11-26
1
-9
/
+7
*
upgrade rustls to 0.20, ignoring all deprecation warnings
trinity-1686a
2022-11-26
1
-36
/
+30
*
Temporarily disable it_cancels_delayed_firings.
Nick Mathewson
2022-11-10
1
-0
/
+5
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
fix doc-feature synchro
trinity-1686a
2022-10-16
2
-2
/
+8
*
add test for many features
trinity-1686a
2022-10-16
1
-2
/
+2
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-139
/
+1
*
`TaskSchedule`: give error on `sleep*()` if last handle is dropped
Nick Mathewson
2022-09-07
1
-5
/
+28
*
add feature annotation not added by doc_auto_cfg
trinity-1686a
2022-08-24
2
-0
/
+2
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
tor-rtcompat: Require that TcpStream be Send
Ian Jackson
2022-08-15
2
-2
/
+2
*
tor-rtcompat: s/micros/millis inside a flaky test
eta
2022-07-26
1
-1
/
+1
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Remove rustls from tor-rtcompat/full
Nick Mathewson
2022-06-16
1
-1
/
+3
*
Merge branch 'dormant_directory' into 'main'
Nick Mathewson
2022-06-13
2
-2
/
+118
|
\
|
*
TaskSchedule: Add a sleep_until_wallclock method too.
Nick Mathewson
2022-06-10
2
-2
/
+15
|
*
Add a `sleep` function to TaskSchedule.
Nick Mathewson
2022-06-07
1
-0
/
+20
|
*
Add "suspend" and "resume" to TaskSchedule.
Nick Mathewson
2022-06-07
1
-0
/
+83
*
|
rt-compat: Make all the individual runtime traits Clone+Send etc.
Ian Jackson
2022-06-08
4
-6
/
+18
|
/
*
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
*
tor-rtcompat: Fix a warning when building with no backends.
Nick Mathewson
2022-05-27
1
-0
/
+1
*
Improve documentation around Cargo features; make Runtime require Debug
eta
2022-05-11
1
-0
/
+3
*
tor-rtcompat: make CompoundRuntime handle SleepProviders properly
eta
2022-05-10
1
-0
/
+11
*
Merge branch 'disallowed_lint' into 'main'
eta
2022-03-30
2
-2
/
+0
|
\
|
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
2
-2
/
+0
*
|
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-0
/
+6
|
/
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
3
-3
/
+5
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
2
-3
/
+4
|
*
remove most usage of SystemTime::now
trinity-1686a
2022-02-25
1
-0
/
+1
*
|
tor-rtcompat/scheduler: add unit tests, FireIn -> FireAt
eta
2022-03-24
2
-7
/
+142
*
|
Implement a periodic task scheduler, and a basic dormant mode
eta
2022-03-23
2
-0
/
+149
[next]