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
/
udp.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
1
-5
/
+5
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
1
-12
/
+0
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
1
-6
/
+6
*
tor-cell: Make Body and MsgClass traits more uniform.
Nick Mathewson
2023-02-07
1
-4
/
+4
*
tor-cell: Stop using write_infallible
Nick Mathewson
2022-07-11
1
-6
/
+6
*
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
1
-3
/
+6
*
Convert each write_onto_infallible implementation into write_onto.
Nick Mathewson
2022-07-11
1
-4
/
+5
*
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
1
-8
/
+8
*
Fix a couple of typos in rustdoc comments.
Nick Mathewson
2022-06-24
1
-1
/
+1
*
tor-cell: error usefulness and style fixes
Nick Mathewson
2022-06-22
1
-2
/
+4
*
tor-bytes: read_nested_*: Take a closure
Ian Jackson
2022-06-10
1
-15
/
+11
*
tor-cell: udp: Remove manual length calculations
Ian Jackson
2022-06-09
1
-20
/
+8
*
Fix a second docs link
Ian Jackson
2022-06-08
1
-1
/
+1
*
Fix a doc link
Ian Jackson
2022-06-08
1
-1
/
+1
*
udp: New AddressPort used in cells
David Goulet
2022-06-07
1
-28
/
+59
*
udp: Allow empty hostname and no nul byte
Ian Jackson
2022-06-07
1
-11
/
+9
*
cell: Don't use NUL terminated string in CONNECT_UDP
David Goulet
2022-06-07
1
-16
/
+16
*
cell: Move UDP to its own module and feature gate it
David Goulet
2022-06-07
1
-1
/
+1
*
cell: Implement DATAGRAM cell from prop339
David Goulet
2022-06-07
1
-0
/
+1
*
cell: Implement CONNECT_UDP cell from prop339
David Goulet
2022-06-07
1
-0
/
+302