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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-2
/
+2
*
cell: Add Authenticate::BODY_LEN as a public const
David Goulet
2026-03-30
1
-0
/
+2
*
cell: Derive PartialEq for Begin and BeginFlags
Gabriela Moldovan
2026-03-25
1
-2
/
+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
|
/
*
tor-cell: rename `RestrictedMsg::restricted_cmds()` to `cmds_for_logging()`
Steven Engler
2026-03-04
1
-2
/
+2
*
tor-cell: add `RestrictedMsg` trait
Steven Engler
2026-03-03
1
-0
/
+35
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
proto: Implement a Canonicity struct
David Goulet
2026-02-12
1
-0
/
+12
*
cell: Add an accessor for the linkspecs of an EXTEND2
Gabriela Moldovan
2026-02-05
1
-0
/
+5
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
proto: Authenticate a relay channel
David Goulet
2026-01-22
1
-1
/
+1
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-3
/
+0
*
cell: Add missing docs to internal macro
Gabriela Moldovan
2025-12-01
1
-0
/
+2
*
Merge branch 'bug2172' into 'main'
Nick Mathewson
2025-11-24
1
-1
/
+1
|
\
|
*
tor-llcrypto: Stop deriving Deref in CtByteArray
Neel Chauhan
2025-11-24
1
-1
/
+1
*
|
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
5
-5
/
+5
*
|
Decorate a use with an allow
Ian Jackson
2025-11-06
1
-0
/
+1
|
/
*
proto: Add the channel authentication data
David Goulet
2025-10-23
1
-0
/
+5
*
Remove a couple of unused imports.
Nick Mathewson
2025-10-16
1
-1
/
+0
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
tor-cell: add `Display` impl for `XonKbpsEwma`
Steven Engler
2025-09-22
1
-0
/
+9
*
tor-cell: add pub `PAYLOAD_MAX_SIZE_{ALL,ANY}`
Steven Engler
2025-09-15
1
-0
/
+50
*
padding: Report when we have received padding or data.
Nick Mathewson
2025-09-02
1
-0
/
+11
*
proto: Remove the AUTHORIZE as a parsable cell
David Goulet
2025-08-21
2
-36
/
+1
*
proto: Make the OutboundClientHandshake use new cell handler
David Goulet
2025-08-20
1
-1
/
+1
*
cell: Add helper functions
David Goulet
2025-08-20
1
-0
/
+5
*
tor-hsservice: Change capping of PoW effort.
Wesley Aptekar-Cassels
2025-08-13
1
-10
/
+0
*
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
10
-25
/
+21
*
Merge branch 'msrv-fixes' into 'main'
Nick Mathewson
2025-08-05
1
-5
/
+11
|
\
|
*
tor-cell: Check strictly-ascending property more efficiently
Nick Mathewson
2025-08-05
1
-5
/
+11
*
|
tor-cell: Add ProofOfWorkV1::cap_effort function.
Wesley Aptekar-Cassels
2025-08-05
1
-0
/
+10
|
/
*
tor-cell: add `FlowCtrlVersion::V0`
Steven Engler
2025-07-16
1
-0
/
+3
*
tor-cell: change `UnparsedRelayMsg::data_len`
Steven Engler
2025-07-15
1
-6
/
+32
*
tor-cell: remove `flowctl-cc` feature and make XON/XOFF cells stable
Steven Engler
2025-07-15
2
-8
/
+1
*
tor-cell: add a const constructor for `FlowCtrlVersion`
Steven Engler
2025-07-15
1
-7
/
+14
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
tor-cell: fix incorrect XON/XOFF cell command integers
Steven Engler
2025-06-23
1
-5
/
+5
*
tor-cell: add `Xon`/`Xoff` cells
Steven Engler
2025-06-09
3
-1
/
+185
*
arti, cell, dirclient: Use expect instead of unwrap.
Nick Mathewson
2025-05-29
1
-2
/
+3
*
cell: fix warning from nightly about unused function.
Nick Mathewson
2025-05-29
1
-0
/
+1
*
Add methods for getting proof-of-work extension from intro request.
Wesley Aptekar-Cassels
2025-05-27
2
-1
/
+10
*
cell: Teach extlist definition macro to make conditional extensions
Nick Mathewson
2025-05-07
2
-1
/
+7
[next]