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-cell
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
2
-9
/
+13
*
proto: Remove the AUTHORIZE as a parsable cell
David Goulet
2025-08-21
1
-15
/
+0
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
4
-14
/
+19
*
tor-cell: change `UnparsedRelayMsg::data_len`
Steven Engler
2025-07-15
1
-3
/
+19
*
tor-cell: add some testing for `UnparsedRelayMsg`
Steven Engler
2025-04-30
1
-4
/
+27
*
cell, proto: Use correct Data sizes for v1 relay cells
Nick Mathewson
2025-04-16
1
-1
/
+2
*
cell: Implement parsing and encoding for V1 relay cells
Nick Mathewson
2025-04-16
1
-7
/
+77
*
Add a RelayCellFormat argument to encode().
Nick Mathewson
2025-04-16
1
-2
/
+3
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-5
/
+1
*
tor-cell: Support encoding proofs-of-work in intro_payload
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
tor_bytes: Rename new_truncated_for_test to new_incomplete_for_test
Ian Jackson
2024-09-12
1
-2
/
+2
*
tor-bytes: Only report Truncated for errors at the outer level
Ian Jackson
2024-09-11
1
-2
/
+2
*
tor-bytes: Add a Reader constructor for use in tests
Ian Jackson
2024-09-11
1
-4
/
+4
*
Introduce and use tor_bytes::Error::new_truncated_for_test (fmt)
Ian Jackson
2024-09-10
1
-1
/
+5
*
Introduce and use tor_bytes::Error::new_truncated_for_test
Ian Jackson
2024-09-10
1
-4
/
+4
*
relay-cell: Update relay cell decoding API for prop340
Jim Newsome
2024-03-12
1
-5
/
+7
*
Rename UnparsedRelayCell -> UnparsedRelayMsg
Jim Newsome
2024-03-12
1
-2
/
+2
*
tor_cell: never construct empty DATA messages.
Nick Mathewson
2024-02-13
1
-1
/
+1
*
clippy: consequential rustfmt
Ian Jackson
2024-01-02
1
-2
/
+1
*
clippy: Use infallible calls
Ian Jackson
2024-01-02
1
-2
/
+1
*
Rename {Any}RelayCell to {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
1
-5
/
+5
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-2
/
+2
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-1
/
+1
*
Use HandshakeType in Extend2 and CircuitExtender::begin
Jim Newsome
2023-11-27
1
-2
/
+3
*
Add a caret_int HandshakeType for HTYPE constants
Jim Newsome
2023-10-26
1
-3
/
+8
*
Change `CircId` to never be zero
Jim Newsome
2023-10-25
1
-9
/
+9
*
Convert StreamId to NonZeroU16
Jim Newsome
2023-10-25
1
-11
/
+10
*
cell: Make EstablishRendezvous contain a RendCookie.
Nick Mathewson
2023-05-23
1
-1
/
+1
*
Change CircTarget::linkspecs() to return an encoded list.
Nick Mathewson
2023-05-10
1
-1
/
+5
*
linkspec: Make LinkSpecType public.
Nick Mathewson
2023-05-10
1
-4
/
+7
*
Rename UnparsedLinkSpec => EncodedLinkSpec
Nick Mathewson
2023-05-10
1
-4
/
+4
*
tor-cell: Add code for the payload of an hs-ntor handshake.
Nick Mathewson
2023-03-06
1
-0
/
+48
*
tor-cell: Rename EstablishIntro{Body => Details}
Nick Mathewson
2023-03-01
1
-4
/
+4
*
tor-cell: Make EstablishIntro do signatures
Nick Mathewson
2023-03-01
1
-22
/
+72
*
Change several cfgs to refer to new feature names.
Nick Mathewson
2023-02-28
1
-4
/
+4
*
Mark new tests as onion-service-only
Nick Mathewson
2023-02-28
1
-0
/
+3
*
tor-cell: Support extensions in INTRODUCE{1,2}
Nick Mathewson
2023-02-28
1
-12
/
+4
*
tor-cell: Implement IntroduceAck and IntroEstablished
Nick Mathewson
2023-02-28
1
-0
/
+19
*
tor-cell: Implement rendezvous1 and rendezvous2.
Nick Mathewson
2023-02-28
1
-0
/
+22
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-4
/
+4
*
Merge branch 'hs-cells-1' into 'main'
Nick Mathewson
2023-02-16
1
-26
/
+18
|
\
|
*
tor-cell: Use a more generic mechanism for managing extensions
Nick Mathewson
2023-02-15
1
-23
/
+15
|
*
tor-cell: Extract establish-intro into its own module.
Nick Mathewson
2023-02-15
1
-1
/
+1
|
*
tor-cell: rename onion_service module to hs
Nick Mathewson
2023-02-15
1
-4
/
+4
*
|
tor-cell: Add a new UnparsedRelayCell
Nick Mathewson
2023-02-15
1
-2
/
+14
*
|
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
1
-2
/
+2
|
/
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
3
-12
/
+17
*
cell: Parameterize ChannelCodec::decode and encode.
Nick Mathewson
2023-02-09
1
-5
/
+6
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
2
-20
/
+20
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
2
-14
/
+14
[next]