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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tor-cell: Use a match when checking auth_key_type
Nick Mathewson
2023-03-01
1
-6
/
+8
*
|
tor_cell: Use nested readers and writers for EstablishIntro
Nick Mathewson
2023-03-01
1
-18
/
+12
*
|
tor-cell: tweak comments on EstablishIntro members.
Nick Mathewson
2023-03-01
1
-2
/
+2
*
|
Introduce a constant for the length of the output of hs_mac()
Nick Mathewson
2023-03-01
1
-3
/
+3
*
|
tor-cell: Rename EstablishIntro{Body => Details}
Nick Mathewson
2023-03-01
1
-8
/
+8
*
|
tor-cell: Make EstablishIntro do signatures
Nick Mathewson
2023-03-01
1
-38
/
+229
|
/
*
Change several cfgs to refer to new feature names.
Nick Mathewson
2023-02-28
2
-13
/
+13
*
tor-cell: Support extensions in INTRODUCE{1,2}
Nick Mathewson
2023-02-28
1
-10
/
+22
*
tor-cell: Implement IntroduceAck and IntroEstablished
Nick Mathewson
2023-02-28
1
-19
/
+85
*
tor-cell: Implement rendezvous1 and rendezvous2.
Nick Mathewson
2023-02-28
1
-4
/
+38
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
2
-13
/
+13
*
Rearrange cfg_attr in relaycell::msg
Nick Mathewson
2023-02-21
1
-2
/
+2
*
Merge branch 'hs-cells-1' into 'main'
Nick Mathewson
2023-02-16
6
-464
/
+671
|
\
|
*
Mark a quoted block as text, so doctest ignores it.
Nick Mathewson
2023-02-16
1
-1
/
+1
|
*
Add a TODO about combining several macros and patterns
Nick Mathewson
2023-02-16
1
-0
/
+4
|
*
Make a comment more accurate
Ian Jackson
2023-02-16
1
-1
/
+3
|
*
tor-cell: Use a more generic mechanism for managing extensions
Nick Mathewson
2023-02-15
3
-56
/
+249
|
*
tor-cell: Extract establish-intro into its own module.
Nick Mathewson
2023-02-15
3
-214
/
+222
|
*
tor-cell: rename onion_service module to hs
Nick Mathewson
2023-02-15
3
-3
/
+3
*
|
tor-cell: add a TODO comment about simplifying Body away.
Nick Mathewson
2023-02-15
2
-0
/
+8
*
|
tor-cell: Add another debug_assert to relay cell encoding
Nick Mathewson
2023-02-15
1
-3
/
+6
*
|
slicewriter: rename a local variable.
Nick Mathewson
2023-02-15
1
-4
/
+4
*
|
Move slicewriter to tor-cell and make it private.
Nick Mathewson
2023-02-15
3
-1
/
+137
*
|
tor-cell: Add RelayCell::into_msg.
Nick Mathewson
2023-02-15
1
-0
/
+4
*
|
tor-cell: Implement {Relay,Chan}Msg for every body type
Nick Mathewson
2023-02-15
3
-5
/
+97
*
|
tor-cell: Note an opportunity for future optimization
Nick Mathewson
2023-02-15
1
-0
/
+5
*
|
tor-cell: Add a new UnparsedRelayCell
Nick Mathewson
2023-02-15
1
-0
/
+46
*
|
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
3
-40
/
+66
|
/
*
tor-cell: Return a useful error when restrist_msg rejects a command.
Nick Mathewson
2023-02-09
1
-2
/
+3
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
7
-22
/
+34
*
tor-cell: Re-export paste so restrict_msg can work outside the crate.
Nick Mathewson
2023-02-09
1
-3
/
+3
*
tor-cell: Remove chancell::msg::Body::into_message.
Nick Mathewson
2023-02-09
1
-52
/
+1
*
tor-cell: Make RelayEarly a separate type.
Nick Mathewson
2023-02-09
2
-8
/
+30
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
5
-102
/
+70
*
cell: Parameterize ChannelCodec::decode and encode.
Nick Mathewson
2023-02-09
1
-7
/
+14
*
tor-cell: documentation cleanups related to restricted_msg
Nick Mathewson
2023-02-07
3
-4
/
+6
*
tor-cell: correct handling of optional msg types.
Nick Mathewson
2023-02-07
2
-12
/
+17
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
5
-59
/
+59
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
4
-51
/
+51
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
1
-15
/
+0
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
2
-23
/
+4
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
1
-105
/
+34
*
tor-cell: Use macro to define RelayMsg type too.
Nick Mathewson
2023-02-07
2
-185
/
+103
*
tor-cell: Macro to generate restricted RelayMsg and ChanMsg.
Nick Mathewson
2023-02-07
2
-0
/
+197
*
tor-cell: Change all variants of RelayMsg to have a body.
Nick Mathewson
2023-02-07
1
-12
/
+49
*
tor-cell: Make Body and MsgClass traits more uniform.
Nick Mathewson
2023-02-07
6
-85
/
+86
*
tor-cell: Generic "Restricted{Relay,Chan}Cell" types.
Nick Mathewson
2023-02-07
4
-33
/
+101
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Fix typos
Dimitris Apostolou
2023-01-07
1
-4
/
+4
[prev]
[next]