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
*
Upgrade to bitflags 2.0
Nick Mathewson
2023-03-13
1
-0
/
+1
*
Serval rustdoc link fixes.
Nick Mathewson
2023-03-08
1
-2
/
+2
*
intro_payload: various doc fixes and TODOs from review.
Nick Mathewson
2023-03-08
1
-4
/
+16
*
tor-cell: Be a little more pedantic about INTRODUCE cell types.
Nick Mathewson
2023-03-08
1
-3
/
+3
*
tor-cell: Better describe the parts of intro payload.
Nick Mathewson
2023-03-08
1
-3
/
+23
*
tor-cell: Add code for the payload of an hs-ntor handshake.
Nick Mathewson
2023-03-06
2
-0
/
+143
*
Merge branch 'rename_rend_message' into 'main'
Nick Mathewson
2023-03-01
1
-15
/
+18
|
\
|
*
tor-cell: Rename Rendezvous*::message to handshake_info.
Nick Mathewson
2023-03-01
1
-15
/
+18
*
|
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
1
-12
/
+12
*
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
1
-12
/
+12
*
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
5
-462
/
+669
|
\
|
*
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
2
-1
/
+1
*
|
tor-cell: add a TODO comment about simplifying Body away.
Nick Mathewson
2023-02-15
1
-0
/
+4
*
|
tor-cell: Implement {Relay,Chan}Msg for every body type
Nick Mathewson
2023-02-15
1
-0
/
+46
*
|
tor-cell: Note an opportunity for future optimization
Nick Mathewson
2023-02-15
1
-0
/
+5
|
/
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
4
-17
/
+25
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
3
-90
/
+1
*
tor-cell: documentation cleanups related to restricted_msg
Nick Mathewson
2023-02-07
1
-0
/
+2
*
tor-cell: correct handling of optional msg types.
Nick Mathewson
2023-02-07
1
-12
/
+12
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
3
-50
/
+50
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
1
-15
/
+0
*
tor-cell: Use macro to define RelayMsg type too.
Nick Mathewson
2023-02-07
2
-185
/
+103
*
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
3
-30
/
+30
*
tor-cell: Generic "Restricted{Relay,Chan}Cell" types.
Nick Mathewson
2023-02-07
1
-7
/
+20
*
Fix typos
Dimitris Apostolou
2023-01-07
1
-4
/
+4
*
Sketch a solution for arti#525
Nick Mathewson
2023-01-06
1
-0
/
+34
*
Sketch out new required APIs in tor-cell
Nick Mathewson
2023-01-06
2
-8
/
+124
*
Merge branch 'assert_maxlen' into 'main'
Nick Mathewson
2022-10-27
1
-1
/
+2
|
\
|
*
tor-cell: Assert data length in Data cells
Emil Engler
2022-10-24
1
-1
/
+2
*
|
Merge branch 'safe_u16_conversion' into 'main'
Nick Mathewson
2022-10-25
1
-1
/
+1
|
\
\
|
*
|
tor-cell: Consistent and secure conversion to u16
Emil Engler
2022-10-24
1
-1
/
+1
|
|
/
*
|
Merge branch 'fix_typos' into 'main'
eta
2022-10-25
1
-2
/
+2
|
\
\
|
*
|
tor-cell: Fix typos in msg.rs
Emil Engler
2022-10-24
1
-2
/
+2
|
|
/
*
/
tor-cell: Add comment explaing Data::MAXLEN
Emil Engler
2022-10-24
1
-0
/
+1
|
/
[next]