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
*
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
*
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
3
-12
/
+21
*
tor-cell: documentation cleanups related to restricted_msg
Nick Mathewson
2023-02-07
4
-6
/
+8
*
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
8
-79
/
+80
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
7
-65
/
+66
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
4
-17
/
+3
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
5
-33
/
+11
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
3
-108
/
+38
*
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
3
-0
/
+198
*
tor-cell: Change all variants of RelayMsg to have a body.
Nick Mathewson
2023-02-07
3
-15
/
+53
*
tor-cell: Make Body and MsgClass traits more uniform.
Nick Mathewson
2023-02-07
7
-85
/
+88
*
tor-cell: Generic "Restricted{Relay,Chan}Cell" types.
Nick Mathewson
2023-02-07
4
-33
/
+101
*
Remove semver.md files now that 1.1.1 is tagged.
Nick Mathewson
2023-02-01
1
-2
/
+0
*
Bump minor version of tor-cell.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-4
/
+4
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Move tor-proto/semver.md to tor-cell
Nick Mathewson
2023-02-01
1
-0
/
+2
*
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
5
-0
/
+7
*
Do not .gitignore crates/*/fuzz/corpus
Ian Jackson
2023-01-20
1
-1
/
+0
*
Fix typos
Dimitris Apostolou
2023-01-07
1
-4
/
+4
[next]