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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
proto: Implement RelayResponderHandshake
David Goulet
2026-01-22
2
-2
/
+264
*
|
proto: Add helper to build NETINFO cell
David Goulet
2026-01-22
1
-13
/
+25
*
|
proto: Add a helper function to build CERTS cell
David Goulet
2026-01-22
1
-1
/
+47
*
|
proto: Make CERTS cell optionnable for UnverifiedChannel
David Goulet
2026-01-22
5
-21
/
+67
*
|
proto: Move relay channel related structs outside of handshake.rs
David Goulet
2026-01-22
2
-269
/
+272
|
/
*
Merge branch 'ticket1599_02' into 'main'
David Goulet
2026-01-13
9
-92
/
+169
|
\
|
*
proto: Fix comments documentation
David Goulet
2026-01-13
3
-4
/
+4
|
*
proto: Seal the VerifiableChannel and FinalizableChannel traits
David Goulet
2026-01-13
3
-2
/
+38
|
*
chanmgr: Spawn task for ChannelProvider impl of get_or_launch()
David Goulet
2026-01-13
2
-7
/
+6
|
*
proto: Improve channel trait comments
David Goulet
2026-01-13
1
-0
/
+7
|
*
proto: Add semver.md for breaking changes
David Goulet
2026-01-13
1
-0
/
+3
|
*
proto: Add link_protocol() to VerifiableChannel trait
David Goulet
2026-01-13
3
-12
/
+16
|
*
chanmgr: Implement tor_proto::ChannelProvider for ChanMgr
David Goulet
2026-01-13
1
-2
/
+4
|
*
proto: Add traits for public channel views
David Goulet
2026-01-13
6
-93
/
+107
|
*
proto: Add clock_skew() helper to relay unverified channel
David Goulet
2026-01-13
1
-1
/
+13
*
|
Merge branch 'dedupe-handler' into 'main'
gabi-250
2026-01-13
6
-58
/
+48
|
\
\
|
|
/
|
/
|
|
*
proto: Fix docs post-refactoring
Gabriela Moldovan
2026-01-13
1
-2
/
+2
|
*
proto: Dedupe IncomingStreamRequestHandler
Gabriela Moldovan
2026-01-12
6
-62
/
+47
|
*
proto: Give IncomingStreamRequestHandler a HopNum
Gabriela Moldovan
2026-01-12
2
-1
/
+6
*
|
Merge branch 'streammap-docs' into 'main'
gabi-250
2026-01-13
1
-1
/
+1
|
\
\
|
*
|
proto: Update outdated reference to rxs in StreamMap docs
Gabriela Moldovan
2026-01-12
1
-1
/
+1
|
|
/
*
/
cargo: Update `arti-*` and `tor-*` to `0.38.0`
Clara Engler
2026-01-12
1
-20
/
+20
|
/
*
proto: Add an immediate order for client CircuitEvent ordering
David Goulet
2025-12-10
1
-4
/
+7
*
proto: Rename CircuitAction and cie to CircuitEvent
David Goulet
2025-12-10
2
-75
/
+67
*
proto: #[macro_use] be gone!
Gabriela Moldovan
2025-12-10
4
-2
/
+4
*
proto: Rename Circuit{Action/Event}::Shutdown to ProtoViolation
David Goulet
2025-12-10
3
-11
/
+12
*
proto: Add TODO in client reactor for bad cell
David Goulet
2025-12-10
1
-0
/
+6
*
proto: Move relay specific unit test to relay module
David Goulet
2025-12-10
2
-25
/
+41
*
proto: Relay circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
3
-12
/
+14
*
proto: Make ClientCircChanMsg pub(super)
David Goulet
2025-12-10
1
-1
/
+1
*
proto: Move unit tests and minor fix
David Goulet
2025-12-10
3
-24
/
+23
*
proto: Client circuit reactor now handles AnyChanMsg
David Goulet
2025-12-10
9
-34
/
+51
*
proto: Move RelayCircChanMsg into relay module
David Goulet
2025-12-10
5
-27
/
+29
*
proto: Move ClientCircChanMsg into client module
David Goulet
2025-12-10
7
-34
/
+39
*
proto: Remove unused restricted channel msg set
David Goulet
2025-12-10
1
-26
/
+0
*
Merge branch 'fix-relay-compile' into 'main'
David Goulet
2025-12-09
5
-9
/
+14
|
\
|
*
proto: Remove outdated TODO about add_ent_with_id()
Gabriela Moldovan
2025-12-08
1
-3
/
+0
|
*
proto: Fix relay/hs-service feature gating (fmt)
Gabriela Moldovan
2025-12-08
1
-1
/
+1
|
*
proto: Fix relay/hs-service feature gating
Gabriela Moldovan
2025-12-08
5
-6
/
+14
*
|
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
6
-9
/
+0
|
/
*
Merge branch 'bump-criterion' into 'main'
Ian Jackson
2025-12-04
1
-2
/
+2
|
\
|
*
proto: Bump criterion, criterion-cycles-per-byte to 0.8.0
Gabriela Moldovan
2025-12-04
1
-2
/
+2
*
|
Merge branch 'protover_refactor' into 'main'
Nick Mathewson
2025-12-04
1
-1
/
+2
|
\
\
|
*
|
proto: Add comment about create_firsthop_fast
Nick Mathewson
2025-12-03
1
-1
/
+2
|
|
/
*
|
Pin our derive-deftly version to ~1.6.0 everywhere
Ian Jackson
2025-12-03
1
-1
/
+1
*
|
Update to derive-deftly 1.6.0
Ian Jackson
2025-12-03
1
-1
/
+1
|
/
*
Merge branch 'relay-streams2' into 'main'
David Goulet
2025-12-02
18
-696
/
+1658
|
\
|
*
proto: Remove incorrect padding logic
Gabriela Moldovan
2025-12-02
1
-18
/
+5
|
*
proto: Add TODO about our TRUNCATE plans
Gabriela Moldovan
2025-12-02
1
-0
/
+5
|
*
proto: Move EXTEND handling to catch-all error
Gabriela Moldovan
2025-12-02
2
-9
/
+0
[prev]
[next]