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
/
relaycell.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+4
*
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
1
-1
/
+0
*
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
1
-1
/
+10
*
cell: move ExtList module out of hs module.
Nick Mathewson
2025-05-07
1
-0
/
+1
*
proto, cell: Remove RelayCellFormatTrait.
Nick Mathewson
2025-05-06
1
-51
/
+0
*
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
1
-5
/
+5
*
cell: Implement parsing and encoding for V1 relay cells
Nick Mathewson
2025-04-16
1
-14
/
+130
*
cell: Add a debugging-only method to simplify debug_asserts.
Nick Mathewson
2025-04-16
1
-12
/
+3
*
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
1
-0
/
+16
*
tor-cell: Add encodable conflux relay message types.
Gabriela Moldovan
2025-02-18
1
-0
/
+2
*
tor-cell: Add conflux RelayCmds.
Gabriela Moldovan
2025-02-18
1
-0
/
+13
*
Some HasMemoryCost impls in tor-cell
Ian Jackson
2024-10-02
1
-3
/
+10
*
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-bytes: Add a deficit field to Error::Truncated
Ian Jackson
2024-09-10
1
-1
/
+2
*
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
*
Use uXX::MAX in place of std::uXX::MAX
Nick Mathewson
2024-04-22
1
-1
/
+1
*
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
*
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
*
Fix typos
Dimitris Apostolou
2024-01-08
1
-1
/
+1
*
Add deprecated aliases for old RelayCell names
Nick Mathewson
2023-12-14
1
-0
/
+8
*
Fix documentation that referred to RelayCell.
Nick Mathewson
2023-12-14
1
-9
/
+4
*
Fix documentation for {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
1
-3
/
+7
*
Rename {Any}RelayCell to {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
1
-6
/
+6
*
Convert StreamId to NonZeroU16
Jim Newsome
2023-10-25
1
-36
/
+48
*
Lower and downgrade a TODO about StreamID and NonZeroU16.
Nick Mathewson
2023-10-12
1
-1
/
+6
*
cell: Downgrade a couple more TODO HS comments.
Nick Mathewson
2023-06-13
1
-1
/
+1
*
cell: Remove relaycell::restrict
Nick Mathewson
2023-06-13
1
-1
/
+0
*
tor-cell: remove use of arrayref
Nick Mathewson
2023-06-01
1
-3
/
+9
*
Change several cfgs to refer to new feature names.
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-1
/
+1
*
Merge branch 'hs-cells-1' into 'main'
Nick Mathewson
2023-02-16
1
-2
/
+2
|
\
|
*
tor-cell: rename onion_service module to hs
Nick Mathewson
2023-02-15
1
-2
/
+2
*
|
tor-cell: Add another debug_assert to relay cell encoding
Nick Mathewson
2023-02-15
1
-3
/
+6
[next]