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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'semver-breaking-upgrade-of-the-daleks' into 'main'
Nick Mathewson
2023-11-29
3
-15
/
+14
|
\
|
*
Remove RngCompatExt.
Nick Mathewson
2023-11-29
2
-7
/
+6
|
*
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
3
-12
/
+12
*
|
debug log: Downgrade circuit lifecycle messages to trace
Ian Jackson
2023-11-29
1
-4
/
+4
*
|
Downgrade some messages to trace
Ian Jackson
2023-11-29
2
-2
/
+2
|
/
*
Fix 'target' in doc comment for create_firsthop_ntor
Jim Newsome
2023-11-27
1
-1
/
+1
*
Test extend_ntor_v3
Jim Newsome
2023-11-27
1
-10
/
+33
*
Parameterize circuit-extension test by handshake type
Jim Newsome
2023-11-27
1
-55
/
+68
*
Add `ClientCirc::extend_ntor_v3`
Jim Newsome
2023-11-27
2
-0
/
+78
*
tor-proto::circuit::reactor: handle server auxiliary handshake data
Jim Newsome
2023-11-27
1
-10
/
+81
*
Circuit reactor: test ntor-v3 "create"
Jim Newsome
2023-11-27
1
-43
/
+101
*
Add NtorV3SecretKey::generate_for_test and NtorV3SecretKey::new
Jim Newsome
2023-11-27
1
-39
/
+36
*
Add PendingClientCirc::create_firsthop_ntor_v3
Jim Newsome
2023-11-27
1
-0
/
+43
*
Add Reactor::create_firsthop_ntor_v3
Jim Newsome
2023-11-27
1
-0
/
+50
*
NtorV3PublicKey: make fields pub(crate), as for NtorPublicKey
Jim Newsome
2023-11-27
1
-2
/
+2
*
Use HandshakeType in Extend2 and CircuitExtender::begin
Jim Newsome
2023-11-27
1
-2
/
+2
*
Merge remote-tracking branch 'public/hs_begin'
Nick Mathewson
2023-11-16
1
-0
/
+1
|
\
|
*
hsrproxy: Send back DONE reasons.
Nick Mathewson
2023-10-23
1
-0
/
+1
*
|
Send less information in onion service BEGIN messages
Nick Mathewson
2023-11-15
2
-1
/
+39
*
|
tor-proto: make ClientHandShake and ServerHandshake generic over aux data
Jim Newsome
2023-11-15
6
-164
/
+112
*
|
Add NtorV3Server and implement ServerHandshake for it
Jim Newsome
2023-11-15
1
-29
/
+43
*
|
ServerHandshake: extend to support ntorv3 extensions
Jim Newsome
2023-11-15
4
-20
/
+130
*
|
NtorV3Client: implement ClientHandshake
Jim Newsome
2023-11-15
1
-7
/
+13
*
|
ClientHandshake: extend to support ntorv3 extensions
Jim Newsome
2023-11-15
4
-22
/
+66
*
|
NtorV3Client: take a slice instead of a vec of extensions
Jim Newsome
2023-11-15
1
-5
/
+3
*
|
ntor_v3: replace `impl digest::XofReader` with `NtorV3XofReader`
Jim Newsome
2023-11-15
1
-15
/
+20
*
|
CircuitHandshake::Ntor::ed_identity clarify doc-comment
Jim Newsome
2023-11-15
1
-2
/
+2
*
|
hs_ntor: fix comment typo INTROUDCE1
Jim Newsome
2023-11-15
1
-1
/
+1
*
|
circuit: On SendMsgAndInstallHandler, tolerate None handler
Nick Mathewson
2023-11-02
1
-0
/
+1
*
|
circuit::reactor: Remember that meta_handler is Send.
Nick Mathewson
2023-11-02
1
-2
/
+2
*
|
Precisely cfg-decorate a constant
Ian Jackson
2023-10-31
1
-0
/
+1
*
|
Add cfg_attr allow(unused_imports) to two crates
Ian Jackson
2023-10-31
1
-0
/
+6
*
|
Add a caret_int HandshakeType for HTYPE constants
Jim Newsome
2023-10-26
3
-4
/
+9
*
|
Change `CircId` to never be zero
Jim Newsome
2023-10-25
6
-59
/
+94
*
|
Convert StreamId to NonZeroU16
Jim Newsome
2023-10-25
7
-73
/
+82
|
/
*
Fix rustdoc link warnings/errors.
Nick Mathewson
2023-10-20
1
-1
/
+1
*
Merge branch 'tricky_terminate' into 'main'
Nick Mathewson
2023-10-19
4
-181
/
+149
|
\
|
*
proto: Revise the behavior of IncomingStream::discard().
Nick Mathewson
2023-10-19
3
-21
/
+45
|
*
IncomingStream:: flatten IncomingStreamInner.
Nick Mathewson
2023-10-19
1
-13
/
+11
|
*
IncomingStream: Remove state.
Nick Mathewson
2023-10-19
1
-67
/
+4
|
*
Note a bug in IncomingStream::discard.
Nick Mathewson
2023-10-19
1
-0
/
+2
|
*
Remove IncomingStreamInner from its Option.
Nick Mathewson
2023-10-19
1
-34
/
+7
|
*
Remove impl Drop from IncomingStream
Nick Mathewson
2023-10-19
1
-11
/
+4
|
*
proto: Remove TODOs about panics on double-close.
Nick Mathewson
2023-10-19
2
-31
/
+2
|
*
proto: Have EndSent remember if we have dropped the stream target.
Nick Mathewson
2023-10-19
2
-14
/
+46
|
*
proto: Give StreamMap::terminate a "why" argument
Nick Mathewson
2023-10-19
2
-7
/
+45
*
|
Merge branch 'upgrade_20231017' into 'main'
Ian Jackson
2023-10-19
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Upgrade to latest asynchronous_codec (0.7.0)
Nick Mathewson
2023-10-17
1
-2
/
+2
*
|
Add comments about another problem with close_pending().
Nick Mathewson
2023-10-17
2
-0
/
+21
*
|
proto: Make StreamTarget::close() misuse less likely.
Nick Mathewson
2023-10-17
2
-5
/
+9
|
/
[next]