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
/
congestion
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: change some instances of `sendme_inc` to u8
Steven Engler
2026-08-12
1
-6
/
+4
*
tor-proto: fix cc vegas counter updates on clock stall
Steven Engler
2026-07-30
1
-6
/
+7
*
hsclient: Support protocol negotiation for CGO and flowctrl-cc
Nick Mathewson
2026-07-02
1
-0
/
+6
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
3
-0
/
+3
*
tor-proto: vegas: return early if clock stall was detected
Steven Engler
2026-05-07
2
-5
/
+15
*
tor-proto: rtt: return clock stall/jump status from `update()`
Steven Engler
2026-05-07
1
-4
/
+13
*
proto: Add a test helper function for building a CircNetParameters
David Goulet
2026-04-14
1
-0
/
+55
*
tor-proto: derive `strum::EnumDiscriminants` for `Algorithm`
Steven Engler
2026-04-08
1
-1
/
+4
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
2
-8
/
+6
*
proto: Remove unnecessary test-gating
Gabriela Moldovan
2026-03-19
1
-4
/
+0
*
proto: Use is_multiple_of() as suggested by clippy
Gabriela Moldovan
2026-02-16
2
-2
/
+2
*
proto: Make CongestionWindow Copy
Gabriela Moldovan
2025-11-17
2
-4
/
+4
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
3
-3
/
+3
*
proto: Add an accessor for the max observed circ RTT.
Gabriela Moldovan
2025-09-16
1
-0
/
+6
*
proto: Pass owned CongestionWindowParams to CongestionControl::new.
Gabriela Moldovan
2025-09-04
2
-1
/
+2
*
proto: Derive Copy for CongestionWindowParams.
Gabriela Moldovan
2025-09-04
1
-1
/
+1
*
clippy: fix `clippy::duplicated_attributes` warnings
Steven Engler
2025-08-11
2
-2
/
+0
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
5
-5
/
+5
*
Rename and invert the sense of requires_stream_level_sendmes.
Nick Mathewson
2025-07-23
1
-4
/
+8
*
proto: Send extensions as appropriate to negotiate CGO.
Nick Mathewson
2025-07-23
1
-0
/
+11
*
tor-proto: add `CongestionControl::uses_xon_xoff()`
Steven Engler
2025-07-16
2
-0
/
+9
*
proto: Make RttEstimator::{ewma,min}_rtt_usec() return `Option`.
Gabriela Moldovan
2025-06-27
2
-12
/
+12
*
proto: Rewrite can_crosscheck_with_current_estimate for clarity.
Gabriela Moldovan
2025-06-25
1
-1
/
+1
*
proto: Make RTT estimates default to None (fmt).
Gabriela Moldovan
2025-06-25
1
-2
/
+6
*
proto: Make RTT estimates default to None.
Gabriela Moldovan
2025-06-25
1
-31
/
+48
*
tor-proto: Add an accessor for the cc algorithm.
Gabriela Moldovan
2025-06-11
2
-3
/
+17
*
tor-proto: Remove no-longer needed clone()s.
Gabriela Moldovan
2025-06-11
3
-6
/
+6
*
tor-proto: Derive Copy for FixedWindowParams.
Gabriela Moldovan
2025-06-11
1
-1
/
+1
*
tor-proto: Derive Copy for VegasParams.
Gabriela Moldovan
2025-06-11
1
-2
/
+2
*
proto: Refactor cc fallback.
Nick Mathewson
2025-06-10
2
-6
/
+6
*
Move responsibility for choosing extensions into tor-proto
Nick Mathewson
2025-06-10
1
-1
/
+1
*
proto: Split CircParameters and NegotiatedHopSettings
Nick Mathewson
2025-06-10
1
-8
/
+5
*
Remove the last traces of CircTag.
Nick Mathewson
2025-05-06
1
-3
/
+0
*
proto: Use SendmeTag in place of CircTag
Nick Mathewson
2025-05-06
1
-38
/
+2
*
tor-proto: Add congestion control accessors for conflux.
Gabriela Moldovan
2025-05-06
2
-0
/
+10
*
tor-proto: expand docs for `CongestionWindowParams::set_sendme_inc`
Steven Engler
2025-04-23
1
-1
/
+5
*
tor-proto: rename `allow_stream_sendme` to `uses_stream_sendme`
Steven Engler
2025-04-23
2
-2
/
+2
*
tests: Add CC ntorv3 negotiation unit test
David Goulet
2025-04-23
2
-5
/
+52
*
circ: Don't send stream level SENDME with CC
David Goulet
2025-04-23
2
-0
/
+8
*
circ: Apply possible subprotocol changes to circ params
David Goulet
2025-04-23
1
-1
/
+5
*
congestion: Setup a fallback algorithm in the params
David Goulet
2025-04-23
2
-1
/
+9
*
circ: Set the negotiated CC sendme_inc from handshake
David Goulet
2025-04-23
1
-0
/
+38
*
Add a RelayCellFormat argument to encode().
Nick Mathewson
2025-04-16
1
-2
/
+3
*
fix: fix typos
Dimitris Apostolou
2025-01-30
3
-7
/
+7
*
tor-proto: Use SENDME_TAG_LEN constant instead of magic value.
Gabriela Moldovan
2025-01-28
1
-6
/
+7
*
tor-proto: Use CircTag::try_from for clarity.
Gabriela Moldovan
2025-01-28
1
-0
/
+10
*
tor-proto: Use CircTag instead of raw byte slice.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
congestion: Use getters for all parameters
David Goulet
2025-01-16
3
-49
/
+72
*
congestion: Remove Default from every parameters
David Goulet
2025-01-16
2
-24
/
+6
*
congestion: Make the cc_alg values a caret_int for better code semantic
David Goulet
2025-01-16
1
-0
/
+14
[next]