index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
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
*
tor-proto: Rename BadHandshake to BadCircHandshake
Nick Mathewson
2022-02-23
1
-1
/
+1
*
Update tor-proto errors to latest API.
Nick Mathewson
2022-02-15
1
-5
/
+5
*
Make tor-proto::Error implement HasKind.
Nick Mathewson
2022-02-15
1
-9
/
+11
*
tor-proto: use InternalError for internal errors.
Nick Mathewson
2022-02-15
1
-3
/
+4
*
tor-cell: provide HasKind.
Nick Mathewson
2022-02-15
1
-3
/
+3
*
Fix typos
Dimitris Apostolou
2022-02-02
1
-1
/
+1
*
clippy: Rename a `decode_chanmsg` from `handle_`
Ian Jackson
2022-01-19
1
-3
/
+3
*
clippy: Rename a `from_foo` method that doesn't do conversion
Ian Jackson
2022-01-19
1
-3
/
+3
*
Change RequireSendmeAuth to an enum.
Nick Mathewson
2022-01-12
1
-9
/
+8
*
ClientCirc: change some methods to take &self
Nick Mathewson
2022-01-07
1
-11
/
+6
*
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
1
-8
/
+25
*
Merge remote-tracking branch 'origin/mr/212'
Nick Mathewson
2022-01-06
1
-2
/
+2
|
\
|
*
tor-circmgr: Don't clone parameters in create_chantarget()
Neel Chauhan
2021-12-25
1
-2
/
+2
*
|
tor-proto: In begin_stream_impl(), if number of hops is zero, don't continue
Neel Chauhan
2021-12-25
1
-1
/
+5
|
/
*
tor-proto: use const-time eq on sendme tags.
Nick Mathewson
2021-12-16
1
-3
/
+12
*
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-12
/
+12
*
Try to make the tor_proto::circuit::begindir test more reliable.
Nick Mathewson
2021-11-23
1
-2
/
+2
*
Make unreliable tor-proto tests more reliable (arti#238).
eta
2021-11-18
1
-10
/
+12
*
Always use optimistic data for begindir connections.
Nick Mathewson
2021-11-16
1
-1
/
+5
*
tor-proto: Use tor-rtcompat macros for testing, not tokio.
Nick Mathewson
2021-11-15
1
-254
/
+298
*
Replace or remove testing eprintln!()s.
Nick Mathewson
2021-11-13
1
-3
/
+4
*
Resolve a dead-code warning on nightly.
Nick Mathewson
2021-11-13
1
-0
/
+2
*
Get rid of unbounded stream sender, and RawCellStream
eta
2021-11-12
1
-18
/
+47
*
Completely overhaul the tor-proto circuit reactor
eta
2021-11-12
1
-853
/
+242
*
Merge IpVersionPreferences and the optimistic flag into one type.
Nick Mathewson
2021-11-10
1
-7
/
+6
*
Implement optimistic stream
Yuan Lyu
2021-11-09
1
-21
/
+17
*
Replace all println/eprintln calls outside of arti CLI with trace.
Nick Mathewson
2021-11-04
1
-3
/
+3
*
Get rid of tor-proto's ChannelImpl, and use the reactor more instead
eta
2021-11-03
1
-24
/
+42
*
Refactor tor_proto::circuit::Reactor to use an UnboundedSender
eta
2021-11-02
1
-47
/
+26
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-0
/
+2
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+1890