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
/
vegas.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: fix cc vegas counter updates on clock stall
Steven Engler
2026-07-30
1
-6
/
+7
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-proto: vegas: return early if clock stall was detected
Steven Engler
2026-05-07
1
-4
/
+13
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
1
-5
/
+3
*
proto: Use is_multiple_of() as suggested by clippy
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
proto: Make CongestionWindow Copy
Gabriela Moldovan
2025-11-17
1
-3
/
+3
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
clippy: fix `clippy::duplicated_attributes` warnings
Steven Engler
2025-08-11
1
-1
/
+0
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
tor-proto: add `CongestionControl::uses_xon_xoff()`
Steven Engler
2025-07-16
1
-0
/
+5
*
proto: Make RttEstimator::{ewma,min}_rtt_usec() return `Option`.
Gabriela Moldovan
2025-06-27
1
-4
/
+6
*
tor-proto: Add an accessor for the cc algorithm.
Gabriela Moldovan
2025-06-11
1
-2
/
+7
*
tor-proto: Remove no-longer needed clone()s.
Gabriela Moldovan
2025-06-11
1
-3
/
+3
*
tor-proto: Add congestion control accessors for conflux.
Gabriela Moldovan
2025-05-06
1
-0
/
+5
*
tor-proto: rename `allow_stream_sendme` to `uses_stream_sendme`
Steven Engler
2025-04-23
1
-1
/
+1
*
circ: Don't send stream level SENDME with CC
David Goulet
2025-04-23
1
-0
/
+4
*
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-2
/
+2
*
congestion: Use getters for all parameters
David Goulet
2025-01-16
1
-12
/
+16
*
congestion: Move test code in test module for Vegas
David Goulet
2025-01-16
1
-16
/
+15
*
congestion: Add standard clippy checks to tests
David Goulet
2025-01-16
1
-0
/
+14
*
congestion: Make a test_utils.rs
David Goulet
2025-01-16
1
-1
/
+1
*
proto: Add Vegas congestion control algorithm
David Goulet
2025-01-16
1
-0
/
+532