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
/
arti-client
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
client: Factor out the "running a client" code into an inner typestate
Nick Mathewson
2026-05-26
1
-4
/
+3
*
Merge branch 'socket-buf-size' into 'main'
opara
2026-05-21
1
-6
/
+9
|
\
|
*
tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`
Steven Engler
2026-05-07
1
-6
/
+9
*
|
Make all TorClient constructors wrap the TorClient in an Arc.
Nick Mathewson
2026-05-13
1
-3
/
+4
|
/
*
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
6
-6
/
+6
*
arti-client: Modified MSRV TODO for `once_cell` removal
hashcatHitman
2025-08-20
1
-7
/
+1
*
arti-client example: Write rather than hide an elided lifetime
Ian Jackson
2025-08-11
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Clippy 1.88 fix: reformat some debug prints.
Nick Mathewson
2025-07-03
1
-2
/
+2
*
arti-client: Added TODO about replacing OnceCell
hashcatHitman
2025-04-17
1
-0
/
+7
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
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
*
Disable a lot of dead code warnings
Ian Jackson
2024-10-17
1
-0
/
+3
*
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
*
Fix typos
Dimitris Apostolou
2024-09-03
1
-1
/
+1
*
arti-client: Add one-hop circuit example
juga
2024-05-15
1
-0
/
+65
*
Adjust examples lints using add_warning
Nick Mathewson
2024-05-07
6
-18
/
+18
*
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl
Ian Jackson
2024-03-25
1
-1
/
+1
*
Rename ManagedTransportConfig to TransportConfig.
Nick Mathewson
2024-03-14
1
-2
/
+2
*
Add unknown-lints exception to examples
Nick Mathewson
2024-03-13
6
-1
/
+6
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
6
-0
/
+6
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
6
-0
/
+6
*
arti-client: fix conditional unused_import and dead_code warnings
Nick Mathewson
2023-08-16
1
-2
/
+2
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
6
-0
/
+6
*
make snowflake example feature-gated
trinity-1686a
2023-06-14
1
-5
/
+13
*
Merge branch 'pt-snowflake' into 'main'
Nick Mathewson
2023-06-11
1
-0
/
+100
|
\
|
*
change path to snowflake client
trinity-1686a
2023-06-08
1
-1
/
+2
|
*
remove forgoten debug line
trinity-1686a
2023-06-08
1
-1
/
+0
|
*
add anchor to amp-cache link
trinity-1686a
2023-06-08
1
-1
/
+1
|
*
complement general documentation on bridges and pt
trinity-1686a
2023-06-07
1
-0
/
+2
|
*
move snowflake example to dedicated file and comment it more
trinity-1686a
2023-06-07
1
-0
/
+98
*
|
Add separate example with Report
Saksham Mittal
2023-06-08
1
-0
/
+67
|
/
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
4
-0
/
+4
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
2
-8
/
+4
*
Spelling fixes and normalizations on some high-level crates
Nick Mathewson
2022-11-07
1
-2
/
+2
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
4
-0
/
+4
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
4
-0
/
+12
*
clippy: Add standard test lint block to several examples
Ian Jackson
2022-06-24
4
-0
/
+24
*
rt-compat: Make all the individual runtime traits Clone+Send etc.
Ian Jackson
2022-06-08
1
-0
/
+1
*
Merge branch 'isolation-example' into 'main'
Nick Mathewson
2022-05-24
1
-0
/
+198
|
\
|
*
mention isolation is an advanced topic and most usage don't require implement...
trinity-1686a
2022-05-24
1
-0
/
+3
|
*
add example for Isolation
trinity-1686a
2022-05-23
1
-0
/
+195
*
|
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
[next]