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
/
crates
/
tor-proto
/
src
/
circuit
/
streammap.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move stream_peek into tor-async-utils
Jim Newsome
2024-08-29
1
-2
/
+2
*
flow-control: document idea for making more robust
Jim Newsome
2024-08-21
1
-0
/
+6
*
StreamPollSet: disallow polling ready streams
Jim Newsome
2024-08-21
1
-8
/
+18
*
StreamMap: Use StreamUnobtrusivePeeker instead of Peekable
Jim Newsome
2024-08-21
1
-4
/
+5
*
tor-proto: Use PeekableStream to get rid of redundant buffering
Jim Newsome
2024-08-21
1
-48
/
+75
*
StreamMap: apply stream flow control before making messages available
Jim Newsome
2024-08-13
1
-7
/
+64
*
tor-proto: Encapsulate flow-control
Jim Newsome
2024-08-13
1
-9
/
+10
*
StreamMap: rm stray comment
Jim Newsome
2024-08-13
1
-3
/
+0
*
Merge branch 'streampollset-no-v' into 'main'
David Goulet
2024-08-13
1
-1
/
+1
|
\
|
*
StreamPollSet: remove redundant type parameter V
Jim Newsome
2024-08-12
1
-1
/
+1
*
|
tor-proto: removed CountedHashMap
Jim Newsome
2024-08-12
1
-3
/
+0
|
/
*
StreamMap: Merge rxs into open_streams
Jim Newsome
2024-08-08
1
-72
/
+63
*
StreamMap: Put open streams in their own map instead of CountedHashMap
Jim Newsome
2024-08-08
1
-137
/
+121
*
StreamMap: test n_open_streams
Jim Newsome
2024-08-08
1
-1
/
+13
*
StreamPollSet: allow access to inner streams
Jim Newsome
2024-08-08
1
-9
/
+11
*
tor-proto streammap: Drop receiver for outgoing messages after END
Jim Newsome
2024-08-06
1
-0
/
+4
*
tor-proto: add Debug impls and improve panic message
Jim Newsome
2024-08-06
1
-2
/
+6
*
tor-proto::circuit::StreamMap: Use StreamPollSet
Jim Newsome
2024-08-01
1
-5
/
+81
*
counted_map: Add some notes about correctness; downgrade unsafes
Nick Mathewson
2024-04-02
1
-8
/
+6
*
streammap: Use an internal counted_hashmap to simplify invariant checking
Nick Mathewson
2024-03-28
1
-43
/
+33
*
Define a type for a synchronous (blocking) view of a circuit state.
Nick Mathewson
2024-03-26
1
-0
/
+5
*
proto: Make StreamMap keep a count of open streams.
Nick Mathewson
2024-03-26
1
-0
/
+34
*
proto: Prevent general state-transitions on StreamEnt
Nick Mathewson
2024-03-26
1
-18
/
+36
*
proto: Refactor circuit::streammap::StreamEnt
Nick Mathewson
2024-03-26
1
-33
/
+43
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Rename UnparsedRelayCell -> UnparsedRelayMsg
Jim Newsome
2024-03-12
1
-4
/
+4
*
Convert StreamId to NonZeroU16
Jim Newsome
2023-10-25
1
-24
/
+27
*
proto: Have EndSent remember if we have dropped the stream target.
Nick Mathewson
2023-10-19
1
-11
/
+43
*
proto: Give StreamMap::terminate a "why" argument
Nick Mathewson
2023-10-19
1
-4
/
+29
*
proto: Remove a TODO about merging two functions.
Nick Mathewson
2023-10-12
1
-2
/
+0
*
Lower and downgrade a TODO about StreamID and NonZeroU16.
Nick Mathewson
2023-10-12
1
-1
/
+0
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
tor-proto: Add a helper for adding a stream entry with a specific stream ID.
Gabriela Moldovan
2023-08-03
1
-0
/
+35
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Avoid matches!(x, None), matches!(x, Ok(_))
Nick Mathewson
2023-07-06
1
-2
/
+2
*
tor-guardmgr, tor-proto: minor logging tweaks
eta
2023-05-18
1
-2
/
+2
*
tor-proto: Rename end_received.
Nick Mathewson
2023-02-17
1
-6
/
+7
*
Use CmdChecker in our stream handling code.
Nick Mathewson
2023-02-17
1
-14
/
+14
*
tor-proto: Push stream message parsing into the stream objects.
Nick Mathewson
2023-02-15
1
-4
/
+5
*
tor-proto: Defer parsing of messages send to half-closed streams
Nick Mathewson
2023-02-15
1
-0
/
+4
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
1
-5
/
+5
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
1
-3
/
+5
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
1
-1
/
+2
*
tor-proto: set HalfStream::connected_ok right.
Nick Mathewson
2021-12-16
1
-2
/
+7
*
tor-proto: replace a streammap XXXX with a ticket.
Nick Mathewson
2021-12-16
1
-3
/
+4
*
Actually decrement the stream-level SENDME window
eta
2021-12-14
1
-0
/
+13
*
Get rid of unbounded stream sender, and RawCellStream
eta
2021-11-12
1
-15
/
+12
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
1
-57
/
+59
[next]