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
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-6
/
+6
*
Bump tor-units version for breaking change.
Nick Mathewson
2023-02-28
1
-1
/
+1
*
Bump minor versions for significant breaking changes.
Nick Mathewson
2023-02-28
1
-2
/
+2
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
5
-12
/
+12
*
proto: Tweak documentation and names around CmdChecker.
Nick Mathewson
2023-02-27
5
-9
/
+33
*
tor-proto: Rename end_received.
Nick Mathewson
2023-02-17
2
-8
/
+9
*
Use CmdChecker in our stream handling code.
Nick Mathewson
2023-02-17
4
-96
/
+92
*
tor-proto: Introduce CmdChecker, and define it for our streams.
Nick Mathewson
2023-02-17
4
-0
/
+150
*
tor-proto: Add a TODO about simplifying a common pattern.
Nick Mathewson
2023-02-15
1
-0
/
+8
*
tor-proto: note implications for future HS work
Nick Mathewson
2023-02-15
2
-0
/
+12
*
tor-proto: Push stream message parsing into the stream objects.
Nick Mathewson
2023-02-15
6
-51
/
+88
*
tor-proto: Defer parsing of messages send to half-closed streams
Nick Mathewson
2023-02-15
3
-42
/
+94
*
tor-proto: stop reactor (and kill circuit) if meta handler fails
Nick Mathewson
2023-02-15
1
-4
/
+7
*
tor-proto: defer meta-cell parsing to the last moment.
Nick Mathewson
2023-02-15
2
-36
/
+27
*
tor-proto: Use UnparsedRelayCell to start deferring cell processing.
Nick Mathewson
2023-02-15
2
-22
/
+43
*
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
4
-25
/
+15
*
Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2C
Nick Mathewson
2023-02-09
3
-31
/
+31
*
tor-proto: Do not parse forbidden commands on inbound cells.
Nick Mathewson
2023-02-09
3
-88
/
+63
*
tor-proto: only parse allowed ChanMsg types during handshake.
Nick Mathewson
2023-02-09
3
-29
/
+100
*
tor-cell: Make RelayEarly a separate type.
Nick Mathewson
2023-02-09
2
-4
/
+4
*
tor-cell: Have restrict_msg add conversion functions.
Nick Mathewson
2023-02-09
1
-2
/
+2
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
8
-85
/
+94
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
7
-100
/
+100
*
tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.
Nick Mathewson
2023-02-07
4
-2
/
+4
*
tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.
Nick Mathewson
2023-02-07
6
-4
/
+9
*
tor-cell: Use macro to generate ChanMsg too.
Nick Mathewson
2023-02-07
3
-4
/
+4
*
tor-cell: Change all variants of RelayMsg to have a body.
Nick Mathewson
2023-02-07
1
-4
/
+5
*
Bump minor version of tor-cell.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-5
/
+5
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-5
/
+5
*
Move tor-proto/semver.md to tor-cell
Nick Mathewson
2023-02-01
1
-2
/
+0
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
16
-0
/
+16
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'sensitive' into 'main'
eta
2023-01-26
1
-3
/
+4
|
\
|
*
tor-proto: Mark stream ids in errors as sensitive
Ian Jackson
2023-01-24
1
-3
/
+4
*
|
tor-proto: comment fixes and more TODO hs
Nick Mathewson
2023-01-24
2
-2
/
+18
*
|
tor-proto: Draft API to handle incoming BEGIN requests.
Nick Mathewson
2023-01-17
3
-0
/
+98
*
|
tor-proto: Expose support for doing onion service handshakes
Nick Mathewson
2023-01-17
4
-17
/
+79
*
|
tor-proto: Draft APIs for handling control messages
Nick Mathewson
2023-01-17
2
-1
/
+54
*
|
tor-proto: Rename "hs" experimental feature to "onion-common"
Nick Mathewson
2023-01-17
2
-3
/
+6
|
/
*
Fix typos
Dimitris Apostolou
2023-01-07
1
-1
/
+1
*
tor-proto: rustfmt
Ian Jackson
2023-01-06
1
-1
/
+2
*
tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshake
Ian Jackson
2023-01-06
2
-3
/
+3
*
tor-proto: impl Display for CreateResponse
Ian Jackson
2023-01-06
1
-0
/
+12
*
tor-proto: When relay IDs mismatch, the IDs are sensitive in errors
Ian Jackson
2023-01-06
3
-3
/
+8
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
15
-1
/
+124
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
14
-0
/
+115
|
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-1
/
+9
*
|
Merge branch 'tor-proto-use-rfc3339' into 'main'
Ian Jackson
2023-01-04
1
-1
/
+2
|
\
\
|
*
|
Use parse_rfc3339() in the tor-proto crate
Neel Chauhan
2022-12-16
1
-1
/
+2
[next]