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: 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
*
tor-bytes: Error: provide and call Error::incomplete_error
Ian Jackson
2024-09-11
1
-0
/
+1
*
tor-cell: No longer treat certain tor-bytes errors as EK::Internal
Ian Jackson
2024-09-11
1
-5
/
+0
*
Change tor_bytes::Readable name to `b` in many places
Ian Jackson
2024-09-11
1
-15
/
+15
*
tor-bytes: Add a deficit field to Error::Truncated
Ian Jackson
2024-09-10
2
-2
/
+3
*
tor-proto::circuit::StreamMap: Use StreamPollSet
Jim Newsome
2024-08-01
1
-1
/
+1
*
Fix clippy::doc_lazy_continuation
Ian Jackson
2024-07-08
1
-4
/
+4
*
Fix indentation from last commit.
Nick Mathewson
2024-05-07
1
-33
/
+33
*
tor-cell: Allow unuexpected_cfgs in restricted macro.
Nick Mathewson
2024-05-07
1
-0
/
+7
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Use uXX::MAX in place of std::uXX::MAX
Nick Mathewson
2024-04-22
3
-4
/
+4
*
Fix compilation for relaymsg fuzzer
Nick Mathewson
2024-04-02
1
-0
/
+2
*
Add and use RelayCellFormatTrait
Jim Newsome
2024-03-20
1
-24
/
+39
*
RelayCellBody: generalize over RelayCellFormat
Jim Newsome
2024-03-20
1
-0
/
+26
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
2
-0
/
+2
*
Remove RelayMsgOuter::decode_from_reader
Jim Newsome
2024-03-12
1
-11
/
+3
*
relay-cell: Update relay cell decoding API for prop340
Jim Newsome
2024-03-12
1
-23
/
+225
*
Rename UnparsedRelayCell -> UnparsedRelayMsg
Jim Newsome
2024-03-12
1
-7
/
+4
[prev]
[next]