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
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-8
/
+8
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-5
/
+5
*
Merge branch 'msrv-bump-1.70' into 'main'
Ian Jackson
2023-11-30
1
-1
/
+1
|
\
|
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
|
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
3
-0
/
+79
*
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
2
-0
/
+44
*
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
*
|
Merge branch 'strip_onion_begin' into 'main'
Alexander Færøy
2023-11-15
3
-1
/
+40
|
\
\
|
*
|
Send less information in onion service BEGIN messages
Nick Mathewson
2023-11-15
3
-1
/
+40
*
|
|
Merge branch 'upgrades-20231115' into 'main'
gabi-250
2023-11-15
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Upgrade to itertools 0.12.0
Nick Mathewson
2023-11-15
1
-1
/
+1
*
|
|
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
*
|
Remove semver.md files from arti 1.1.10
Nick Mathewson
2023-10-31
1
-3
/
+0
*
|
Merge branch 'semver-bumps' into 'main'
Nick Mathewson
2023-10-31
1
-8
/
+8
|
\
\
|
*
|
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-3
/
+3
|
*
|
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-5
/
+5
*
|
|
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
5
-181
/
+151
|
\
|
*
proto: Revise the behavior of IncomingStream::discard().
Nick Mathewson
2023-10-19
4
-22
/
+47
|
*
IncomingStream:: flatten IncomingStreamInner.
Nick Mathewson
2023-10-19
1
-13
/
+11
[next]