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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Sketch a solution for arti#525
Nick Mathewson
2023-01-06
2
-0
/
+35
*
Sketch out new required APIs in tor-cell
Nick Mathewson
2023-01-06
3
-10
/
+129
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
1
-0
/
+9
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+9
*
|
msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()
Neel Chauhan
2022-12-18
2
-4
/
+4
|
/
*
Remove semver.md files now that 1.1.0 is released.
Nick Mathewson
2022-11-30
1
-1
/
+0
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-9
/
+9
*
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2022-11-06
1
-1
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
set all crate edition to 2021
trinity-1686a
2022-11-01
1
-1
/
+1
*
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 'rename_for_to_from' into 'main'
Nick Mathewson
2022-10-25
2
-7
/
+7
|
\
\
|
*
|
tor-cell: Rename for_client and for_relay
Emil Engler
2022-10-21
2
-7
/
+7
*
|
|
Merge branch 'feat/add-semvermd-tor-cell' into 'main'
Nick Mathewson
2022-10-25
1
-0
/
+1
|
\
\
\
|
*
|
|
Add semver.md in tor-cell for MR#793
breezykermo
2022-10-25
1
-0
/
+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
|
/
/
*
|
Merge branch 'fix_typos' into 'main'
eta
2022-10-21
1
-3
/
+3
|
\
\
[prev]
[next]