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
/
relaycell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'interface-abstraction-of-the-daleks' into 'main'
Nick Mathewson
2025-03-18
1
-1
/
+0
|
\
|
*
Wrap ed25519-dalek types.
Nick Mathewson
2025-03-18
1
-1
/
+0
*
|
tor-cell: Implement RelayMsg for all conflux message types.
Gabriela Moldovan
2025-03-17
1
-1
/
+1
*
|
tor-cell: Add setters for the V1LinkPayload seqnos.
Gabriela Moldovan
2025-03-13
1
-0
/
+10
*
|
tor-cell: Make V1_LINK_NONCE_LEN pub.
Gabriela Moldovan
2025-03-13
1
-1
/
+1
*
|
tor-cell: Add constructors for the conflux cell types.
Gabriela Moldovan
2025-03-13
1
-0
/
+46
*
|
tor-cell: Add type alias for the V1LinkPayload nonce.
Gabriela Moldovan
2025-03-13
1
-1
/
+4
|
/
*
tor-cell: Add encodable conflux relay message types.
Gabriela Moldovan
2025-02-18
2
-0
/
+214
*
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
PoW: Consolidate feature flags into a single flag.
Wesley Aptekar-Cassels
2024-11-25
1
-1
/
+1
*
tor-cell: add clippy allows
Steven Engler
2024-11-20
1
-0
/
+1
*
hs-pow: Clarify a confusing comment in ProofOfWorkV1.
Wesley Aptekar-Cassels
2024-10-09
1
-1
/
+1
*
hs-pow: Rename seed to seed_head.
Wesley Aptekar-Cassels
2024-10-09
1
-3
/
+3
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
4
-29
/
+90
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
3
-48
/
+61
*
tor-cell: Support encoding proofs-of-work in intro_payload
Wesley Aptekar-Cassels
2024-10-09
3
-4
/
+111
*
tor-memquota: Explain choice of bounds
Ian Jackson
2024-10-02
1
-0
/
+2
*
Revert "tor-cell: Use HasMemoryCostStructural, rather than Copy"
Ian Jackson
2024-10-02
1
-1
/
+2
*
tor-cell: Use HasMemoryCostStructural, rather than Copy
Ian Jackson
2024-10-02
1
-2
/
+1
*
Some HasMemoryCost impls in tor-cell
Ian Jackson
2024-10-02
5
-40
/
+100
*
tor-cell: impl Eq, PartialEq, Hash for est_intro::DosParams
Ian Jackson
2024-02-21
1
-1
/
+1
*
tor_cell: never construct empty DATA messages.
Nick Mathewson
2024-02-13
1
-3
/
+28
*
tor_cell: Reject empty DATA messages
Nick Mathewson
2024-02-13
1
-0
/
+3
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-4
/
+2
*
tor-cell: Remove a now-unneeded allow(unused).
Nick Mathewson
2023-12-12
1
-1
/
+0
*
NtorV3Extension set encoding/decoding: include n_extensions
Jim Newsome
2023-12-07
1
-7
/
+17
*
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
-6
/
+12
*
Add more reference links.
Nick Mathewson
2023-11-20
1
-1
/
+5
*
Improve documentation in/around DosParams extension
Nick Mathewson
2023-11-20
1
-1
/
+11
*
tor-cell: Remove unused by_type() function
Neel Chauhan
2023-10-13
1
-10
/
+0
*
tor-cell: Add accessors for Begin.
Nick Mathewson
2023-09-27
1
-0
/
+15
*
cell: Add accessors to IntroduceHandshakePayload
Nick Mathewson
2023-08-16
1
-0
/
+15
*
cell: Add accessors to Introduce2.
Nick Mathewson
2023-08-16
1
-0
/
+17
*
cell: Add code to iterate over IntroEstablished extensions
Nick Mathewson
2023-08-15
1
-1
/
+7
*
cell, docs: Clarify what we mean by "Unrecognized".
Nick Mathewson
2023-08-15
1
-2
/
+3
*
cell: make establish_intro accept impl<Into<HsMacKey>>
Nick Mathewson
2023-08-14
1
-15
/
+14
*
Fix typos
Dimitris Apostolou
2023-07-22
1
-1
/
+1
*
tor-cell: Downgrade 2 TODO-HS to TODO-HSS
Nick Mathewson
2023-06-16
2
-2
/
+2
*
tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY (fmt)
Ian Jackson
2023-06-14
1
-1
/
+1
*
tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY
Ian Jackson
2023-06-14
1
-1
/
+1
*
tor-cell: Add a doc comment for impl tor_error::HasRetryTime for IntroduceAck...
Ian Jackson
2023-06-14
1
-0
/
+4
*
tor-cell: impl HasRetryTime for IntroduceAckStatus
Ian Jackson
2023-06-14
1
-0
/
+14
*
Merge branch 'tor-cell-todos' into 'main'
Nick Mathewson
2023-06-13
5
-51
/
+8
|
\
|
*
cell: Downgrade a couple more TODO HS comments.
Nick Mathewson
2023-06-13
1
-2
/
+2
|
*
cell: Remove relaycell::restrict
Nick Mathewson
2023-06-13
1
-34
/
+0
|
*
cell: Remove some TODOs
Nick Mathewson
2023-06-13
3
-10
/
+2
|
*
cell: remove/localize "allow(dead-code)"
Nick Mathewson
2023-06-13
3
-5
/
+4
*
|
tor-cell: IntroduceAck: Add .success() function to give a Result
Ian Jackson
2023-06-13
1
-0
/
+16
|
/
*
proto: Convert MsgHandler API to expect a message, not a cell.
Nick Mathewson
2023-06-12
1
-1
/
+15
[next]