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
/
relaycell
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
4
-17
/
+25
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
3
-90
/
+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
3
-50
/
+50
*
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
2
-185
/
+103
*
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
3
-30
/
+30
*
tor-cell: Generic "Restricted{Relay,Chan}Cell" types.
Nick Mathewson
2023-02-07
1
-7
/
+20
*
Fix typos
Dimitris Apostolou
2023-01-07
1
-4
/
+4
*
Sketch a solution for arti#525
Nick Mathewson
2023-01-06
1
-0
/
+34
*
Sketch out new required APIs in tor-cell
Nick Mathewson
2023-01-06
2
-8
/
+124
*
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 '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 'cell-introduce2' into 'main'
Ian Jackson
2022-09-26
2
-15
/
+64
|
\
|
*
Implement Introduce2 tor cell
Yuan Lyu
2022-09-21
2
-15
/
+64
*
|
Intoduce1: Use a constant-time check for all-zero RsaIdentity
Nick Mathewson
2022-09-20
1
-2
/
+3
|
/
*
Implement onion service Introduce1
Yuan Lyu
2022-09-08
2
-1
/
+74
*
Clean up EstablishIntro cell
Yuan Lyu
2022-08-25
1
-12
/
+162
*
Clarify `REASON_DONE`
Emptycup
2022-08-16
1
-1
/
+1
*
Implement establish rendezvous cell
Yuan Lyu
2022-08-05
2
-1
/
+42
*
Several typo fixes from `typos`.
Nick Mathewson
2022-07-27
1
-1
/
+1
*
Fix compilation of EstablishInto encoding.
Nick Mathewson
2022-07-22
1
-2
/
+3
*
Merge branch 'hs-cells' into 'main'
eta
2022-07-22
2
-1
/
+86
|
\
|
*
Implement ESTABLISH_INTRO relay cell
Yuan Lyu
2022-07-18
2
-1
/
+86
*
|
Merge branch 'fallible_writers_v2' into 'main'
Nick Mathewson
2022-07-19
3
-53
/
+90
|
\
\
|
*
|
tor-cell: Stop using write_infallible
Nick Mathewson
2022-07-11
2
-23
/
+38
|
*
|
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
2
-21
/
+37
|
*
|
Convert each write_onto_infallible implementation into write_onto.
Nick Mathewson
2022-07-11
3
-10
/
+16
|
*
|
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
3
-21
/
+21
|
|
/
*
/
tor-cell: Derive Eq for NtorV3Extension
Ian Jackson
2022-07-18
1
-1
/
+1
|
/
*
Implement a higher-level API for the ntor v3 handshake
eta
2022-07-08
1
-0
/
+115
*
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
2
-3
/
+5
*
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
*
Merge branch 'less-servfail' into 'main'
Ian Jackson
2022-06-09
1
-1
/
+2
|
\
|
*
try to differentiate transient from nontransient error
trinity-1686a
2022-06-08
1
-1
/
+2
*
|
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
[prev]
[next]