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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Discourage use of `tor_rtmock_test_with_*` macros
Ian Jackson
2024-08-28
1
-0
/
+16
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
tor-rtcompat: Rename coarsetime module to coarse_time
Ian Jackson
2024-03-25
1
-2
/
+2
*
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
1
-0
/
+3
*
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
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Fix new "useless_vec" warning from clippy +nightly
Ian Jackson
2023-07-10
1
-2
/
+2
*
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
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
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
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+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
*
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
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
1
-3
/
+3
|
\
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
1
-3
/
+3
*
|
tor-rtcompat/scheduler: add unit tests, FireIn -> FireAt
eta
2022-03-24
1
-0
/
+3
*
|
Implement a periodic task scheduler, and a basic dormant mode
eta
2022-03-23
1
-0
/
+1
*
|
add simple unit test on UDP
trinity-1686a
2022-03-14
1
-2
/
+37
*
|
add udp to runtime
trinity-1686a
2022-03-14
1
-0
/
+1
*
|
Merge branch 'clippy-allow-arc-clone' into 'main'
Nick Mathewson
2022-03-01
1
-1
/
+0
|
\
\
|
*
|
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
|
|
/
*
|
Fix rustdoc errors.
Nick Mathewson
2022-03-01
1
-1
/
+1
*
|
arti-client: use PreferredRuntime by default, doc cleanups
eta
2022-02-28
1
-6
/
+18
*
|
tor-rtcompat: refactor PreferredRuntime, clean up docs
eta
2022-02-25
1
-55
/
+122
|
/
*
add example of tcp hook
trinity-1686a
2022-02-23
1
-0
/
+5
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
tor-rtcompat: Add some miscellaneous tests
Nick Mathewson
2022-01-27
1
-0
/
+6
*
tor-rtcompat: Simplify test-declaration macros.
Nick Mathewson
2022-01-27
1
-60
/
+35
*
Move tor-rtcompat tests to lib.rs
Nick Mathewson
2022-01-27
1
-7
/
+312
*
Document why {current,create}_runtime are type-erased
Nick Mathewson
2022-01-27
1
-9
/
+19
*
Apply @eta's suggestions from review on !263
eta
2022-01-27
1
-1
/
+1
*
Fix documentation references for tor-rtcompat refactoring.
Nick Mathewson
2022-01-26
1
-5
/
+7
*
Rename `SpawnBlocking` trait to `BlockOn`.
Nick Mathewson
2022-01-26
1
-3
/
+3
*
Make test_with_all_runtimes cover _all_ the runtimes.
Nick Mathewson
2022-01-26
1
-46
/
+69
*
Make the native-tls crate optional.
Nick Mathewson
2022-01-26
1
-12
/
+49
*
Define aliases for "the best enabled runtime".
Nick Mathewson
2022-01-26
1
-16
/
+17
*
Make current/create functions into runtime member functions.
Nick Mathewson
2022-01-26
1
-4
/
+4
*
Refactor Runtimes to use separate TLS implementations internally.
Nick Mathewson
2022-01-19
1
-3
/
+3
*
Add a macro to help with opaque Runtime wrappers.
Nick Mathewson
2022-01-19
1
-0
/
+1
*
Add a CompoundRuntime type for runtime construction.
Nick Mathewson
2022-01-19
1
-0
/
+3
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
[next]