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
/
tor-rtcompat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove need for async_trait in SleepProviderExt
Nick Mathewson
2021-04-17
1
-11
/
+42
*
Move timer functions into an extension trait.
Nick Mathewson
2021-04-17
2
-112
/
+110
*
Move around the public modules in tor_rtcompat.
Nick Mathewson
2021-04-17
1
-1
/
+8
*
Remove all non-runtime methods in tor_rtcompat.
Nick Mathewson
2021-04-16
1
-32
/
+5
*
Add a "Runtime" parameter to all the manager types.
Nick Mathewson
2021-04-16
2
-4
/
+20
*
rtcompat: Make TLS functionality use Runtime traits.
Nick Mathewson
2021-04-16
4
-45
/
+94
*
Move the "sleep()" function from task to timer.
Nick Mathewson
2021-04-16
1
-9
/
+7
*
Make incoming Streams of TcpStream a real type for each backend.
Nick Mathewson
2021-04-16
4
-39
/
+90
*
Port tor_rtcompat::net to use Runtime objects.
Nick Mathewson
2021-04-16
2
-17
/
+41
*
Port tor_rtcompat::timer to use Runtime objects.
Nick Mathewson
2021-04-16
3
-29
/
+60
*
Begin a refactoring of tor-rtcompat to use runtime objects.
Nick Mathewson
2021-04-16
5
-27
/
+187
*
rtcompat: rename traits module to impl_traits.
Nick Mathewson
2021-04-16
1
-1
/
+1
*
rtcompat: Add a cancellable-task-handle type.
Nick Mathewson
2021-04-09
2
-4
/
+24
*
Move responsibility for knowing about TLS into tor_rtcompat.
Nick Mathewson
2021-03-23
5
-3
/
+203
*
Refactor tokio implpementation in tor-rtcompat.
Nick Mathewson
2021-03-23
2
-9
/
+122
*
Add appropriate categories to some Cargo.toml files.
Nick Mathewson
2021-03-17
1
-0
/
+1
*
Add the tor project as an author.
Nick Mathewson
2021-03-17
1
-1
/
+1
*
Add keywords to each Cargo.toml
Nick Mathewson
2021-03-17
1
-0
/
+1
*
Add a description field to all our Cargo.toml files
Nick Mathewson
2021-03-17
1
-0
/
+1
*
Give it a homepage everyplace.
Nick Mathewson
2021-03-17
1
-0
/
+1
*
Cut down on tokio features.
Nick Mathewson
2021-03-10
1
-1
/
+1
*
Bump dependencies with "cargo upgrade"
Nick Mathewson
2021-03-06
1
-1
/
+1
*
Update docs wrt tokio a bit
Nick Mathewson
2021-03-02
1
-5
/
+16
*
Port to work with tokio or async-std.
Nick Mathewson
2021-03-02
5
-3
/
+99
*
Write a few misc unit tests
Nick Mathewson
2020-12-15
1
-6
/
+35
*
rtcompat: add a function to sleep until a given wallclock time
Nick Mathewson
2020-12-04
1
-1
/
+36
*
Upgrade async-io
Nick Mathewson
2020-12-03
1
-1
/
+1
*
Bump to latest async-io
Nick Mathewson
2020-12-01
1
-1
/
+1
*
tor-dirclient: add timeouts
Nick Mathewson
2020-12-01
1
-1
/
+1
*
Require documentation in tor-rtcompat.
Nick Mathewson
2020-11-20
3
-11
/
+29
*
tor-chanmgr: timeout support.
Nick Mathewson
2020-11-11
1
-0
/
+1
*
Document tor-rtcompat crate a little
Nick Mathewson
2020-11-11
2
-3
/
+12
*
Remove a couple of unused dependencies
Nick Mathewson
2020-11-11
1
-5
/
+0
*
Isolate async_std usage in a new tor_rtcompat crate.
Nick Mathewson
2020-11-11
4
-0
/
+42
[prev]