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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-1
/
+1
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-7
/
+7
*
Upgrade to bitflags 2.0
Nick Mathewson
2023-03-13
2
-1
/
+2
*
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
4
-0
/
+192
*
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
2
-12
/
+12
*
|
tor-cell: Fix compilation for fuzzers
Nick Mathewson
2023-03-01
3
-4
/
+5
*
|
tor-cell: Make EstablishIntro do signatures
Nick Mathewson
2023-03-01
3
-60
/
+302
|
/
*
Change several cfgs to refer to new feature names.
Nick Mathewson
2023-02-28
3
-17
/
+17
*
Mark new tests as onion-service-only
Nick Mathewson
2023-02-28
1
-0
/
+3
*
tor-cell: Support extensions in INTRODUCE{1,2}
Nick Mathewson
2023-02-28
2
-22
/
+26
*
tor-cell: Implement IntroduceAck and IntroEstablished
Nick Mathewson
2023-02-28
2
-19
/
+104
*
tor-cell: Implement rendezvous1 and rendezvous2.
Nick Mathewson
2023-02-28
2
-4
/
+60
*
Remove semver.md files now that 1.1.2 is out.
Nick Mathewson
2023-02-28
1
-12
/
+0
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-4
/
+4
*
Bump tor-units version for breaking change.
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Bump patch-versions for breaking changes in tor-hs{crypto,client}
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Bump minor versions for significant breaking changes.
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
5
-20
/
+21
*
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
7
-490
/
+689
|
\
|
*
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
4
-79
/
+264
|
*
tor-cell: Extract establish-intro into its own module.
Nick Mathewson
2023-02-15
4
-215
/
+223
|
*
tor-cell: rename onion_service module to hs
Nick Mathewson
2023-02-15
4
-7
/
+7
*
|
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
2
-2
/
+60
*
|
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
5
-42
/
+70
|
/
*
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
10
-34
/
+51
*
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
4
-8
/
+32
[next]