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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Make PathEntry::Virtual feature-conditional.
Nick Mathewson
2023-05-23
1
-0
/
+2
*
proto: Explain "virtual" hops better.
Nick Mathewson
2023-05-18
1
-0
/
+4
*
proto: Allow circuit Paths to represent virtual hops.
Nick Mathewson
2023-05-18
1
-3
/
+21
*
proto: Implement Circuit::extend_virtual.
Nick Mathewson
2023-05-18
1
-2
/
+17
*
tor-proto: Code to construct crypto layers for virtual hops.
Nick Mathewson
2023-05-18
1
-0
/
+2
*
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
1
-17
/
+21
*
Change CircTarget::linkspecs() to return an encoded list.
Nick Mathewson
2023-05-10
1
-4
/
+6
*
tor-proto: Be explicit about an into().
Nick Mathewson
2023-04-12
1
-1
/
+1
*
Add an experimental circuit accessor to DataStream.
Nick Mathewson
2023-03-23
1
-0
/
+6
*
tor-proto: Split off send-control-msg feature
Ian Jackson
2023-03-23
1
-4
/
+4
*
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
1
-1
/
+6
*
tor-proto: Document limitation on send_control_message
Nick Mathewson
2023-03-08
1
-0
/
+7
*
tor-proto: Make send_control_message wait for the reactor.
Nick Mathewson
2023-03-08
1
-2
/
+7
*
tor-proto: Have send_control_message install a handler, not return a stream
Nick Mathewson
2023-03-08
1
-7
/
+8
*
tor-proto: Implement functionality to send a message and accept replies
Nick Mathewson
2023-03-08
1
-47
/
+44
*
tor-proto: Give Path a method to access final hop num.
Nick Mathewson
2023-03-08
1
-10
/
+6
*
tor-proto: Give circ Reactor a constructor, and make its fields private.
Nick Mathewson
2023-03-08
1
-18
/
+2
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-3
/
+3
*
Use CmdChecker in our stream handling code.
Nick Mathewson
2023-02-17
1
-3
/
+12
*
tor-proto: note implications for future HS work
Nick Mathewson
2023-02-15
1
-0
/
+10
*
tor-proto: defer meta-cell parsing to the last moment.
Nick Mathewson
2023-02-15
1
-3
/
+4
*
tor-cell: Refactor relay cells to copy much less
Nick Mathewson
2023-02-15
1
-5
/
+4
*
Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2C
Nick Mathewson
2023-02-09
1
-3
/
+3
*
tor-proto: Do not parse forbidden commands on inbound cells.
Nick Mathewson
2023-02-09
1
-2
/
+3
*
tor-cell: Rename RelayMsg and RelayCell-related types.
Nick Mathewson
2023-02-07
1
-23
/
+26
*
tor-cell: Rename ChanMsg and ChanCell-related types.
Nick Mathewson
2023-02-07
1
-18
/
+18
*
tor-cell: Change all variants of RelayMsg to have a body.
Nick Mathewson
2023-02-07
1
-4
/
+5
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
tor-proto: comment fixes and more TODO hs
Nick Mathewson
2023-01-24
1
-0
/
+12
*
tor-proto: Draft API to handle incoming BEGIN requests.
Nick Mathewson
2023-01-17
1
-0
/
+26
*
tor-proto: Expose support for doing onion service handshakes
Nick Mathewson
2023-01-17
1
-0
/
+28
*
tor-proto: Draft APIs for handling control messages
Nick Mathewson
2023-01-17
1
-0
/
+52
*
tor-proto: CreateFastWrap::decode_chanmsg: Do not report handshake
Ian Jackson
2023-01-06
1
-2
/
+2
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
1
-0
/
+8
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
|
msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()
Neel Chauhan
2022-12-18
1
-2
/
+2
|
/
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-5
/
+12
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-4
/
+10
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-1
/
+1
*
Remove some testing-only reimplementations of OwnedChanTarget.
Nick Mathewson
2022-08-02
1
-35
/
+8
*
tor-proto: Split CellErr based on activity.
Nick Mathewson
2022-06-23
1
-1
/
+2
*
tor-proto: clean up error names and messages
Nick Mathewson
2022-06-23
1
-1
/
+1
*
try to differentiate transient from nontransient error
trinity-1686a
2022-06-08
1
-7
/
+4
*
Merge branch 'sleep' into 'main'
Ian Jackson
2022-06-08
1
-1
/
+1
|
\
|
*
Plumb a SleepProvider into the channel reactor
Ian Jackson
2022-06-08
1
-1
/
+1
*
|
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-4
/
+4
|
/
*
Add a channel accessor to ClientCirc.
Nick Mathewson
2022-05-11
1
-1
/
+20
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
Define accessors for circuit hops.
Nick Mathewson
2022-03-17
1
-0
/
+25
[next]