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
...
*
|
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
|
/
*
Merge branch 'todos_proto' into 'main'
Nick Mathewson
2023-10-12
3
-91
/
+120
|
\
|
*
proto::stream::incoming: Use bit-array representation for command list
Nick Mathewson
2023-10-12
1
-7
/
+84
|
*
tor-proto: remove a now-unneeded allow in stream::incoming
Nick Mathewson
2023-10-12
1
-2
/
+0
|
*
Remove the (fairly bogus) HsNtorServiceInput type.
Nick Mathewson
2023-10-12
1
-80
/
+37
|
*
proto: Remove a TODO about merging two functions.
Nick Mathewson
2023-10-12
1
-2
/
+0
|
*
Lower and downgrade a TODO about StreamID and NonZeroU16.
Nick Mathewson
2023-10-12
1
-1
/
+0
*
|
tor-proto: Add a FIXME about an allow
Ian Jackson
2023-10-12
1
-0
/
+2
|
/
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
3
-3
/
+3
*
oneshot: Use veneer in tor-proto
Ian Jackson
2023-10-11
6
-9
/
+15
*
Merge branch 'refactor-kdf' into 'main'
Nick Mathewson
2023-10-03
2
-15
/
+42
|
\
|
*
tor-proto: Refactor the key derivation
Emil Engler
2023-09-29
2
-15
/
+42
*
|
tor-proto: Fix clippy warning.
Gabriela Moldovan
2023-10-03
1
-1
/
+1
|
/
*
Merge branch 'misc-upgrades' into 'main'
Nick Mathewson
2023-09-28
3
-6
/
+4
|
\
|
*
Remove direct dependency on generic-array
Nick Mathewson
2023-09-28
3
-6
/
+4
*
|
tor-proto: Replace repeating pattern with fill
Emil Engler
2023-09-28
1
-6
/
+2
|
/
*
tor-proto: Make allow_stream_requests() not return a Result
Nick Mathewson
2023-09-27
1
-4
/
+4
*
Merge branch 'pad_intro2' into 'main'
Nick Mathewson
2023-09-25
1
-7
/
+41
|
\
|
*
Generate padding in Introduce1 messages.
Nick Mathewson
2023-09-18
1
-7
/
+41
*
|
hs_ntor: replace "32" with a const.
Nick Mathewson
2023-09-21
1
-1
/
+1
*
|
hs_ntor: rename get_{introduce,rendezvous}1_key_material.
Nick Mathewson
2023-09-21
1
-6
/
+6
[prev]
[next]