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
*
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
*
Merge branch 'remove-unused-import' into 'main'
Ian Jackson
2023-08-16
1
-1
/
+3
|
\
|
*
tor-proto: remove unused import
Emil Engler
2023-08-10
1
-1
/
+3
*
|
proto: Fix a type-complexity warning.
Nick Mathewson
2023-08-14
1
-2
/
+4
*
|
proto: API to expose the `CircuitBinding` type.
Nick Mathewson
2023-08-14
1
-1
/
+33
*
|
proto: Take CircuitBinding one step forward into Reactor::add_hop.
Nick Mathewson
2023-08-14
1
-2
/
+2
|
/
*
tor-proto: Make StreamTarget::close return the oneshot::Receiver instead of b...
Gabriela Moldovan
2023-08-08
1
-23
/
+6
*
tor-proto: Add a function for closing a stream without waiting for the reacto...
Gabriela Moldovan
2023-08-07
1
-0
/
+19
*
Merge branch 'proto-flaky-test' into 'main'
gabi-250
2023-08-04
1
-12
/
+18
|
\
|
*
tor-proto: reject() now waits until the control message is received.
Gabriela Moldovan
2023-08-04
1
-0
/
+6
|
*
tor-proto: allow_stream_requests now waits until the control message is recei...
Gabriela Moldovan
2023-08-04
1
-12
/
+12
*
|
proto: methods to wait until a channel/circuit is shut down.
Nick Mathewson
2023-08-04
1
-2
/
+18
|
/
*
tor-proto: Add ClientCirc::start_conversation().
Gabriela Moldovan
2023-08-04
1
-15
/
+26
*
tor-proto: Add method for getting the HopNum of the last hop.
Gabriela Moldovan
2023-08-04
1
-0
/
+14
*
tor-proto: Bump test sleep to 200ms for now.
Gabriela Moldovan
2023-08-03
1
-5
/
+10
*
tor-proto: Handle new BEGIN cells for rejected stream.
Gabriela Moldovan
2023-08-03
1
-0
/
+88
*
tor-proto: Clarify what we mean by "stream" in allow_stream_requests.
Gabriela Moldovan
2023-08-03
1
-3
/
+3
*
tor-proto: Add TODO regarding allow_stream_requests corner case.
Gabriela Moldovan
2023-08-03
1
-0
/
+24
*
tor-proto: Remove outdated comments.
Gabriela Moldovan
2023-08-03
1
-3
/
+0
*
tor-proto: Add a test for allow_stream_requests.
Gabriela Moldovan
2023-08-03
1
-0
/
+70
*
tor-proto: Implement allow_stream_requests.
Gabriela Moldovan
2023-08-03
1
-7
/
+49
[next]