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
/
src
/
relaycell
/
msg.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Convert MsgHandler API to expect a message, not a cell.
Nick Mathewson
2023-06-12
1
-1
/
+15
*
Change CircTarget::linkspecs() to return an encoded list.
Nick Mathewson
2023-05-10
1
-3
/
+3
*
Move responsibility for linkspec sorting to CircTarget.
Nick Mathewson
2023-05-10
1
-3
/
+1
*
Upgrade to bitflags 2.0
Nick Mathewson
2023-03-13
1
-0
/
+1
*
Change several cfgs to refer to new feature names.
Nick Mathewson
2023-02-28
1
-12
/
+12
*
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
1
-3
/
+3
|
\
|
*
tor-cell: Extract establish-intro into its own module.
Nick Mathewson
2023-02-15
1
-2
/
+2
|
*
tor-cell: rename onion_service module to hs
Nick Mathewson
2023-02-15
1
-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
1
-7
/
+13
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
1
-50
/
+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
1
-32
/
+32
*
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
1
-183
/
+39
*
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
1
-21
/
+21
*
tor-cell: Generic "Restricted{Relay,Chan}Cell" types.
Nick Mathewson
2023-02-07
1
-7
/
+20
*
Sketch out new required APIs in tor-cell
Nick Mathewson
2023-01-06
1
-3
/
+54
*
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 '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
|
/
*
Implement Introduce2 tor cell
Yuan Lyu
2022-09-21
1
-0
/
+7
*
Implement onion service Introduce1
Yuan Lyu
2022-09-08
1
-0
/
+11
*
Clarify `REASON_DONE`
Emptycup
2022-08-16
1
-1
/
+1
*
Implement establish rendezvous cell
Yuan Lyu
2022-08-05
1
-1
/
+12
*
Merge branch 'hs-cells' into 'main'
eta
2022-07-22
1
-1
/
+14
|
\
|
*
Implement ESTABLISH_INTRO relay cell
Yuan Lyu
2022-07-18
1
-1
/
+14
*
|
tor-cell: Stop using write_infallible
Nick Mathewson
2022-07-11
1
-17
/
+32
*
|
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
1
-18
/
+31
*
|
Convert each write_onto_infallible implementation into write_onto.
Nick Mathewson
2022-07-11
1
-2
/
+3
*
|
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
1
-11
/
+11
|
/
*
tor-cell: error usefulness and style fixes
Nick Mathewson
2022-06-22
1
-1
/
+1
*
try to differentiate transient from nontransient error
trinity-1686a
2022-06-08
1
-1
/
+2
*
cell: Move UDP to its own module and feature gate it
David Goulet
2022-06-07
1
-299
/
+24
*
cell: Implement DATAGRAM cell from prop339
David Goulet
2022-06-07
1
-4
/
+66
*
cell: Implement CONNECTED_UDP cell from prop339
David Goulet
2022-06-07
1
-5
/
+61
*
cell: Implement CONNECT_UDP cell from prop339
David Goulet
2022-06-07
1
-2
/
+190
*
clippy: Use write! rather than push_str, format
Ian Jackson
2022-05-11
1
-2
/
+3
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
Replace manual Default impl with educe in tor-cell
Ian Jackson
2022-03-02
1
-6
/
+4
*
Give specific error kinds to different END reasons
Nick Mathewson
2022-02-23
1
-0
/
+21
*
Re-enable clippy::ptr_arg where it had been disabled.
Nick Mathewson
2022-02-16
1
-1
/
+0
[next]