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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-cell: Add code for the payload of an hs-ntor handshake.
Nick Mathewson
2023-03-06
1
-0
/
+48
*
tor-cell: Rename EstablishIntro{Body => Details}
Nick Mathewson
2023-03-01
1
-4
/
+4
*
tor-cell: Make EstablishIntro do signatures
Nick Mathewson
2023-03-01
1
-22
/
+72
*
Change several cfgs to refer to new feature names.
Nick Mathewson
2023-02-28
1
-4
/
+4
*
Mark new tests as onion-service-only
Nick Mathewson
2023-02-28
1
-0
/
+3
*
tor-cell: Support extensions in INTRODUCE{1,2}
Nick Mathewson
2023-02-28
1
-12
/
+4
*
tor-cell: Implement IntroduceAck and IntroEstablished
Nick Mathewson
2023-02-28
1
-0
/
+19
*
tor-cell: Implement rendezvous1 and rendezvous2.
Nick Mathewson
2023-02-28
1
-0
/
+22
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-4
/
+4
*
Merge branch 'hs-cells-1' into 'main'
Nick Mathewson
2023-02-16
1
-26
/
+18
|
\
|
*
tor-cell: Use a more generic mechanism for managing extensions
Nick Mathewson
2023-02-15
1
-23
/
+15
|
*
tor-cell: Extract establish-intro into its own module.
Nick Mathewson
2023-02-15
1
-1
/
+1
|
*
tor-cell: rename onion_service module to hs
Nick Mathewson
2023-02-15
1
-4
/
+4
*
|
tor-cell: Add a new UnparsedRelayCell
Nick Mathewson
2023-02-15
1
-2
/
+14
*
|
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
1
-2
/
+2
|
/
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
3
-12
/
+17
*
cell: Parameterize ChannelCodec::decode and encode.
Nick Mathewson
2023-02-09
1
-5
/
+6
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
2
-20
/
+20
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
2
-14
/
+14
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
2
-2
/
+2
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
2
-10
/
+6
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
1
-2
/
+2
*
tor-cell: Change all variants of RelayMsg to have a body.
Nick Mathewson
2023-02-07
1
-3
/
+3
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
4
-0
/
+6
*
msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()
Neel Chauhan
2022-12-18
1
-2
/
+2
*
tor-cell: Rename for_client and for_relay
Emil Engler
2022-10-21
1
-5
/
+5
*
Fix various typos (using typos tool and hand-inspection)
Nick Mathewson
2022-10-18
1
-2
/
+2
*
Implement Introduce2 tor cell
Yuan Lyu
2022-09-21
1
-1
/
+3
*
Implement onion service Introduce1
Yuan Lyu
2022-09-08
1
-5
/
+56
*
Clean up EstablishIntro cell
Yuan Lyu
2022-08-25
1
-0
/
+68
*
tor-cell: PaddingNegotiate::start: take IntegerMilliseconds
Ian Jackson
2022-08-17
1
-1
/
+3
*
chancell: PaddingNegotiate: Provide two constructors, not one
Ian Jackson
2022-08-16
1
-1
/
+7
*
Implement establish rendezvous cell
Yuan Lyu
2022-08-05
1
-0
/
+38
*
tor-cell: Make encoding method signatures fallible.
Nick Mathewson
2022-07-11
3
-5
/
+11
*
tor-cell: udp: Remove manual length calculations
Ian Jackson
2022-06-09
1
-3
/
+3
*
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
1
-1
/
+2
|
\
|
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-1
/
+2
*
|
udp: New AddressPort used in cells
David Goulet
2022-06-07
1
-14
/
+12
*
|
udp: Allow empty hostname and no nul byte
Ian Jackson
2022-06-07
2
-23
/
+61
*
|
cell: Don't use NUL terminated string in CONNECT_UDP
David Goulet
2022-06-07
2
-27
/
+25
*
|
cell: Move UDP to its own module and feature gate it
David Goulet
2022-06-07
2
-10
/
+20
*
|
cell: Implement CONNECTED_UDP cell from prop339
David Goulet
2022-06-07
1
-0
/
+51
*
|
cell: Implement CONNECT_UDP cell from prop339
David Goulet
2022-06-07
2
-1
/
+119
|
/
*
Remove many needless borrows and slices
Ian Jackson
2022-02-02
1
-1
/
+1
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
2
-2
/
+2
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
4
-0
/
+1180