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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'clippy' into 'main'
Ian Jackson
2022-06-24
1
-0
/
+3
|
\
|
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
|
Update README.md files from rustdoc.
Nick Mathewson
2022-06-24
1
-1
/
+3
|
/
*
Remove rustls from tor-rtcompat/full
Nick Mathewson
2022-06-16
2
-2
/
+4
*
Merge branch 'high-level-features' into 'main'
Nick Mathewson
2022-06-16
1
-0
/
+2
|
\
|
*
Add "full" and "experimental" features to arti-client and below.
Nick Mathewson
2022-06-10
1
-0
/
+2
*
|
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
*
|
Document semver changes
Ian Jackson
2022-06-08
1
-0
/
+1
*
|
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
*
Merge branch 'post-release-fix-20220527' into 'main'
Ian Jackson
2022-05-30
1
-0
/
+1
|
\
|
*
tor-rtcompat: Fix a warning when building with no backends.
Nick Mathewson
2022-05-27
1
-0
/
+1
*
|
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-10
/
+6
|
/
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-1
/
+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
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-1
/
+1
*
Update README.md files (automated).
Nick Mathewson
2022-05-06
1
-3
/
+3
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-3
/
+3
*
Bump async_executors to 0.6
Nick Mathewson
2022-04-26
1
-1
/
+1
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-12
/
+19
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-1
/
+1
*
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
*
|
UdpSocket: remove support for connect().
Nick Mathewson
2022-03-18
3
-47
/
+10
*
|
add simple unit test on UDP
trinity-1686a
2022-03-14
4
-2
/
+47
*
|
fix typos and minor issues
trinity-1686a
2022-03-14
1
-1
/
+1
*
|
add skeleton for DNS handling
trinity-1686a
2022-03-14
3
-6
/
+9
*
|
add udp to runtime
trinity-1686a
2022-03-14
8
-23
/
+210
*
|
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
2
-10
/
+4
|
\
\
|
*
|
Replace manual Clone impl with educe in tor-rtcompat
Ian Jackson
2022-03-02
2
-10
/
+4
*
|
|
Replace manual Default, and abolish new, in tor-rtcompat
Ian Jackson
2022-03-02
1
-13
/
+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
*
|
|
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-1
/
+1
*
|
|
Update README.md files from rustdoc.
Nick Mathewson
2022-03-01
1
-10
/
+33
*
|
|
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
[prev]
[next]