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-cell
/
tests
/
testvec_relaymsg.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
cell, proto: Use correct Data sizes for v1 relay cells
Nick Mathewson
2025-04-16
1
-1
/
+2
*
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
*
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
*
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
*
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
*
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
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
1
-8
/
+8
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
1
-14
/
+14
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
1
-1
/
+1
*
tor-cell: Change all variants of RelayMsg to have a body.
Nick Mathewson
2023-02-07
1
-3
/
+3
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+2
*
Fix various typos (using typos tool and hand-inspection)
Nick Mathewson
2022-10-18
1
-2
/
+2
*
Implement Introduce2 tor cell
Yuan Lyu
2022-09-21
1
-1
/
+3
*
Implement onion service Introduce1
Yuan Lyu
2022-09-08
1
-5
/
+56
*
Clean up EstablishIntro cell
Yuan Lyu
2022-08-25
1
-0
/
+68
*
Implement establish rendezvous cell
Yuan Lyu
2022-08-05
1
-0
/
+38
*
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
1
-2
/
+4
*
tor-cell: udp: Remove manual length calculations
Ian Jackson
2022-06-09
1
-3
/
+3
*
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
1
-1
/
+2
|
\
|
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-1
/
+2
*
|
udp: New AddressPort used in cells
David Goulet
2022-06-07
1
-14
/
+12
*
|
udp: Allow empty hostname and no nul byte
Ian Jackson
2022-06-07
1
-21
/
+44
*
|
cell: Don't use NUL terminated string in CONNECT_UDP
David Goulet
2022-06-07
1
-25
/
+23
*
|
cell: Move UDP to its own module and feature gate it
David Goulet
2022-06-07
1
-7
/
+13
*
|
cell: Implement CONNECTED_UDP cell from prop339
David Goulet
2022-06-07
1
-0
/
+51
[next]