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
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-17
/
+17
*
async-utils: rename SinkExt to SinkPrepareExt
Nick Mathewson
2023-04-19
1
-1
/
+1
*
Upgrade our hex-literal dependency
Nick Mathewson
2023-04-13
1
-1
/
+1
*
tor-proto: Be explicit about an into().
Nick Mathewson
2023-04-12
1
-1
/
+1
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Remove semver.md files.
Nick Mathewson
2023-03-31
1
-1
/
+0
*
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-7
/
+7
*
Move functionality from tor_basic_utils to tor_async_utils
Nick Mathewson
2023-03-29
2
-6
/
+4
*
Add some missing imports
Ian Jackson
2023-03-28
1
-1
/
+4
*
Add an experimental circuit accessor to DataStream.
Nick Mathewson
2023-03-23
2
-2
/
+34
*
tor-proto: Feature-conditionalise some enum variants
Ian Jackson
2023-03-23
1
-0
/
+6
*
tor-proto: Split off send-control-msg feature
Ian Jackson
2023-03-23
3
-6
/
+7
*
tor-proto: document deep-copy in ClientCirc::path()
Nick Mathewson
2023-03-22
1
-0
/
+4
*
proto: Stabilize ClientCirc::n_hops.
Nick Mathewson
2023-03-22
2
-1
/
+7
*
Fix a bunch of needless-conversion warnings.
Nick Mathewson
2023-03-10
1
-1
/
+0
*
tor-proto: Document limitation on send_control_message
Nick Mathewson
2023-03-08
1
-0
/
+7
*
tor-proto: Say "control message" a little more consistently
Nick Mathewson
2023-03-08
1
-1
/
+2
*
tor-proto: Make send_control_message wait for the reactor.
Nick Mathewson
2023-03-08
2
-5
/
+22
*
tor-proto: Have send_control_message install a handler, not return a stream
Nick Mathewson
2023-03-08
3
-98
/
+73
*
tor-proto: Implement functionality to send a message and accept replies
Nick Mathewson
2023-03-08
4
-54
/
+165
*
tor-proto: Change semantics of MetaCellHandler
Nick Mathewson
2023-03-08
1
-72
/
+126
*
tor-proto: Give Path a method to access final hop num.
Nick Mathewson
2023-03-08
2
-10
/
+16
*
tor-proto: Give circ Reactor a constructor, and make its fields private.
Nick Mathewson
2023-03-08
2
-30
/
+48
*
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
[next]