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
...
*
|
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
*
tor-rtcompat: Big invasive change adding StreamOps bound everywhere.
Gabriela Moldovan
2025-01-15
3
-13
/
+22
*
tor-proto: Add KistParams type built from NetParameters.
Gabriela Moldovan
2025-01-15
2
-0
/
+61
*
tor-proto: Add traced_test to test cases
Ian Jackson
2025-01-15
1
-0
/
+21
*
tor-proto: fix bad indentation
Steven Engler
2025-01-09
1
-3
/
+3
*
tor-proto: test `Channel::wait_for_close`
Steven Engler
2025-01-09
1
-5
/
+35
*
tor-proto: make `Channel::wait_for_close` non-experimental
Steven Engler
2025-01-09
1
-1
/
+0
*
tor-proto: `Channel::wait_for_close` return success status
Steven Engler
2025-01-09
2
-14
/
+42
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
|
/
*
tor-proto: replaced error type of `Sender::send_and_wake`
Steven Engler
2024-12-10
1
-6
/
+10
*
tor-proto: add some (disabled) doc tests
Steven Engler
2024-12-10
1
-0
/
+27
*
tor-proto: moved `Shared::count_wakers` into 'test' mod
Steven Engler
2024-12-10
1
-13
/
+12
*
tor-proto: changed an `expect` to a `debug_assert`
Steven Engler
2024-12-10
1
-5
/
+4
*
tor-proto: use thiserror for `SenderDropped`
Steven Engler
2024-12-10
1
-9
/
+2
*
tor-proto: use `ready!` instead of `match`
Steven Engler
2024-12-10
1
-5
/
+3
*
tor-proto: `borrowed()` now explicitly returns a `BorrowedReceiverFuture`
Steven Engler
2024-12-10
1
-3
/
+2
[prev]
[next]