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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
hscrypto: clarify and downgrade TODOs about blinding secrets
Nick Mathewson
2023-06-13
1
-2
/
+10
*
|
|
|
Merge branch '20_byte_sendme_digest' into 'main'
Ian Jackson
2023-06-13
1
-3
/
+13
|
\
\
\
\
|
*
|
|
|
proto: Make sure that auth tags are truncated to 20 bytes
Nick Mathewson
2023-06-13
1
-3
/
+13
|
|
/
/
/
*
|
|
|
Merge branch 'hs' into 'main'
gabi-250
2023-06-13
4
-45
/
+155
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
tor-hsclient: Add some more debugging
Ian Jackson
2023-06-13
1
-2
/
+39
|
*
|
|
tor-hsclient: Return the circuit
Ian Jackson
2023-06-13
1
-4
/
+1
|
*
|
|
tor-hsclient: Conduct the INTRODUCE1 exchange
Ian Jackson
2023-06-13
3
-6
/
+69
|
*
|
|
tor-hsclient: Remove an already-done TODO
Ian Jackson
2023-06-13
1
-3
/
+0
|
*
|
|
tor-cell: IntroduceAck: Add .success() function to give a Result
Ian Jackson
2023-06-13
1
-0
/
+16
|
*
|
|
tor-hsclient: Rename some errors for greater consistency
Ian Jackson
2023-06-13
2
-15
/
+15
|
*
|
|
tor-hsclient: Reorder timeout errors to be "less interesting"
Ian Jackson
2023-06-13
1
-21
/
+21
*
|
|
|
Merge branch 'hs3' into 'main'
Ian Jackson
2023-06-13
4
-73
/
+177
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
tor-hsclient: Improve proto_oneshot docs
Nick Mathewson
2023-06-13
1
-1
/
+1
|
*
|
tor-hsclient: Pass handshake_state to complete_handcshake (fmt)
Ian Jackson
2023-06-13
1
-1
/
+4
|
*
|
tor-hsclient: Pass handshake_state to complete_handcshake
Ian Jackson
2023-06-13
1
-7
/
+21
|
*
|
tor-hsclient: Add a missing doc
Ian Jackson
2023-06-13
1
-1
/
+1
|
*
|
tor-hsclient: Introduce proto_oneshot, to help with message handling (fmt)
Ian Jackson
2023-06-13
1
-12
/
+5
|
*
|
tor-hsclient: Introduce proto_oneshot, to help with message handling
Ian Jackson
2023-06-13
3
-57
/
+120
|
*
|
tor-hsclient: (try to) receive the RENDEZVOUS2 message
Ian Jackson
2023-06-13
2
-7
/
+38
|
*
|
tor-hsclient: Fix a botched doc comment
Ian Jackson
2023-06-13
1
-1
/
+1
*
|
|
RPC: Suppress a warning to do with RPC and SOCKS
Ian Jackson
2023-06-13
1
-0
/
+1
|
/
/
*
|
Merge branch 'msg_in_handler' into 'main'
Ian Jackson
2023-06-13
5
-31
/
+49
|
\
\
|
*
|
proto: Convert MsgHandler API to expect a message, not a cell.
Nick Mathewson
2023-06-12
5
-31
/
+49
*
|
|
Merge branch 'rpc_pseudomethods_v6' into 'main'
Nick Mathewson
2023-06-12
8
-33
/
+518
|
\
\
\
|
*
|
|
RPC: Functionality to downcast dyn Object to a dyn Trait.
Nick Mathewson
2023-06-12
6
-27
/
+518
|
*
|
|
rpc: make decl_object! responsible for writing impl Object {} blocks.
Nick Mathewson
2023-06-07
6
-9
/
+3
*
|
|
|
Merge branch 'desc-validation-err-doc' into 'main'
gabi-250
2023-06-12
1
-1
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
tor-error: Clarify what we mean by "hostile".
Gabriela Moldovan
2023-06-12
1
-1
/
+1
|
*
|
|
tor-error: Document another potential cause for OnionServiceDescriptorValidat...
Gabriela Moldovan
2023-06-12
1
-0
/
+4
*
|
|
|
hsclient: fill in a lot more introduce/rendezvous logic.
Nick Mathewson
2023-06-12
1
-4
/
+146
*
|
|
|
cell: Add an accessor for the body of a Rendezvous2.
Nick Mathewson
2023-06-12
1
-0
/
+6
*
|
|
|
proto: Add a commment about a problem in my hs_ntor plans.
Nick Mathewson
2023-06-12
1
-0
/
+4
*
|
|
|
proto: code movement and reindentation in hs_ntor
Nick Mathewson
2023-06-12
1
-86
/
+75
*
|
|
|
proto: Remove now-unused hs_ntor APIs
Nick Mathewson
2023-06-12
1
-43
/
+21
*
|
|
|
proto: refactor hs_ntor to reuse state.
Nick Mathewson
2023-06-12
1
-14
/
+49
*
|
|
|
hsclient: receive rendezvous2 messages too.
Nick Mathewson
2023-06-12
1
-17
/
+25
*
|
|
|
hsclient: Move the body of the msg handler into a new function
Nick Mathewson
2023-06-12
1
-26
/
+41
*
|
|
|
hsclient: Add a second oneshot to Rendezvous msghandler
Nick Mathewson
2023-06-12
1
-9
/
+36
*
|
|
|
hsclient: use hs-client feature in tor-proto.
Nick Mathewson
2023-06-12
1
-1
/
+1
*
|
|
|
Upgrade async-trait requirement to 1.54
Nick Mathewson
2023-06-12
9
-9
/
+9
|
/
/
/
*
|
|
Merge branch 'redactable_relayids' into 'main'
Nick Mathewson
2023-06-12
4
-12
/
+77
|
\
\
\
|
*
|
|
linkspec: cleanup usage; change std::fmt to fmt.
Nick Mathewson
2023-06-12
1
-6
/
+6
|
*
|
|
RelayId: Display the ID type on redacted identities.
Nick Mathewson
2023-06-09
2
-4
/
+3
|
*
|
|
linkspec: implement Display/Redacted on RelayIds
Nick Mathewson
2023-06-09
1
-0
/
+22
|
*
|
|
linkspec: Implement HasRelayIds::display_relay_ids().
Nick Mathewson
2023-06-09
2
-6
/
+50
*
|
|
|
Merge branch 'circuit_send_message_fixes' into 'main'
Nick Mathewson
2023-06-12
2
-12
/
+15
|
\
\
\
\
|
*
|
|
|
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2023-06-12
1
-1
/
+1
|
*
|
|
|
proto: Have send_control_message take an AnyRelayMsg.
Nick Mathewson
2023-06-09
2
-10
/
+8
|
*
|
|
|
proto: Correct the docs on send_control_message
Nick Mathewson
2023-06-09
1
-2
/
+7
|
|
/
/
/
*
|
|
|
Merge branch 'arc_hsdirs_in_netdir' into 'main'
Ian Jackson
2023-06-12
1
-5
/
+7
|
\
\
\
\
[prev]
[next]