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-proto
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
proto: Cleanup allow(unused)
David Goulet
2025-08-20
2
-4
/
+0
*
|
proto: Unit tests for channel handler
David Goulet
2025-08-20
1
-1
/
+107
*
|
proto: Rename OutboundClientHandshake
David Goulet
2025-08-20
2
-11
/
+11
*
|
proto: Make the OutboundClientHandshake use new cell handler
David Goulet
2025-08-20
6
-211
/
+97
*
|
proto: Add helper functions/type for cell handling
David Goulet
2025-08-20
1
-0
/
+20
*
|
proto: Add channel cell handler
David Goulet
2025-08-20
2
-0
/
+562
*
|
proto: Add message filtering to restricted message sets
David Goulet
2025-08-20
1
-2
/
+361
*
|
proto: Implement a From<std::io::Error> for Error
David Goulet
2025-08-20
1
-0
/
+6
*
|
proto: Add restricted channel message sets
David Goulet
2025-08-20
2
-3
/
+211
*
|
proto: Add ChannelType enum
David Goulet
2025-08-20
3
-10
/
+65
*
|
chan: Rename channel launch to launch_client
David Goulet
2025-08-20
2
-2
/
+3
|
/
*
tor-proto: add comments to `CC_XOFF_CLIENT`
Steven Engler
2025-08-18
1
-0
/
+29
*
misc: cleanup now that `_report!` macros support fields
Steven Engler
2025-08-18
1
-3
/
+2
*
tor-proto: report tunnel/channel id as a field
Steven Engler
2025-08-18
2
-4
/
+4
*
Merge branch 'relay-reactor-placeholder' into 'main'
David Goulet
2025-08-18
39
-138
/
+464
|
\
|
*
proto: Fix tests post-crate reorg (fmt).
Gabriela Moldovan
2025-08-18
2
-2
/
+2
|
*
proto: Fix tests post-crate reorg.
Gabriela Moldovan
2025-08-18
2
-2
/
+2
|
*
proto: Avoid calling the relay reactor a tunnel reactor.
Gabriela Moldovan
2025-08-18
1
-3
/
+3
|
*
proto: Move the `stream` module under `client` (fmt).
Gabriela Moldovan
2025-08-18
8
-20
/
+20
|
*
proto: Move the `stream` module under `client` (breaking).
Gabriela Moldovan
2025-08-18
20
-38
/
+39
|
*
proto: Rename the `tunnel` module to `client` (fmt).
Gabriela Moldovan
2025-08-18
16
-46
/
+46
|
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
36
-96
/
+95
|
*
proto: Reorganize relay_tunnel module.
Gabriela Moldovan
2025-08-18
4
-15
/
+17
|
*
proto: Add a placeholder for the relay reactor.
Gabriela Moldovan
2025-08-18
1
-0
/
+231
|
*
proto: Make unwrap_or_shutdown pub(crate).
Gabriela Moldovan
2025-08-18
1
-0
/
+6
|
*
proto: Add a ChannelProvider trait.
Gabriela Moldovan
2025-08-18
3
-0
/
+74
|
*
proto: Add a new relay_tunnel module.
Gabriela Moldovan
2025-08-18
2
-0
/
+13
*
|
Merge branch 'fix-nightly-warn' into 'main'
Nick Mathewson
2025-08-18
3
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
clippy: fix `clippy::duplicated_attributes` warnings
Steven Engler
2025-08-11
3
-3
/
+0
*
|
proto: Consolidate all send_unbounded() calls in send_msg().
Gabriela Moldovan
2025-08-13
1
-2
/
+1
|
/
*
tor-proto: use error report in tunnel/channel reactor
Steven Engler
2025-08-07
3
-18
/
+31
*
tor-proto: fix failing cargo fmt
Steven Engler
2025-08-07
1
-1
/
+1
*
Merge branch 'enable-cgo' into 'main'
Nick Mathewson
2025-08-07
4
-52
/
+34
|
\
|
*
proto: In CircuitExtender, derive relay crypt protocol from settings.
Nick Mathewson
2025-08-07
2
-40
/
+25
|
*
proto: List CGO-related features in supported_client_protocols
Nick Mathewson
2025-08-06
1
-3
/
+9
|
*
proto: remove code that had disabled CGO.
Nick Mathewson
2025-08-06
1
-9
/
+0
*
|
Revert confusing change to use of StreamExt::into_future
Nick Mathewson
2025-08-07
1
-2
/
+5
*
|
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
2
-5
/
+8
*
|
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
46
-164
/
+217
*
|
Update code for Edition 2024
Nick Mathewson
2025-08-07
10
-14
/
+13
|
/
*
tor_proto: add FLOWCTRL_CC to supported_client_protocols
Nick Mathewson
2025-08-06
1
-5
/
+15
*
tor-proto: make stream recv queues unbounded if "flowctl-cc" enabled
Steven Engler
2025-08-05
5
-15
/
+54
*
Merge branch 'use-cc' into 'main'
Nick Mathewson
2025-08-05
1
-11
/
+0
|
\
|
*
tor-proto: use congestion control when "flowctl-cc" is enabled
Steven Engler
2025-08-04
1
-11
/
+0
*
|
test: Fix build issues likely due to past rebase conflicts
David Goulet
2025-08-05
1
-1
/
+2
*
|
proto: Deferred fmt
Gabriela Moldovan
2025-08-05
2
-4
/
+3
*
|
conflux: Adjust docs and fix doc links.
Gabriela Moldovan
2025-08-05
6
-18
/
+18
*
|
proto: abolish path_ref() in favor of all_paths().
Gabriela Moldovan
2025-08-05
2
-24
/
+36
*
|
proto: Use UserMsgHandler instead of MsgHandler throughout.
Gabriela Moldovan
2025-08-05
1
-8
/
+8
*
|
proto: Make UserMsgHandler pub if send-control-msg is enabled.
Gabriela Moldovan
2025-08-05
1
-0
/
+1
[prev]
[next]