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
...
*
cell: Unify HS-ntor and ntor-v3 extensions.
Nick Mathewson
2025-05-07
6
-32
/
+22
*
cell,proto: Split request/response extensions into seprate types
Nick Mathewson
2025-05-07
1
-21
/
+44
*
cell: Use ExtList to implement CircRequestExt.
Nick Mathewson
2025-05-07
2
-105
/
+100
*
Rename NtorV3Extension to CircRequestExt
Nick Mathewson
2025-05-07
1
-18
/
+19
*
cell: Make decl_extension_group macro more self-contained.
Nick Mathewson
2025-05-07
4
-14
/
+21
*
cell: Clarify documentation in extlist.rs.
Nick Mathewson
2025-05-07
1
-11
/
+10
*
cell: move ExtList module out of hs module.
Nick Mathewson
2025-05-07
6
-7
/
+6
*
proto, cell: Remove RelayCellFormatTrait.
Nick Mathewson
2025-05-06
1
-51
/
+0
*
proto: Use SendmeTag in place of CircTag
Nick Mathewson
2025-05-06
1
-4
/
+2
*
tor-cell: define a new SendmeTag type
Nick Mathewson
2025-05-06
1
-9
/
+149
*
tor-cell: optimize slice indexing
Steven Engler
2025-04-30
1
-2
/
+2
*
tor-cell: rename `STREAM_ID_OFFSET` to `STREAM_ID_OFFSET_V0`
Steven Engler
2025-04-30
1
-3
/
+3
*
tor-cell: add `UnparsedRelayMsg::data_len`
Steven Engler
2025-04-30
1
-1
/
+21
*
cell: simpler (?) approach to StreamIdReq
Nick Mathewson
2025-04-16
1
-22
/
+43
*
cell: simpler approach to assert-checking offsets
Nick Mathewson
2025-04-16
2
-11
/
+13
*
cell, proto: Use correct Data sizes for v1 relay cells
Nick Mathewson
2025-04-16
2
-7
/
+29
*
cell: Remove the deprecated Data::split_from().
Nick Mathewson
2025-04-16
1
-14
/
+0
*
cell: Implement parsing and encoding for V1 relay cells
Nick Mathewson
2025-04-16
2
-14
/
+144
*
cell: Add a debugging-only method to simplify debug_asserts.
Nick Mathewson
2025-04-16
2
-12
/
+12
*
cell: Refine StreamIdReq for V1 relay cells, with minimal changes
Nick Mathewson
2025-04-16
1
-8
/
+14
*
cell: Create an unimplemented RelayCellFormat::V1
Nick Mathewson
2025-04-16
1
-10
/
+30
*
Add a RelayCellFormat argument to encode().
Nick Mathewson
2025-04-16
1
-6
/
+10
*
Note some places where we need updates for #1944.
Nick Mathewson
2025-04-16
3
-0
/
+24
*
tor-cell: Make conflux::V1Nonce opaque, add constructor.
Gabriela Moldovan
2025-04-08
1
-7
/
+30
*
tor-cell: Copy ConfluxSwitch::seqno in getter.
Gabriela Moldovan
2025-04-08
1
-0
/
+1
*
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
3
-0
/
+216
*
tor-cell: Add conflux RelayCmds.
Gabriela Moldovan
2025-02-18
1
-0
/
+13
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
|
/
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+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
8
-62
/
+162
*
tor-bytes: Only report Truncated for errors at the outer level
Ian Jackson
2024-09-11
1
-3
/
+1
[prev]
[next]