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
/
streammap.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
1
-1
/
+1
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-1
/
+1
*
Merge remote-tracking branch 'origin/mr/16' into main
Nick Mathewson
2021-02-26
1
-22
/
+37
|
\
|
*
Refactor StreamMap methods to use HashMap::Entry
George Kadianakis
2021-02-26
1
-22
/
+37
*
|
Fix an intermittent test failure on int overflow.
Nick Mathewson
2021-02-19
1
-1
/
+4
|
/
*
Downgrade an XXXXM3 message.
Nick Mathewson
2020-10-27
1
-1
/
+1
*
Remove a bunch of dbg! calls.
Nick Mathewson
2020-10-26
1
-1
/
+3
*
Rename CircID and StreamID to end with Id instead, for consistency
Nick Mathewson
2020-10-25
1
-12
/
+12
*
Use an enum for the return value of StreamMap::terminate
Nick Mathewson
2020-10-22
1
-5
/
+22
*
Initial tests for tor_proto::circuit::streammap
Nick Mathewson
2020-10-22
1
-0
/
+51
*
Mark must-resolve XXXX issues with "XXXXM3".
Nick Mathewson
2020-10-18
1
-1
/
+1
*
Revise DropMark defense to use a better type and match Tor's behavior.
Nick Mathewson
2020-10-13
1
-5
/
+11
*
Document all private members in tor-proto
Nick Mathewson
2020-10-13
1
-1
/
+10
*
Another tweak to handling closing streams
Nick Mathewson
2020-10-13
1
-6
/
+16
*
Try giving distinct handling to streams where END has been sent
Nick Mathewson
2020-10-12
1
-6
/
+32
*
Tweak terminate hand handle_close() functions.
Nick Mathewson
2020-10-11
1
-11
/
+18
*
Rename StreamMap::Closing to EndReceived
Nick Mathewson
2020-10-11
1
-4
/
+4
*
Remove idmap as needlessly complex.
Nick Mathewson
2020-09-29
1
-10
/
+26
*
Split the cell-handling parts of tor-proto into a new crate.
Nick Mathewson
2020-09-26
1
-3
/
+3
*
Attempted implementation of stream sendme cells
Nick Mathewson
2020-09-25
1
-5
/
+10
*
Add support for RELAY_END cells.
Nick Mathewson
2020-09-24
1
-2
/
+26
*
as Tor does, skip to random initial stream member.
Nick Mathewson
2020-09-23
1
-1
/
+6
*
Turn IdMap into an extension trait.
Nick Mathewson
2020-09-23
1
-25
/
+9
*
More documentation for channel, circuit, stream.
Nick Mathewson
2020-09-21
1
-3
/
+11
*
Start implementing streams and circuit-level reactors.
Nick Mathewson
2020-09-21
1
-4
/
+12
*
Create a StreamID->Stream map type.
Nick Mathewson
2020-09-20
1
-0
/
+51