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
/
tor-proto
/
src
/
channel
/
circmap.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Avoid sending DESTROY if we have received DESTROY
Gabriela Moldovan
8 days
1
-0
/
+18
*
proto: Ignore CREATED* with unrecognized CircIds
Gabriela Moldovan
2026-08-11
1
-8
/
+9
*
proto: Remove a now-done TODO
Gabriela Moldovan
2026-08-04
1
-3
/
+0
*
proto: Rename "hs" to "hc"
Gabriela Moldovan
2026-08-04
1
-2
/
+2
*
align DestroyReason with torspec!490
ramdoys
2026-07-28
1
-2
/
+2
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
proto: Update the tests to use the new CircuitRx{Receiver,Sender}s
Gabriela Moldovan
2026-06-08
1
-1
/
+2
*
tor-proto: replace use of `ChannelDirection` with `CircIdRange`
Steven Engler
2026-04-08
1
-1
/
+1
*
tor-proto: rename `CircIdRange::is_allowed_by_peer()` to `is_allowed_for_peer()`
Steven Engler
2026-04-08
1
-2
/
+2
*
tor-proto: support relay circs in channel's `CircMap`
Steven Engler
2026-04-08
1
-0
/
+57
*
tor-proto: rename `CircEnt::Open` to `CircEnt::OpenOrigin`
Steven Engler
2026-04-08
1
-11
/
+13
*
tor-proto: add `CircIdRange::is_allowed_by_peer()`
Steven Engler
2026-03-31
1
-0
/
+8
*
tor-proto: add `CircIdRange::integer_range()`
Steven Engler
2026-03-31
1
-6
/
+15
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
1
-1
/
+1
*
proto: Remove extra slashes in doc comments
Gabriela Moldovan
2025-12-01
1
-2
/
+2
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
proto: Move celltypes out of client
Gabriela Moldovan
2025-10-13
1
-1
/
+2
*
padding: Report when outbound cells are flushed.
Nick Mathewson
2025-09-02
1
-1
/
+11
*
padding: Give CircEnt in a Channel a handle for the PaddingController.
Nick Mathewson
2025-09-02
1
-72
/
+82
*
proto: Turn CircEnt variants into struct-like format.
Nick Mathewson
2025-09-02
1
-9
/
+38
*
proto: Rename the `tunnel` module to `client`.
Gabriela Moldovan
2025-08-18
1
-2
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+3
*
proto: temporarily suppress warning; see #2003.
Nick Mathewson
2025-05-15
1
-2
/
+2
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-2
/
+2
*
tor-proto: Add a tunnel module.
David Goulet
2025-02-20
1
-2
/
+2
*
tor-proto: Specify which of the 2 senders is used for sending cells.
Gabriela Moldovan
2024-11-20
1
-1
/
+1
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-09
1
-5
/
+2
*
memquota: Use an mq_queue for channel->circuit RX queue
Ian Jackson
2024-10-09
1
-3
/
+3
*
memquota: Introduce type aliases for channel->circuit RX queue
Ian Jackson
2024-10-09
1
-5
/
+4
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-2
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Change `CircId` to never be zero
Jim Newsome
2023-10-25
1
-16
/
+12
*
oneshot: Use veneer in tor-proto
Ian Jackson
2023-10-11
1
-2
/
+4
*
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
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-1
/
+2
*
Replace as_mut with deref impl for MutCircEnt
Yuan Lyu
2022-02-16
1
-16
/
+24
*
Make CircMap open_ent_count O(1)
Yuan Lyu
2022-02-16
1
-17
/
+62
*
Expire channels that have been unused for too long
Yuan Lyu
2022-02-04
1
-0
/
+21
*
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-1
/
+1
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+242