index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-hsclient
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
*
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
1
-1
/
+1
*
proto: Have send_control_message take an AnyRelayMsg.
Nick Mathewson
2023-06-09
1
-6
/
+6
*
tor-hsclient: Use send_control_message properly (fmt)
Ian Jackson
2023-06-09
1
-10
/
+10
*
tor-hsclient: Use send_control_message properly
Ian Jackson
2023-06-09
1
-14
/
+18
*
tor-hsclient: Obtain reply_tx earlier
Ian Jackson
2023-06-09
1
-3
/
+5
*
tor-hsclient: Break out handle_proto_error
Ian Jackson
2023-06-09
1
-4
/
+6
*
tor-hsclient: Add TODO for broken send_control_message use
Ian Jackson
2023-06-09
1
-0
/
+1
*
tor-hsclient: Discuss circuit parallelisation in sad case
Ian Jackson
2023-06-09
1
-1
/
+6
*
tor-hsclient: Add a TODO to retain the NetDir less long
Ian Jackson
2023-06-09
1
-0
/
+5
*
tor-hsclient: Add some trace! temporarily
Ian Jackson
2023-06-09
1
-0
/
+6
*
tor-hsclient: Add a lot of debug! (fmt)
Ian Jackson
2023-06-09
1
-1
/
+4
*
tor-hsclient: Add a lot of debug!
Ian Jackson
2023-06-09
1
-3
/
+46
[prev]
[next]