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
/
circuit
/
reactor.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FuturesUnordered, not SelectAll<Once<...>>
Nick Mathewson
2021-06-14
1
-7
/
+6
*
tor-proto: change internal meta-handler API for error-proofing
Nick Mathewson
2021-05-28
1
-1
/
+1
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
1
-1
/
+1
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-1
/
+1
*
Refactor circuit reactor for testing.
Nick Mathewson
2021-03-16
1
-1
/
+6
*
Run cargo fix --edition-idioms
Nick Mathewson
2020-12-02
1
-1
/
+1
*
Rename LogId -> UniqId.
Nick Mathewson
2020-12-01
1
-8
/
+8
*
Move closed-check for circuits into an atomicbool.
Nick Mathewson
2020-11-13
1
-5
/
+4
*
Make Arc<>-ness of ClientCirc explicit.
Nick Mathewson
2020-11-12
1
-8
/
+7
*
Make circuit reactors also have a run_once() method for testing.
Nick Mathewson
2020-10-27
1
-27
/
+34
*
Add a fake, reactorless channel, for use in testing circuits
Nick Mathewson
2020-10-27
1
-3
/
+1
*
Resolve a bunch of XXXM3 comments in tor-proto.
Nick Mathewson
2020-10-26
1
-23
/
+22
*
Improve documentation in tor-proto
Nick Mathewson
2020-10-26
1
-3
/
+6
*
Rename CircID and StreamID to end with Id instead, for consistency
Nick Mathewson
2020-10-25
1
-4
/
+4
*
circuit: Remove the needlessly separated ReactorCore type.
Nick Mathewson
2020-10-23
1
-29
/
+16
*
Use an enum for the return value of StreamMap::terminate
Nick Mathewson
2020-10-22
1
-3
/
+3
*
Follow API convention about mutable getters.
Nick Mathewson
2020-10-21
1
-6
/
+6
*
Add some helpful logs in circuit code.
Nick Mathewson
2020-10-20
1
-0
/
+29
*
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
-11
/
+7
*
Use weak references from circuit reactor to circimpl.
Nick Mathewson
2020-10-14
1
-14
/
+29
*
Revise DropMark defense to use a better type and match Tor's behavior.
Nick Mathewson
2020-10-13
1
-7
/
+2
*
Document all private members in tor-proto
Nick Mathewson
2020-10-13
1
-0
/
+6
*
Improve handling of circuit closure or failure on reactor shutdown.
Nick Mathewson
2020-10-13
1
-0
/
+19
*
Another tweak to handling closing streams
Nick Mathewson
2020-10-13
1
-8
/
+11
*
Try giving distinct handling to streams where END has been sent
Nick Mathewson
2020-10-12
1
-36
/
+60
*
Tweak terminate hand handle_close() functions.
Nick Mathewson
2020-10-11
1
-2
/
+2
*
Move counts_towards_windows() code into circuit module
Nick Mathewson
2020-10-09
1
-1
/
+1
*
Split information about circuit hops into inbound and outbound.
Nick Mathewson
2020-10-09
1
-20
/
+90
*
Split client relay crypto into separate directions
Nick Mathewson
2020-10-09
1
-2
/
+2
*
Move RelayCell into a more reasonable place.
Nick Mathewson
2020-09-29
1
-2
/
+2
*
Rename remaining get_ accessors
Nick Mathewson
2020-09-28
1
-2
/
+2
*
Split the cell-handling parts of tor-proto into a new crate.
Nick Mathewson
2020-09-26
1
-5
/
+5
*
Make sendme authentication optional.
Nick Mathewson
2020-09-25
1
-1
/
+1
*
Improve documentation and lightly refactor SENDME code
Nick Mathewson
2020-09-25
1
-7
/
+14
*
Implement authenticated sendme output for circuit-level sendmes.
Nick Mathewson
2020-09-25
1
-4
/
+34
*
Add a bad workaround for a deadlock: we should look for a better one.
Nick Mathewson
2020-09-25
1
-3
/
+8
*
Incomplete implementation of circuit SENDME handling.
Nick Mathewson
2020-09-25
1
-5
/
+5
*
Attempted implementation of stream sendme cells
Nick Mathewson
2020-09-25
1
-1
/
+8
*
Initial error cleanup on streams/circuits
Nick Mathewson
2020-09-25
1
-1
/
+7
*
Add support for RELAY_END cells.
Nick Mathewson
2020-09-24
1
-12
/
+95
*
Fuse input streams on creation.
Nick Mathewson
2020-09-23
1
-5
/
+4
*
turn hopnum into a first-class type
Nick Mathewson
2020-09-21
1
-2
/
+2
*
Add is_zero for ID types.
Nick Mathewson
2020-09-21
1
-1
/
+1
*
Fix some errors; document some places where error handling is bogus
Nick Mathewson
2020-09-21
1
-1
/
+3
*
More documentation for channel, circuit, stream.
Nick Mathewson
2020-09-21
1
-2
/
+27
*
Start implementing streams and circuit-level reactors.
Nick Mathewson
2020-09-21
1
-0
/
+138