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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make a test for create_firsthop_fast. WOW that was hard.
Nick Mathewson
2020-10-27
1
-2
/
+70
*
Remove use of Cell<> in tor_proto.
Nick Mathewson
2020-10-27
1
-12
/
+9
*
Resolve a bunch of XXXM3 comments in tor-proto.
Nick Mathewson
2020-10-26
1
-8
/
+9
*
Improve documentation in tor-proto
Nick Mathewson
2020-10-26
1
-2
/
+12
*
Add a CircEnt::DestroySent circuit state.
Nick Mathewson
2020-10-26
1
-0
/
+1
*
Rename CircID and StreamID to end with Id instead, for consistency
Nick Mathewson
2020-10-25
1
-7
/
+7
*
Add some tests for channel reactor and related code.
Nick Mathewson
2020-10-25
1
-0
/
+7
*
Follow API convention about mutable getters.
Nick Mathewson
2020-10-21
1
-2
/
+2
*
Rename as_message to into_message.
Nick Mathewson
2020-10-21
1
-1
/
+1
*
Add new `terminate()` method to circuits and channels.
Nick Mathewson
2020-10-20
1
-3
/
+18
*
Add a TODO for register_meta_handler API
Nick Mathewson
2020-10-20
1
-0
/
+3
*
Work on closing flooding-based side-channels
Nick Mathewson
2020-10-20
1
-2
/
+3
*
Add some helpful logs in circuit code.
Nick Mathewson
2020-10-20
1
-7
/
+37
*
Mark must-resolve XXXX issues with "XXXXM3".
Nick Mathewson
2020-10-18
1
-9
/
+5
*
tor-proto: Add a ClientCircChanMsg type.
Nick Mathewson
2020-10-15
1
-1
/
+1
*
tor-proto: Add a "CreateResponse" type.
Nick Mathewson
2020-10-15
1
-9
/
+13
*
Fix a couple of clippy warnings
Nick Mathewson
2020-10-15
1
-1
/
+1
*
Use weak references from circuit reactor to circimpl.
Nick Mathewson
2020-10-14
1
-1
/
+1
*
Send DESTROY cells when a circuit is dropped.
Nick Mathewson
2020-10-14
1
-1
/
+7
*
Revise DropMark defense to use a better type and match Tor's behavior.
Nick Mathewson
2020-10-13
1
-0
/
+1
*
Document all private members in tor-proto
Nick Mathewson
2020-10-13
1
-1
/
+20
*
Make sure that protocol errors terminate the circuit responsible.
Nick Mathewson
2020-10-13
1
-11
/
+37
*
Improve handling of circuit closure or failure on reactor shutdown.
Nick Mathewson
2020-10-13
1
-4
/
+16
*
Try giving distinct handling to streams where END has been sent
Nick Mathewson
2020-10-12
1
-2
/
+17
*
Move counts_towards_windows() code into circuit module
Nick Mathewson
2020-10-09
1
-2
/
+2
*
Split information about circuit hops into inbound and outbound.
Nick Mathewson
2020-10-09
1
-41
/
+82
*
Split client relay crypto into separate directions
Nick Mathewson
2020-10-09
1
-19
/
+41
*
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
-6
/
+6
*
Rename some identifiers in tor-linkspec.
Nick Mathewson
2020-09-28
1
-7
/
+7
*
Rename ExtendTarget to CircTarget.
Nick Mathewson
2020-09-28
1
-2
/
+2
*
Fix some comments that reflected a misunderstanding in SENDMEs
Nick Mathewson
2020-09-26
1
-1
/
+1
*
Split the cell-handling parts of tor-proto into a new crate.
Nick Mathewson
2020-09-26
1
-7
/
+7
*
Make sendme authentication optional.
Nick Mathewson
2020-09-25
1
-11
/
+33
*
Improve documentation and lightly refactor SENDME code
Nick Mathewson
2020-09-25
1
-5
/
+8
*
Implement authenticated sendme output for circuit-level sendmes.
Nick Mathewson
2020-09-25
1
-0
/
+3
*
Add a bad workaround for a deadlock: we should look for a better one.
Nick Mathewson
2020-09-25
1
-1
/
+6
*
Try to get sendme crypto working
Nick Mathewson
2020-09-25
1
-1
/
+5
*
Incomplete implementation of circuit SENDME handling.
Nick Mathewson
2020-09-25
1
-12
/
+47
*
Attempted implementation of stream sendme cells
Nick Mathewson
2020-09-25
1
-1
/
+10
*
Initial work on a sendme backend.
Nick Mathewson
2020-09-25
1
-0
/
+1
*
Initial error cleanup on streams/circuits
Nick Mathewson
2020-09-25
1
-7
/
+8
*
Migrate ClientMain to byte-oriented API.
Nick Mathewson
2020-09-24
1
-12
/
+23
*
Try to make a send/receive style API for streams.
Nick Mathewson
2020-09-24
1
-1
/
+3
*
Add support for RELAY_END cells.
Nick Mathewson
2020-09-24
1
-4
/
+38
*
Turn IdMap into an extension trait.
Nick Mathewson
2020-09-23
1
-3
/
+1
*
turn hopnum into a first-class type
Nick Mathewson
2020-09-21
1
-8
/
+7
*
Fix some errors; document some places where error handling is bogus
Nick Mathewson
2020-09-21
1
-2
/
+5
*
More documentation for channel, circuit, stream.
Nick Mathewson
2020-09-21
1
-57
/
+182
*
Start implementing streams and circuit-level reactors.
Nick Mathewson
2020-09-21
1
-156
/
+285
[prev]
[next]