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
...
*
|
fix: fix typos
Dimitris Apostolou
2025-01-30
4
-8
/
+8
|
/
*
tor-proto: Use SENDME_TAG_LEN constant instead of magic value.
Gabriela Moldovan
2025-01-28
2
-7
/
+8
*
tor-proto: Use CircTag::try_from for clarity.
Gabriela Moldovan
2025-01-28
2
-7
/
+12
*
tor-proto: Use CircTag instead of raw byte slice.
Gabriela Moldovan
2025-01-28
2
-7
/
+6
*
tor-proto: Move stream msg delivery to a separate function (fmt).
Gabriela Moldovan
2025-01-28
1
-33
/
+32
*
tor-proto: Move stream msg delivery to a separate function.
Gabriela Moldovan
2025-01-28
1
-33
/
+47
*
tor-proto: Move stream ID extraction out of handle_relay_msg().
Gabriela Moldovan
2025-01-28
1
-9
/
+18
*
tor-proto: Wrap an extra long lone.
Gabriela Moldovan
2025-01-28
1
-1
/
+5
*
tor-proto: Use continue instead of () for clarity.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
tor-proto: Adjust handle_cell() docs.
Gabriela Moldovan
2025-01-28
1
-1
/
+1
*
tor-proto: Split handle_relay_cell().
Gabriela Moldovan
2025-01-28
1
-4
/
+15
*
tor-proto: Split out send_relay_cell().
Gabriela Moldovan
2025-01-28
2
-13
/
+28
*
tor-proto: Group imports.
Gabriela Moldovan
2025-01-28
1
-2
/
+1
*
tor-proto: Replace fully-qualified paths with use.
Gabriela Moldovan
2025-01-28
1
-6
/
+6
*
tor-proto: Derive Default for MutableState.
Gabriela Moldovan
2025-01-28
2
-4
/
+2
*
Merge branch 'test-sleep' into 'main'
David Goulet
2025-01-16
1
-15
/
+5
|
\
|
*
tor-proto: Replace sleep() in test with advance_until_stalled().
Gabriela Moldovan
2025-01-16
1
-15
/
+5
*
|
tor-proto: Replace std::result::Result with shorter alias.
Gabriela Moldovan
2025-01-16
1
-5
/
+6
*
|
tor-proto: Remove unnecessary fully qualified path.
Gabriela Moldovan
2025-01-16
1
-1
/
+1
*
|
tor-proto: Move outbound message sending out of circuit run_once() (fmt).
Gabriela Moldovan
2025-01-16
1
-64
/
+64
*
|
tor-proto: Move outbound message sending out of circuit run_once().
Gabriela Moldovan
2025-01-16
1
-13
/
+23
|
/
*
Add missing semver.md files
David Goulet
2025-01-16
1
-0
/
+1
*
congestion: Use getters for all parameters
David Goulet
2025-01-16
4
-68
/
+94
*
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
*
congestion: Move test code in test module for Vegas
David Goulet
2025-01-16
1
-16
/
+15
*
congestion: Remove duplicated comments
David Goulet
2025-01-16
1
-13
/
+0
*
congestion: Move code to test module
David Goulet
2025-01-16
1
-10
/
+14
*
congestion: Remove FixedWindow start window default value
David Goulet
2025-01-16
3
-13
/
+18
*
congestion: Add standard clippy checks to tests
David Goulet
2025-01-16
3
-0
/
+42
*
congestion: Some comments and mod syntax tweaking
David Goulet
2025-01-16
1
-7
/
+1
*
congestion: Make a test_utils.rs
David Goulet
2025-01-16
4
-45
/
+60
*
congestion: Remove duplicate RttParameters struct
David Goulet
2025-01-16
1
-39
/
+7
*
test: Fix circuit unit tests
David Goulet
2025-01-16
2
-5
/
+9
*
proto: Remove unused circuit/sendme.rs
David Goulet
2025-01-16
2
-459
/
+0
*
proto: Notify CC when a SENDME is received
David Goulet
2025-01-16
2
-8
/
+27
*
proto: Use congestion control in circuit reactor
David Goulet
2025-01-16
6
-49
/
+48
*
circmgr: Modify CircParameters for congestion control
David Goulet
2025-01-16
3
-51
/
+23
*
proto: Add Vegas congestion control algorithm
David Goulet
2025-01-16
3
-0
/
+599
*
proto: New CongestionControl object and fixed window algorithm
David Goulet
2025-01-16
4
-7
/
+745
*
proto: Add generic objects for congestion control
David Goulet
2025-01-16
4
-0
/
+658
*
tor-proto: Remove dependency on tor-netdir.
Gabriela Moldovan
2025-01-15
1
-39
/
+6
*
tor-proto: Replace constants with caret_int.
Gabriela Moldovan
2025-01-15
1
-3
/
+14
*
tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle (fmt).
Gabriela Moldovan
2025-01-15
1
-1
/
+1
*
tor-rtcompat: Rename UnsupportedStreamOps to NoOpStreamOpsHandle.
Gabriela Moldovan
2025-01-15
1
-2
/
+2
*
tor-proto: Set kist params in channel reactor.
Gabriela Moldovan
2025-01-15
2
-2
/
+33
*
tor-proto: Add Channel::reparameterize_kist() API.
Gabriela Moldovan
2025-01-15
1
-0
/
+9
*
tor-proto: Add CtrlMsg for setting kist options (fmt).
Gabriela Moldovan
2025-01-15
1
-1
/
+3
*
tor-proto: Add CtrlMsg for setting kist options.
Gabriela Moldovan
2025-01-15
1
-1
/
+8
*
tor-proto: Pass a StreamOps handle to the channel reactor.
Gabriela Moldovan
2025-01-15
3
-2
/
+16
[prev]
[next]