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-hsclient
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tor-hsclient: Do Debug the descriptor as part of Data
Ian Jackson
2023-06-21
1
-1
/
+0
*
|
tor-hsclient: Drop some temporary trace calls
Ian Jackson
2023-06-21
2
-8
/
+2
*
|
tor-hsclient: Drop two eprintlns in production code
Ian Jackson
2023-06-21
1
-2
/
+0
*
|
tor-hsclinet: Promote dead code allows to cover all tests
Ian Jackson
2023-06-21
1
-1
/
+3
*
|
tor-hsclient: Use a formulaic TODO mark for incompleteness of tests
Ian Jackson
2023-06-21
1
-5
/
+5
*
|
tor-hsclinet: Add a narrow allow, pending answer to open question
Ian Jackson
2023-06-21
1
-0
/
+1
*
|
tor-hsclient: Remove unused Context.hs_blind_id_key
Ian Jackson
2023-06-21
1
-3
/
+0
*
|
tor-hsclient: Add an allow for a deliberately-unused variable
Ian Jackson
2023-06-21
1
-0
/
+1
*
|
tor-hsclient: Omit some unussed struct fields in patterns
Ian Jackson
2023-06-21
1
-2
/
+2
|
/
*
Merge branch 'netdoc-todos' into 'main'
Nick Mathewson
2023-06-16
1
-0
/
+2
|
\
|
*
hsclient: note that we should check revctr.
Nick Mathewson
2023-06-16
1
-0
/
+2
*
|
keymgr: Move the HS client and service key specifiers out of tor-keymgr.
Gabriela Moldovan
2023-06-15
2
-2
/
+81
*
|
hsclient: Change builder error return type to ConfigBuildError.
Gabriela Moldovan
2023-06-15
1
-1
/
+1
*
|
tor-hsclient: Make Untried a {}-less unit
Ian Jackson
2023-06-15
1
-2
/
+2
*
|
tor-hsclient: Insert a blank line
gabi-250
2023-06-15
1
-0
/
+1
*
|
tor-hsclient: Docs improvements.
gabi-250
2023-06-15
1
-2
/
+2
*
|
tor-hsclient: Remove two done TODOs
Ian Jackson
2023-06-15
1
-2
/
+0
*
|
tor-hsclient: provide intro_index accessor for FailedAttemptError (xref)
Ian Jackson
2023-06-15
1
-1
/
+2
*
|
tor-hsclient: Actually store our IPT experiences
Ian Jackson
2023-06-15
1
-7
/
+42
*
|
tor-hsclient: intro_rend_connect: bind `outcome`
Ian Jackson
2023-06-15
1
-3
/
+3
*
|
tor-hsclient: Actually choose which intro points to use
Ian Jackson
2023-06-15
1
-3
/
+75
*
|
tor-hsclient: Introduce RelayIdForExperience
Ian Jackson
2023-06-15
1
-9
/
+37
*
|
tor-hsclient: Add random sort key to UsableIpt
Ian Jackson
2023-06-15
1
-0
/
+6
*
|
tor-hsclient: provide intro_index accessor for FailedAttemptError
Ian Jackson
2023-06-15
2
-1
/
+24
*
|
tor-hsclient: InvalidTarget::ImpossibleRelayIds is RetryTime::Never
Ian Jackson
2023-06-14
1
-1
/
+1
*
|
tor-hsclient: Correction to HasRetryTime for InvalidTarget doc
Nick Mathewson
2023-06-14
1
-1
/
+2
*
|
tor-hsclient: Add doc for HasKind for FailedAttemptError
Ian Jackson
2023-06-14
1
-0
/
+16
*
|
tor-hsclient: Add docs and comments about HasRetryTime for InvalidTarget
Ian Jackson
2023-06-14
1
-0
/
+18
*
|
tor-hsclient: impl HasRetryTime for FailedAttemptError
Ian Jackson
2023-06-14
2
-2
/
+25
*
|
tor-hsclient: impl HasRetryTime for InvalidTarget
Ian Jackson
2023-06-14
1
-1
/
+14
|
/
*
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
2
-6
/
+59
*
tor-hsclient: Remove an already-done TODO
Ian Jackson
2023-06-13
1
-3
/
+0
*
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
*
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
*
proto: Convert MsgHandler API to expect a message, not a cell.
Nick Mathewson
2023-06-12
1
-23
/
+14
*
hsclient: fill in a lot more introduce/rendezvous logic.
Nick Mathewson
2023-06-12
1
-4
/
+146
*
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
*
proto: Have send_control_message take an AnyRelayMsg.
Nick Mathewson
2023-06-09
1
-6
/
+6
[prev]
[next]