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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-18
/
+18
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-1
/
+1
*
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 documentation
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
Merge branch 'remove-semver' into 'main'
Ian Jackson
2024-03-05
1
-1
/
+0
|
\
|
*
Remove semver.md files from arti 1.2.0 release.
Gabriela Moldovan
2024-03-04
1
-1
/
+0
*
|
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
tor-cert: Bump minor version.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-2
/
+2
*
|
Bump patchlevel of pre-1.0.0 crates with new APIs.
Gabriela Moldovan
2024-03-04
1
-3
/
+3
|
/
*
tor-proto: Note the addition of PendingClientCirc::peek_unique_id in semver.md.
Gabriela Moldovan
2024-02-28
1
-1
/
+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
2
-1
/
+18
*
tor_cell: never construct empty DATA messages.
Nick Mathewson
2024-02-13
2
-11
/
+11
*
Bump minor versions
Ian Jackson
2024-02-05
1
-13
/
+13
*
Run maint/fixup-features
Ian Jackson
2024-02-05
1
-1
/
+1
*
Mark lower-level hs-service features non-experimental
Nick Mathewson
2024-01-23
1
-2
/
+3
*
Merge branch 'send_incoming_request_failures' into 'main'
gabi-250
2024-01-17
3
-30
/
+58
|
\
|
*
proto: Use log_ratelim to report problems delivering BEGIN messges.
Nick Mathewson
2024-01-17
2
-3
/
+8
|
*
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
[next]