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
*
Bump minor versions in tor-*, arti-*.
Nick Mathewson
2025-03-03
1
-3
/
+3
*
Upgrade to derive_more 2
Nick Mathewson
2025-02-26
2
-1
/
+2
*
Remove semver.md files post release
Ian Jackson
2025-02-07
1
-2
/
+0
*
Version bumps to 0.27.0
Ian Jackson
2025-02-06
1
-3
/
+3
*
tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).
Gabriela Moldovan
2025-01-15
1
-3
/
+3
*
tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.
Gabriela Moldovan
2025-01-15
2
-4
/
+4
*
tor-rtcompat: Fix doc warning.
Gabriela Moldovan
2025-01-15
1
-1
/
+1
*
tor-rtcompat: Big invasive change adding StreamOps bound everywhere.
Gabriela Moldovan
2025-01-15
6
-7
/
+9
*
tor-rtcompat: Implement StreamOps for TLS stream types.
Gabriela Moldovan
2025-01-15
2
-1
/
+22
*
tor-rtcompat: Implement StreamOps for Framed.
Gabriela Moldovan
2025-01-15
2
-0
/
+14
*
tor-rtcompat: Implement new_handle() using TcpSockFd.
Gabriela Moldovan
2025-01-15
3
-2
/
+8
*
tor-rtcompat: Add the ability to get a StreamOps handle.
Gabriela Moldovan
2025-01-15
5
-1
/
+69
*
tor-rtcompat: Note that SpawnBlocking isn't for CPU-bound tasks.
Wesley Aptekar-Cassels
2025-01-07
1
-1
/
+1
*
tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.
Wesley Aptekar-Cassels
2025-01-07
5
-5
/
+16
*
tor-rtcompat: Add note about what to use spawn_blocking for.
Wesley Aptekar-Cassels
2025-01-07
1
-1
/
+5
*
tor-rtcompat: Note SpawnBlocking semver break.
Wesley Aptekar-Cassels
2025-01-07
1
-0
/
+1
*
tor-rtcompat: Link to spawn_blocking docs.
Wesley Aptekar-Cassels
2025-01-07
1
-0
/
+6
*
tor-rtcompat: Add spawn_blocking to Runtime trait.
Wesley Aptekar-Cassels
2025-01-07
6
-1
/
+67
*
Remove semver.md files after 1.3.2 release
Nick Mathewson
2025-01-07
1
-1
/
+0
*
Bump versions of internal arti crates for Arti 1.3.2
Nick Mathewson
2025-01-07
1
-3
/
+3
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
|
/
*
rtcompat: re-export items from tor_general_addr::general
Nick Mathewson
2024-12-19
1
-0
/
+2
*
streamops: Resolve unused-variable warnings.
Nick Mathewson
2024-12-12
1
-1
/
+1
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp (fmt).
Gabriela Moldovan
2024-12-10
3
-5
/
+17
*
tor-rtcompat: Replace bad_api_usage with UnsupportedStreamOp.
Gabriela Moldovan
2024-12-10
4
-23
/
+12
*
tor-rtcompat: Add an error type for unsupported StreamOps.
Gabriela Moldovan
2024-12-10
2
-1
/
+28
*
tor-rtcompat: Add a default implementation for StreamOps::set_tcp_notsent_lowat.
Gabriela Moldovan
2024-12-10
1
-2
/
+8
*
tor-rtcompat: Clarify the StreamOps documentation.
Gabriela Moldovan
2024-12-10
1
-4
/
+6
*
tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.
Gabriela Moldovan
2024-12-10
3
-7
/
+6
*
tor-rtcompat: Add tests for set_tcp_notsent_lowat.
Gabriela Moldovan
2024-12-10
1
-0
/
+60
*
tor-rtcompat: Implement StreamOps for all the stream types.
Gabriela Moldovan
2024-12-10
7
-5
/
+103
*
tor-rtcompat: Add a StreamOps trait.
Gabriela Moldovan
2024-12-10
2
-1
/
+11
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
Bump all the unstable tor- and arti- crates to 0.25.0.
Gabriela Moldovan
2024-12-02
1
-3
/
+3
*
cargo: Update `thiserror` to `2`
Clara Engler
2024-11-12
1
-1
/
+1
*
Remove obsolete semver files post 1.3.0 release
Ian Jackson
2024-10-31
1
-1
/
+0
*
Merge branch 'versions' into 'main'
Ian Jackson
2024-10-30
1
-3
/
+3
|
\
|
*
Bump unstable tor-* and arti-* crates to 0.24.0
Ian Jackson
2024-10-30
1
-3
/
+3
*
|
cargo: Run fixup-features
Ian Jackson
2024-10-30
1
-1
/
+1
|
/
*
Fix Windows compilation after moving unix::SocketAddr.
Nick Mathewson
2024-10-29
1
-6
/
+6
*
Add semver file for removed members of tor-rtcompat.
Nick Mathewson
2024-10-29
1
-0
/
+1
*
Remove re-export of "general::*" from tor-rtcompat.
Nick Mathewson
2024-10-29
1
-17
/
+15
*
Remove re-export of "unix" from tor_rtcompat.
Nick Mathewson
2024-10-29
7
-24
/
+26
*
Extract general::SocketAddr and its unix friends to their own crate.
Nick Mathewson
2024-10-29
7
-605
/
+25
*
Python: simple annotations to allow mypy to pass.
Nick Mathewson
2024-10-24
1
-1
/
+1
*
python: one import per line.
Nick Mathewson
2024-10-24
1
-1
/
+2
*
Run "black" to reformat all our python
Nick Mathewson
2024-10-24
1
-4
/
+3
*
general::SocketAddr: Say "inet" rather than "tcp"
Nick Mathewson
2024-10-17
1
-35
/
+35
[next]