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-proto
/
src
/
circuit.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tor-proto: Reinstate circuit hop check in test_create()
Neel Chauhan
2024-10-16
1
-4
/
+1
|
/
*
Replace _ => panic!() in tor-proto
Ian Jackson
2024-10-15
1
-14
/
+14
*
Merge branch 'mq-circ' into 'main'
David Goulet
2024-10-10
1
-9
/
+11
|
\
|
*
Apply deferred rustfmt churn
Ian Jackson
2024-10-09
1
-4
/
+1
|
*
memquota: Use an mq_queue for channel->circuit RX queue
Ian Jackson
2024-10-09
1
-4
/
+4
|
*
memquota: Introduce type aliases for channel->circuit RX queue
Ian Jackson
2024-10-09
1
-4
/
+9
*
|
tor-proto: Fix flaky circuit::test::accept_valid_sendme test.
Wesley Aptekar-Cassels
2024-10-07
1
-4
/
+3
|
/
*
tor-proto: Remove the no-longer needed allows
Ian Jackson
2024-10-03
1
-1
/
+0
*
tor-proto: Make incoming stream requests participate in memquota (fmt)
Ian Jackson
2024-10-03
1
-2
/
+2
*
tor-proto: Make incoming stream requests participate in memquota
Ian Jackson
2024-10-03
1
-1
/
+3
*
tor-proto: Make stream queues participate in memquota (fmt)
Ian Jackson
2024-10-03
1
-2
/
+2
*
tor-proto: Make stream queues participate in memquota
Ian Jackson
2024-10-03
1
-6
/
+13
*
tor-proto: Put a StreamAccount in DataStream etc.
Ian Jackson
2024-10-03
1
-2
/
+5
*
tor-proto: Put a CircuitAccount in ClientCirc and circuit::Reactor
Ian Jackson
2024-10-03
1
-1
/
+12
*
tor-proto: Make PendingClientCirc::new fallible
Ian Jackson
2024-10-03
1
-4
/
+5
*
Merge branch 'mpsc-types' into 'main'
Ian Jackson
2024-10-02
1
-1
/
+15
|
\
|
*
tor-proto: Introduce type aliases for stream queues (fmt)
Ian Jackson
2024-10-02
1
-4
/
+3
|
*
tor-proto: Introduce type aliases for stream queues
Ian Jackson
2024-10-02
1
-1
/
+16
*
|
tor-proto: Use trait methods for try_send and channel_close
Ian Jackson
2024-10-01
1
-1
/
+3
|
/
*
extract tor_async_utils::oneshot into ::oneshot-fused-workaround
Jim Newsome
2024-08-28
1
-1
/
+1
*
`circuit` docs: delete comment about no flow-control etc
Jim Newsome
2024-08-26
1
-2
/
+0
*
`circuit` docs: delete "one big mutex" limitation
Jim Newsome
2024-08-26
1
-3
/
+0
*
tor-proto circuit: add unit test for fairness
Jim Newsome
2024-08-22
1
-0
/
+128
*
tor-proto::circuit: Move test-only methods into test module
Jim Newsome
2024-07-29
1
-12
/
+14
*
tor-proto circuit tests: dedupe circid magic number
Jim Newsome
2024-07-29
1
-6
/
+15
*
tor-proto circuit test: Move to tighter scope and shadow outer def
Jim Newsome
2024-07-29
1
-15
/
+17
*
tor-proto circuit tests: delete stale commented-out test
Jim Newsome
2024-07-29
1
-66
/
+0
*
tor-proto circuit tests: fix some comment copy-pasta
Jim Newsome
2024-07-29
1
-1
/
+1
*
tor-proto: Return proper `Error::MissingId`
Clara Engler
2024-07-12
1
-1
/
+1
*
proto: Add a test for closing streams.
Nick Mathewson
2024-05-29
1
-1
/
+74
*
proto: Improve documentation about DataStream lifetimes and closing
Nick Mathewson
2024-05-29
1
-1
/
+10
*
proto: Make DataWriter::close actually do something.
Nick Mathewson
2024-05-29
1
-0
/
+14
*
proto: Make Channel explicitly Arc<.>
Nick Mathewson
2024-05-16
1
-5
/
+10
*
proto: Fix compilation with stream-ctrl but not experimental-api.
Nick Mathewson
2024-05-14
1
-1
/
+1
*
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
[prev]
[next]