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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a pair of bugs in SENDME handling.
Nick Mathewson
2020-10-09
1
-13
/
+10
*
Move counts_towards_windows() code into circuit module
Nick Mathewson
2020-10-09
2
-1
/
+16
*
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
*
Remove idmap as needlessly complex.
Nick Mathewson
2020-09-29
1
-10
/
+26
*
Rename remaining get_ accessors
Nick Mathewson
2020-09-28
2
-13
/
+13
*
Fix some comments that reflected a misunderstanding in SENDMEs
Nick Mathewson
2020-09-26
1
-2
/
+2
*
Split the cell-handling parts of tor-proto into a new crate.
Nick Mathewson
2020-09-26
2
-8
/
+8
*
Make sendme authentication optional.
Nick Mathewson
2020-09-25
2
-4
/
+9
*
Improve documentation and lightly refactor SENDME code
Nick Mathewson
2020-09-25
2
-42
/
+105
*
Implement authenticated sendme output for circuit-level sendmes.
Nick Mathewson
2020-09-25
2
-6
/
+41
*
Add a bad workaround for a deadlock: we should look for a better one.
Nick Mathewson
2020-09-25
1
-3
/
+8
*
Try to get sendme crypto working
Nick Mathewson
2020-09-25
1
-3
/
+7
*
Incomplete implementation of circuit SENDME handling.
Nick Mathewson
2020-09-25
2
-9
/
+17
*
Attempted implementation of stream sendme cells
Nick Mathewson
2020-09-25
3
-19
/
+39
*
Initial work on a sendme backend.
Nick Mathewson
2020-09-25
1
-0
/
+151
*
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
2
-14
/
+121
*
as Tor does, skip to random initial stream member.
Nick Mathewson
2020-09-23
1
-1
/
+6
*
Fuse input streams on creation.
Nick Mathewson
2020-09-23
1
-5
/
+4
*
Turn IdMap into an extension trait.
Nick Mathewson
2020-09-23
1
-25
/
+9
*
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
2
-5
/
+38
*
Start implementing streams and circuit-level reactors.
Nick Mathewson
2020-09-21
2
-4
/
+150
*
Create a StreamID->Stream map type.
Nick Mathewson
2020-09-20
1
-0
/
+51
[prev]