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
/
chancell
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
tor-cell: remove use of arrayref
Nick Mathewson
2023-06-01
1
-3
/
+7
*
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
/
+48
*
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
1
-10
/
+9
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
1
-3
/
+5
*
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
1
-4
/
+30
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
1
-6
/
+2
*
cell: Parameterize ChannelCodec::decode and encode.
Nick Mathewson
2023-02-09
1
-7
/
+14
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
2
-44
/
+44
*
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: Make Body and MsgClass traits more uniform.
Nick Mathewson
2023-02-07
1
-49
/
+53
*
tor-cell: Generic "Restricted{Relay,Chan}Cell" types.
Nick Mathewson
2023-02-07
1
-9
/
+23
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
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
1
-2
/
+2
|
/
*
Fix typos
Dimitris Apostolou
2022-11-06
1
-1
/
+1
*
Merge branch 'rename_for_to_from' into 'main'
Nick Mathewson
2022-10-25
1
-2
/
+2
|
\
|
*
tor-cell: Rename for_client and for_relay
Emil Engler
2022-10-21
1
-2
/
+2
*
|
Merge branch 'fix_typos' into 'main'
eta
2022-10-21
1
-3
/
+3
|
\
\
|
*
|
tor-cell: Fix typos in msg.rs
Emil Engler
2022-10-21
1
-3
/
+3
|
|
/
*
|
Merge branch 'remove_redundant' into 'main'
eta
2022-10-21
1
-2
/
+0
|
\
\
|
*
|
tor-cell: Remove redundant match clauses
Emil Engler
2022-10-21
1
-2
/
+0
|
|
/
*
|
Merge branch 'concrete_comments' into 'main'
eta
2022-10-21
1
-3
/
+6
|
\
\
|
*
|
tor-cell: Make historical comments more concrete
Emil Engler
2022-10-21
1
-3
/
+6
|
|
/
*
|
Merge branch 'no_redundant_copy' into 'main'
Ian Jackson
2022-10-21
1
-2
/
+2
|
\
\
|
*
|
tor-cell: Avoid redundant pointer copy
Emil Engler
2022-10-21
1
-2
/
+2
|
|
/
*
|
Merge branch 'no_redundant_allocation' into 'main'
Nick Mathewson
2022-10-21
1
-1
/
+1
|
\
\
|
*
|
tor-cell: Avoid redundant allocation
Emil Engler
2022-10-21
1
-1
/
+1
|
|
/
*
/
tor-cell: Rename fixed_len to fixed_len_handshake
Emil Engler
2022-10-21
1
-7
/
+7
|
/
*
tor-cell: PaddingNegotiate::start: take IntegerMilliseconds
Ian Jackson
2022-08-17
1
-3
/
+4
*
tor-cell: PaddingNegotiate: give better spec xrefs
Ian Jackson
2022-08-17
1
-0
/
+6
*
channel padding: Rename low_ms and high_ms
Ian Jackson
2022-08-17
1
-1
/
+5
*
tor-cell, testing: Provide PaddingNegotiate::from_raw
Ian Jackson
2022-08-16
1
-0
/
+8
*
chancell: PaddingNegotiate: Provide start_default and a Default impl
Ian Jackson
2022-08-16
1
-0
/
+20
*
chancell: Introduce PaddingNegotiateCmd
Ian Jackson
2022-08-16
1
-5
/
+17
*
chancell: PaddingNegotiate: Provide two constructors, not one
Ian Jackson
2022-08-16
1
-7
/
+14
*
chancell: PaddingNegotiate: Make Eq
Ian Jackson
2022-08-16
1
-2
/
+2
*
tor-cell: Stop using write_infallible
Nick Mathewson
2022-07-11
1
-14
/
+31
*
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
2
-24
/
+40
*
tor-cell: convert BytesErr to a struct variant
Nick Mathewson
2022-06-22
2
-3
/
+8
*
tor-cell: error usefulness and style fixes
Nick Mathewson
2022-06-22
2
-5
/
+11
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
tor-proto: add a backend to detect reported clock skew.
Nick Mathewson
2022-03-23
1
-2
/
+14
*
Merge branch 'educe-traits' into 'main'
Ian Jackson
2022-03-04
1
-6
/
+5
|
\
|
*
Move skip_fmt into tor-basic-utils
Ian Jackson
2022-03-04
1
-1
/
+2
[next]