index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti-client
/
examples
/
hook-tcp.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-rtcompat+misc: add `NetStreamProvider::ConnectOptions`
Steven Engler
2026-06-08
1
-6
/
+9
*
tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`
Steven Engler
2026-05-07
1
-6
/
+9
*
arti-client: Allow collapsible_if in examples
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-rtcompat: Add the ability to get a StreamOps handle.
Gabriela Moldovan
2025-01-15
1
-0
/
+4
*
tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps ...
Gabriela Moldovan
2024-12-10
1
-2
/
+6
*
tor-rtcompat: Require NetStream{Listener,Provider} streams to impl StreamOps.
Gabriela Moldovan
2024-12-10
1
-1
/
+8
*
Documentation updates for "NetStreamProvider" rename
Nick Mathewson
2024-09-24
1
-2
/
+2
*
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
1
-10
/
+10
*
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
1
-33
/
+0
*
rtcompat: Add an extension trait for building modified Runtimes
Nick Mathewson
2024-09-24
1
-2
/
+2
*
Adjust examples lints using add_warning
Nick Mathewson
2024-05-07
1
-3
/
+3
*
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl
Ian Jackson
2024-03-25
1
-1
/
+1
*
Add unknown-lints exception to examples
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-3
/
+3
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-0
/
+3
*
clippy: Add standard test lint block to several examples
Ian Jackson
2022-06-24
1
-0
/
+6
*
rt-compat: Make all the individual runtime traits Clone+Send etc.
Ian Jackson
2022-06-08
1
-0
/
+1
*
Resolve the new `derive_partial_eq_without_eq` lint.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
add udp to runtime
trinity-1686a
2022-03-14
1
-1
/
+1
*
arti-client: use PreferredRuntime by default, doc cleanups
eta
2022-02-28
1
-5
/
+9
*
use runtime TlsProvider in tcp-hook example
trinity-1686a
2022-02-25
1
-2
/
+1
*
Fix typos
Dimitris Apostolou
2022-02-23
1
-3
/
+3
*
add one more comment to hook-tcp
trinity-1686a
2022-02-23
1
-0
/
+1
*
examples/hook-tcp: add some comments, rework lifetimes a bit
eta
2022-02-23
1
-28
/
+73
*
implement correct handling of connection close and add comment explaining goa...
trinity-1686a
2022-02-23
1
-9
/
+54
*
add drop on CustomTcpStream to catch disconnection without close
trinity-1686a
2022-02-23
1
-0
/
+13
*
add example of tcp hook
trinity-1686a
2022-02-23
1
-0
/
+235