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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make filter conditional, to fix build with hs-service disabled.
Nick Mathewson
2024-03-26
2
-2
/
+6
*
Refactor and simplify ClientCircSyncView
Nick Mathewson
2024-03-26
2
-34
/
+24
*
Rename the old IncomingStreamRequestContext to StreamReqInfo.
Nick Mathewson
2024-03-26
3
-9
/
+7
*
Add an IncomingStreamRequestFilter to check early properties
Nick Mathewson
2024-03-26
5
-12
/
+136
*
Define a type for a synchronous (blocking) view of a circuit state.
Nick Mathewson
2024-03-26
3
-0
/
+40
*
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
2
-38
/
+60
*
proto: Refactor circuit::streammap::StreamEnt
Nick Mathewson
2024-03-26
2
-40
/
+51
*
Push HandshakeRole down one level.
Nick Mathewson
2024-03-26
1
-5
/
+4
*
Provide spec links for relay crypto formats.
Nick Mathewson
2024-03-26
1
-2
/
+10
*
Clean up match statement a little.
Nick Mathewson
2024-03-26
1
-7
/
+7
*
We now need circuit::handshake to exist unconditionally.
Nick Mathewson
2024-03-26
2
-2
/
+15
*
Refactor the logic for constructing crypt layers.
Nick Mathewson
2024-03-26
3
-77
/
+95
*
Add and use RelayCellFormatTrait
Jim Newsome
2024-03-20
4
-113
/
+129
*
Propagate RelayCellFormat selection up to where format decisions will be made
Jim Newsome
2024-03-20
4
-30
/
+83
*
Paramaterize layer crypto objects by cell format
Jim Newsome
2024-03-20
3
-25
/
+49
*
RelayCellBody: generalize over RelayCellFormat
Jim Newsome
2024-03-20
1
-13
/
+31
*
Add tor_proto::util::ct::is_zero
Jim Newsome
2024-03-20
1
-0
/
+25
*
RelayCellBody::is_recognized: improve doc comment
Nick Mathewson
2024-03-20
1
-1
/
+7
*
RelayCellFormat::recognized -> is_recognized
Jim Newsome
2024-03-20
1
-3
/
+3
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
17
-0
/
+17
*
relay-cell: Update relay cell decoding API for prop340
Jim Newsome
2024-03-12
5
-28
/
+104
*
Rename UnparsedRelayCell -> UnparsedRelayMsg
Jim Newsome
2024-03-12
10
-39
/
+39
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
tor-proto: Add function for peeking at pending circ unique ID.
Gabriela Moldovan
2024-02-27
1
-0
/
+5
*
tor-circmgr: Add a helper for displaying optional UniqIds.
Gabriela Moldovan
2024-02-27
1
-1
/
+17
*
tor_cell: never construct empty DATA messages.
Nick Mathewson
2024-02-13
2
-11
/
+11
*
Merge branch 'send_incoming_request_failures' into 'main'
gabi-250
2024-01-17
2
-30
/
+57
|
\
|
*
proto: Use log_ratelim to report problems delivering BEGIN messges.
Nick Mathewson
2024-01-17
1
-3
/
+7
|
*
Give an error on duplicate call to allow_stream_requests.
Nick Mathewson
2024-01-17
2
-8
/
+2
|
*
proto: Close circuit _intentionally_ when Request Sink is dropped.
Nick Mathewson
2024-01-17
2
-8
/
+36
|
*
proto: Send END when buffer of IncomingRequests is full
Nick Mathewson
2024-01-17
2
-13
/
+14
*
|
Remove TODO for #1191
Nick Mathewson
2024-01-17
1
-3
/
+0
|
/
*
proto: Convert a TODO HSS to ticket #1191
Nick Mathewson
2024-01-10
1
-1
/
+1
*
Downgrade and convert TODO HSSs to #1190.
Nick Mathewson
2024-01-10
1
-2
/
+2
*
Convert a TODO HSS about excessive BEGINs to #1189.
Nick Mathewson
2024-01-10
2
-2
/
+3
*
proto: Downgrade TODO HSS about HopNum in IncomingStreamRequestComment
Nick Mathewson
2024-01-10
2
-5
/
+12
*
proto: Downgrade TODO HSS comments about hop lookup
Nick Mathewson
2024-01-10
1
-2
/
+2
*
proto: Change some TODO HSS comments to refer to #1188
Nick Mathewson
2024-01-10
1
-3
/
+3
*
clippy: consequential rustfmt
Ian Jackson
2024-01-02
1
-8
/
+2
*
clippy nightly: For now, locally allow blocks_in_conditions
Ian Jackson
2024-01-02
1
-0
/
+1
*
clippy: Use infallible calls
Ian Jackson
2024-01-02
1
-4
/
+2
*
clippy: Replace many calls to .get(0) with .first()
Ian Jackson
2024-01-02
2
-2
/
+2
*
Rename {Any}RelayCell to {Any}RelayMsgOuter
Nick Mathewson
2023-12-14
6
-38
/
+40
*
NtorV3Extension set encoding/decoding: include n_extensions
Jim Newsome
2023-12-07
1
-3
/
+3
*
Merge branch 'semver-breaking-upgrade-of-the-daleks' into 'main'
Nick Mathewson
2023-11-29
3
-15
/
+14
|
\
|
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
2
-7
/
+6
|
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
3
-12
/
+12
*
|
debug log: Downgrade circuit lifecycle messages to trace
Ian Jackson
2023-11-29
1
-4
/
+4
[next]