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
/
tor-proto
/
src
/
channel
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FuturesUnordered, not SelectAll<Once<...>>
Nick Mathewson
2021-06-14
1
-5
/
+5
*
Implement the "circwindow" and "ExtendByEd25519ID" parameters
Nick Mathewson
2020-12-22
1
-2
/
+8
*
Rename LogId -> UniqId.
Nick Mathewson
2020-12-01
1
-14
/
+26
*
Turn the channel "closed" method into an AtomicBool
Nick Mathewson
2020-11-13
1
-4
/
+3
*
Move a few immutable fields from ChannelImpl outside the lock.
Nick Mathewson
2020-11-13
1
-1
/
+0
*
Make the Arc-ness of channels more explicit.
Nick Mathewson
2020-11-12
1
-24
/
+19
*
Make circuit reactors also have a run_once() method for testing.
Nick Mathewson
2020-10-27
1
-24
/
+1
*
Improve documentation in tor-proto
Nick Mathewson
2020-10-26
1
-5
/
+4
*
Tests for sending bad/good cell types on a channel
Nick Mathewson
2020-10-26
1
-5
/
+3
*
Clean up some XXXXs in channel::reactor.rs
Nick Mathewson
2020-10-26
1
-7
/
+3
*
Tests for receving incoming DESTROY cell.
Nick Mathewson
2020-10-26
1
-0
/
+58
*
channel::reactor: Tests for handling incoming RELAY cells
Nick Mathewson
2020-10-26
1
-1
/
+78
*
Test for rejecting CREATED cells
Nick Mathewson
2020-10-26
1
-1
/
+16
*
Add a CircEnt::DestroySent circuit state.
Nick Mathewson
2020-10-26
1
-12
/
+13
*
Use better return type in advance_from_opening
Nick Mathewson
2020-10-25
1
-15
/
+12
*
Rename CircID and StreamID to end with Id instead, for consistency
Nick Mathewson
2020-10-25
1
-6
/
+6
*
Add some tests for channel reactor and related code.
Nick Mathewson
2020-10-25
1
-0
/
+145
*
Add a test for running and shutting down reactors.
Nick Mathewson
2020-10-25
1
-1
/
+80
*
channel: Refactor the point when we split the framed codec.
Nick Mathewson
2020-10-25
1
-8
/
+6
*
channel: Move looping part of run_impl() into run().
Nick Mathewson
2020-10-25
1
-27
/
+51
*
channel: Remove the needlessly separated ReactorCore type.
Nick Mathewson
2020-10-23
1
-21
/
+10
*
Work on closing flooding-based side-channels
Nick Mathewson
2020-10-20
1
-15
/
+25
*
Add reasonable logging (I hope!) to channel
Nick Mathewson
2020-10-20
1
-13
/
+37
*
Add an enumeration for destroy reasons.
Nick Mathewson
2020-10-19
1
-3
/
+2
*
Mark must-resolve XXXX issues with "XXXXM3".
Nick Mathewson
2020-10-18
1
-8
/
+8
*
tor-proto: Add a ClientCircChanMsg type.
Nick Mathewson
2020-10-15
1
-2
/
+2
*
tor-proto: Add a "CreateResponse" type.
Nick Mathewson
2020-10-15
1
-2
/
+4
*
Mark channels as unusable if reactor gets an error.
Nick Mathewson
2020-10-15
1
-0
/
+18
*
Use a weak reference from channel reactor to channel.
Nick Mathewson
2020-10-14
1
-5
/
+7
*
Send DESTROY cells when a circuit is dropped.
Nick Mathewson
2020-10-14
1
-12
/
+95
*
Rename remaining get_ accessors
Nick Mathewson
2020-09-28
1
-8
/
+5
*
Split the cell-handling parts of tor-proto into a new crate.
Nick Mathewson
2020-09-26
1
-4
/
+7
*
Fuse input streams on creation.
Nick Mathewson
2020-09-23
1
-5
/
+4
*
Fix some errors; document some places where error handling is bogus
Nick Mathewson
2020-09-21
1
-4
/
+26
*
More documentation for channel, circuit, stream.
Nick Mathewson
2020-09-21
1
-11
/
+42
*
Start implementing streams and circuit-level reactors.
Nick Mathewson
2020-09-21
1
-3
/
+36
*
proto::channel: add piping to move cells around.
Nick Mathewson
2020-09-11
1
-0
/
+133