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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
proto: Remove duplicated function in CircHop
Gabriela Moldovan
2025-11-13
2
-7
/
+2
*
|
proto: Remove a no longer relevant TODO
Gabriela Moldovan
2025-11-12
1
-3
/
+0
|
/
*
Merge branch 'reduce-channel-frame-high-water-mark' into 'main'
Nick Mathewson
2025-11-10
1
-1
/
+3
|
\
|
*
tor-proto: Reduce `high_water_mark` of ChannelFrame
nield
2025-11-06
1
-1
/
+3
*
|
Merge branch 'relay-circ' into 'main'
David Goulet
2025-11-10
3
-16
/
+24
|
\
\
|
*
|
proto: Remove doc ref to private item
Gabriela Moldovan
2025-10-29
1
-1
/
+1
|
*
|
proto: Add RelayCirc API for checking if circuit is closed
Gabriela Moldovan
2025-10-29
1
-0
/
+7
|
*
|
proto: Remove redundant channel from RelayCirc
Gabriela Moldovan
2025-10-29
2
-4
/
+0
|
*
|
proto: Make RelayCirc public
Gabriela Moldovan
2025-10-29
2
-2
/
+2
|
*
|
proto: Rename RelayReatorHandle to RelayCirc
Gabriela Moldovan
2025-10-29
2
-5
/
+5
|
*
|
proto: Move RelayReactorHandle to relay module
Gabriela Moldovan
2025-10-29
2
-11
/
+16
|
*
|
proto: Update RelayReactorHandle docs
Gabriela Moldovan
2025-10-29
1
-1
/
+1
*
|
|
Merge branch 'deftly-1.5' into 'main'
Alexander Hansen Færøy
2025-11-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Bump derive-deftly to 1.5.0
Ian Jackson
2025-11-07
1
-1
/
+1
*
|
|
|
Merge branch 'cell-sender' into 'main'
Alexander Hansen Færøy
2025-11-10
3
-10
/
+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
proto: Move cell_sender out of the client module
Gabriela Moldovan
2025-10-28
3
-2
/
+2
|
*
|
|
proto: Make everything in CircuitCellSender pub(crate)
Gabriela Moldovan
2025-10-28
1
-8
/
+8
|
|
/
/
*
|
|
Merge branch 'deftly-1.4' into 'main'
opara
2025-11-06
1
-1
/
+1
|
\
\
\
|
*
|
|
Bump derive-deftly to 1.4.0
Ian Jackson
2025-11-06
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
30
-31
/
+31
*
|
|
Drop two use's that seem no longer to be necessary
Ian Jackson
2025-11-06
1
-1
/
+1
|
/
/
*
|
all: run cargo fmt
Steven Engler
2025-11-04
4
-4
/
+4
*
|
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
5
-5
/
+5
*
|
bad_extend_test_impl: Wait for message instead of a 100 ms delay.
Nick Mathewson
2025-11-04
1
-8
/
+18
*
|
proto: use assert_matches in circuit.rs tests.
Nick Mathewson
2025-11-04
2
-5
/
+7
*
|
proto: Move a TODO to CircSyncView
Gabriela Moldovan
2025-10-30
2
-3
/
+3
*
|
proto: Replace ClientCircSyncView in IncomingStreamRequestFilter
Gabriela Moldovan
2025-10-30
5
-7
/
+10
*
|
proto: Add a new CircSyncView type
Gabriela Moldovan
2025-10-30
2
-0
/
+40
*
|
maint: remove all semver.md files
Steven Engler
2025-10-30
1
-1
/
+0
*
|
maint: bump minor versions of all published crates
Steven Engler
2025-10-29
1
-24
/
+24
*
|
Merge branch 'remove_socks' into 'main'
Nick Mathewson
2025-10-28
1
-3
/
+3
|
\
\
|
*
|
proto: Adjust a comment about a buffer size.
Nick Mathewson
2025-10-28
1
-3
/
+3
|
|
/
*
/
maint: fixup features
Steven Engler
2025-10-28
1
-0
/
+1
|
/
*
proto: Avoid identifying relay circuits using TunnelId
Gabriela Moldovan
2025-10-27
1
-3
/
+3
*
proto: Remove relay ChannelAuthenticationData builder
David Goulet
2025-10-23
2
-82
/
+46
*
proto: Feature flag some relay specific code
David Goulet
2025-10-23
2
-8
/
+15
*
proto: Add relay todos for the handshake
David Goulet
2025-10-23
1
-0
/
+2
*
proto: Use Arc for relay identities object
David Goulet
2025-10-23
3
-5
/
+7
*
proto: Remove LOG_PREFIX in relay handshake
David Goulet
2025-10-23
1
-5
/
+1
*
proto: Re-arrange some imports
David Goulet
2025-10-23
1
-3
/
+1
*
proto: Add a note about channel canonicity
David Goulet
2025-10-23
1
-0
/
+5
*
proto: Compute authenticate data after validating certificates
David Goulet
2025-10-23
4
-15
/
+58
*
proto: Add a relay channel builder
David Goulet
2025-10-23
3
-2
/
+37
*
proto: Add RelayIdentities object holding our keys
David Goulet
2025-10-23
3
-1
/
+63
*
proto: Add the channel authentication data
David Goulet
2025-10-23
3
-2
/
+155
*
proto: Add RelayInitiatorHandshake
David Goulet
2025-10-23
5
-1
/
+141
*
proto: Change visibility for some channel objects
David Goulet
2025-10-23
3
-19
/
+20
*
proto: Replace select! with select_biased!
Gabriela Moldovan
2025-10-22
1
-2
/
+2
*
proto: Update an outdated doc link
Gabriela Moldovan
2025-10-22
1
-1
/
+1
*
proto: Add debug log when RelayReactor shuts down
Gabriela Moldovan
2025-10-22
1
-2
/
+14
[prev]
[next]