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-proto
/
src
/
circuit.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make filter conditional, to fix build with hs-service disabled.
Nick Mathewson
2024-03-26
1
-0
/
+3
*
Rename the old IncomingStreamRequestContext to StreamReqInfo.
Nick Mathewson
2024-03-26
1
-2
/
+2
*
Add an IncomingStreamRequestFilter to check early properties
Nick Mathewson
2024-03-26
1
-1
/
+24
*
We now need circuit::handshake to exist unconditionally.
Nick Mathewson
2024-03-26
1
-0
/
+4
*
Refactor the logic for constructing crypt layers.
Nick Mathewson
2024-03-26
1
-13
/
+4
*
Add and use RelayCellFormatTrait
Jim Newsome
2024-03-20
1
-2
/
+10
*
Propagate RelayCellFormat selection up to where format decisions will be made
Jim Newsome
2024-03-20
1
-1
/
+9
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
relay-cell: Update relay cell decoding API for prop340
Jim Newsome
2024-03-12
1
-7
/
+25
*
tor-proto: Add function for peeking at pending circ unique ID.
Gabriela Moldovan
2024-02-27
1
-0
/
+5
*
Merge branch 'send_incoming_request_failures' into 'main'
gabi-250
2024-01-17
1
-9
/
+8
|
\
|
*
Give an error on duplicate call to allow_stream_requests.
Nick Mathewson
2024-01-17
1
-6
/
+0
|
*
proto: Close circuit _intentionally_ when Request Sink is dropped.
Nick Mathewson
2024-01-17
1
-2
/
+9
|
*
proto: Send END when buffer of IncomingRequests is full
Nick Mathewson
2024-01-17
1
-2
/
+0
*
|
Remove TODO for #1191
Nick Mathewson
2024-01-17
1
-3
/
+0
|
/
*
proto: Convert a TODO HSS to ticket #1191
Nick Mathewson
2024-01-10
1
-1
/
+1
*
Downgrade and convert TODO HSSs to #1190.
Nick Mathewson
2024-01-10
1
-2
/
+2
*
Convert a TODO HSS about excessive BEGINs to #1189.
Nick Mathewson
2024-01-10
1
-1
/
+2
*
proto: Downgrade TODO HSS about HopNum in IncomingStreamRequestComment
Nick Mathewson
2024-01-10
1
-0
/
+8
*
Rename {Any}RelayCell to {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
1
-15
/
+15
*
Test extend_ntor_v3
Jim Newsome
2023-11-27
1
-10
/
+33
*
Parameterize circuit-extension test by handshake type
Jim Newsome
2023-11-27
1
-55
/
+68
*
Add `ClientCirc::extend_ntor_v3`
Jim Newsome
2023-11-27
1
-0
/
+38
*
Circuit reactor: test ntor-v3 "create"
Jim Newsome
2023-11-27
1
-43
/
+101
*
Add PendingClientCirc::create_firsthop_ntor_v3
Jim Newsome
2023-11-27
1
-0
/
+43
*
Merge remote-tracking branch 'public/hs_begin'
Nick Mathewson
2023-11-16
1
-0
/
+1
|
\
|
*
hsrproxy: Send back DONE reasons.
Nick Mathewson
2023-10-23
1
-0
/
+1
*
|
Send less information in onion service BEGIN messages
Nick Mathewson
2023-11-15
1
-0
/
+5
*
|
tor-proto: make ClientHandShake and ServerHandshake generic over aux data
Jim Newsome
2023-11-15
1
-4
/
+3
*
|
ServerHandshake: extend to support ntorv3 extensions
Jim Newsome
2023-11-15
1
-5
/
+22
*
|
Add a caret_int HandshakeType for HTYPE constants
Jim Newsome
2023-10-26
1
-1
/
+2
*
|
Change `CircId` to never be zero
Jim Newsome
2023-10-25
1
-8
/
+8
*
|
Convert StreamId to NonZeroU16
Jim Newsome
2023-10-25
1
-29
/
+31
|
/
*
Fix rustdoc link warnings/errors.
Nick Mathewson
2023-10-20
1
-1
/
+1
*
proto: Revise the behavior of IncomingStream::discard().
Nick Mathewson
2023-10-19
1
-4
/
+3
*
proto: Remove TODOs about panics on double-close.
Nick Mathewson
2023-10-19
1
-17
/
+2
*
Add comments about another problem with close_pending().
Nick Mathewson
2023-10-17
1
-0
/
+7
*
proto: Make StreamTarget::close() misuse less likely.
Nick Mathewson
2023-10-17
1
-2
/
+5
*
oneshot: Use veneer in tor-proto
Ian Jackson
2023-10-11
1
-1
/
+2
*
tor-proto: Make allow_stream_requests() not return a Result
Nick Mathewson
2023-09-27
1
-4
/
+4
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Use "typos-cli" to fix a bunch of typos.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
proto: fix a comment to refer to circuits, not channels.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
Merge branch 'send_raw_msg' into 'main'
Nick Mathewson
2023-08-22
1
-0
/
+27
|
\
|
*
proto: Add crossrefs between start_conversation and send_raw_msg
Nick Mathewson
2023-08-22
1
-0
/
+6
|
*
proto: new ClientCirc::send_raw_msg function.
Nick Mathewson
2023-08-21
1
-0
/
+21
*
|
Resolve warnings about ambiguous/redundant doc links
Nick Mathewson
2023-08-22
1
-1
/
+1
|
/
*
tor-proto: Add test where an incoming stream comes from an unexpect hop.
Gabriela Moldovan
2023-08-18
1
-0
/
+44
*
tor-proto: Make ClientCirc::allow_stream_requests take a HopNum.
Gabriela Moldovan
2023-08-18
1
-4
/
+18
*
tor-proto: Fix dead_code when building without experimental-api
Nick Mathewson
2023-08-16
1
-0
/
+1
[next]