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
/
src
/
chancell
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-cell: remove `derive_more::Into` for `RelayEarly`
Steven Engler
2026-06-24
1
-1
/
+1
*
tor-cell: document that destroy reason should be NONE
Steven Engler
2026-06-12
1
-0
/
+7
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
cell: Add Authenticate::BODY_LEN as a public const
David Goulet
2026-03-30
1
-0
/
+2
*
Merge branch 'build_certs_refactor' into 'main'
Nick Mathewson
2026-03-23
1
-0
/
+10
|
\
|
*
cell: Feature-gate API using the possibly absent EncodedCert type.
Nick Mathewson
2026-03-23
1
-0
/
+1
|
*
cell, proto, cert: Simplify CERTS cell building.
Nick Mathewson
2026-03-19
1
-0
/
+9
*
|
proto: Check the AUTHENTICATE auth type that we support it
David Goulet
2026-03-19
1
-0
/
+5
*
|
cell: Use Error::MissingData if Authenticate fields length is wrong
David Goulet
2026-03-19
1
-26
/
+16
*
|
cell: Simplify the Authenticate API
David Goulet
2026-03-19
1
-16
/
+26
*
|
proto: Fix AUTHENTICATE equality check and signature check
David Goulet
2026-03-19
1
-0
/
+8
*
|
proto: Responder channel properly validates the AUTHENTICATE cell
David Goulet
2026-03-19
1
-1
/
+34
|
/
*
proto: Implement a Canonicity struct
David Goulet
2026-02-12
1
-0
/
+12
*
proto: Authenticate a relay channel
David Goulet
2026-01-22
1
-1
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
proto: Add the channel authentication data
David Goulet
2025-10-23
1
-0
/
+5
*
proto: Remove the AUTHORIZE as a parsable cell
David Goulet
2025-08-21
1
-35
/
+0
*
cell: Add helper functions
David Goulet
2025-08-20
1
-0
/
+5
*
tor-cell: fix comment in `ChannelCodec::encode`
Steven Engler
2025-08-12
1
-1
/
+3
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
2
-8
/
+4
*
Some HasMemoryCost impls in tor-cell
Ian Jackson
2024-10-02
1
-18
/
+44
*
Change tor_bytes::Readable name to `b` in many places
Ian Jackson
2024-09-11
1
-15
/
+15
*
Use uXX::MAX in place of std::uXX::MAX
Nick Mathewson
2024-04-22
2
-3
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2024-01-08
1
-1
/
+1
*
tor-cell: Fix ambitious certtype
Emil Engler
2023-12-28
1
-1
/
+2
*
Add a caret_int HandshakeType for HTYPE constants
Jim Newsome
2023-10-26
1
-5
/
+21
*
Change `CircId` to never be zero
Jim Newsome
2023-10-25
2
-4
/
+5
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
tor-cell: remove use of arrayref
Nick Mathewson
2023-06-01
1
-3
/
+7
*
tor-cell: add a TODO comment about simplifying Body away.
Nick Mathewson
2023-02-15
1
-0
/
+4
*
tor-cell: Implement {Relay,Chan}Msg for every body type
Nick Mathewson
2023-02-15
1
-0
/
+48
*
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
1
-10
/
+9
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
1
-3
/
+5
*
tor-cell: Remove chancell::msg::Body::into_message.
Nick Mathewson
2023-02-09
1
-52
/
+1
*
tor-cell: Make RelayEarly a separate type.
Nick Mathewson
2023-02-09
1
-4
/
+30
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
1
-6
/
+2
*
cell: Parameterize ChannelCodec::decode and encode.
Nick Mathewson
2023-02-09
1
-7
/
+14
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
2
-44
/
+44
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
2
-23
/
+4
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
1
-105
/
+34
*
tor-cell: Make Body and MsgClass traits more uniform.
Nick Mathewson
2023-02-07
1
-49
/
+53
*
tor-cell: Generic "Restricted{Relay,Chan}Cell" types.
Nick Mathewson
2023-02-07
1
-9
/
+23
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
1
-0
/
+9
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
|
msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()
Neel Chauhan
2022-12-18
1
-2
/
+2
|
/
*
Fix typos
Dimitris Apostolou
2022-11-06
1
-1
/
+1
*
Merge branch 'rename_for_to_from' into 'main'
Nick Mathewson
2022-10-25
1
-2
/
+2
|
\
[next]