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
/
connect.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'refactor_stream_crypto_init' into 'main'
Nick Mathewson
2024-03-26
1
-4
/
+2
|
\
|
*
Refactor the logic for constructing crypt layers.
Nick Mathewson
2024-03-26
1
-4
/
+2
*
|
tor-rtcompat: CompoundRuntime: Add a CoarseTimeProvider, and impl
Ian Jackson
2024-03-25
1
-0
/
+1
|
/
*
Propagate RelayCellFormat selection up to where format decisions will be made
Jim Newsome
2024-03-20
1
-2
/
+4
*
hsclient: Clarify "hs_hops" to avoid confusion.
Nick Mathewson
2024-03-14
1
-6
/
+11
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
tor-circmgr: Add UniqId to CircTimeout.
Gabriela Moldovan
2024-02-27
1
-1
/
+1
*
tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.
Gabriela Moldovan
2024-01-24
1
-1
/
+2
*
hsclient: Remove comment about tearing down circuit.
Nick Mathewson
2023-12-11
1
-2
/
+0
*
hsclient: Clean up some TODOs about parallelism.
Nick Mathewson
2023-12-05
1
-7
/
+8
*
Fix typo in arguments
halcyon
2023-10-20
1
-1
/
+1
*
hsclient: add a missing ) to a message.
Nick Mathewson
2023-10-17
1
-1
/
+1
*
dirclient: Seal the Requestable trait and hide most of its members.
Nick Mathewson
2023-10-17
1
-1
/
+1
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of ...
Gabriela Moldovan
2023-09-25
1
-6
/
+2
*
tor-hsclient, arti-client, tor-keymgr, tor-netdoc: Use a keypair instead of S...
Gabriela Moldovan
2023-09-25
1
-7
/
+7
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
tor-netdir: Use an owned HsBlindId instead of a reference.
Gabriela Moldovan
2023-08-22
1
-1
/
+1
*
tor-hsclient: Use hs_dirs_download instead of the deprecated hs_dirs.
Gabriela Moldovan
2023-08-22
1
-6
/
+5
*
tor-dirclient: Rename download() to send_request().
Gabriela Moldovan
2023-08-16
1
-1
/
+1
*
tor-proto: Add ClientCirc::start_conversation().
Gabriela Moldovan
2023-08-04
1
-3
/
+4
*
Run cargo +nightly fmt to format many let ... else ...
Ian Jackson
2023-07-24
1
-2
/
+6
*
Fix typos
Dimitris Apostolou
2023-07-22
1
-9
/
+9
*
retry-error: Attempts must be AsRef<dyn Error>; print their sources
Ian Jackson
2023-07-19
1
-3
/
+3
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
1
-0
/
+1
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
Merge branch 'conversation' into 'main'
Alexander Færøy
2023-07-10
1
-18
/
+28
|
\
\
|
*
|
tor-proto: run rustfmt
Ian Jackson
2023-06-30
1
-1
/
+3
|
*
|
tor-proto conversation API: Provide ConversationInHandler
Ian Jackson
2023-06-30
1
-1
/
+3
|
*
|
tor-proto conversation API: Return a Conversation
Ian Jackson
2023-06-30
1
-4
/
+10
|
*
|
tor-proto conversation API: Rename to start_conversation_last_hop
Ian Jackson
2023-06-30
1
-8
/
+8
|
*
|
tor-proto conversation API: Make starting message optional
Ian Jackson
2023-06-30
1
-5
/
+5
|
*
|
tor-proto conversation API: Rename to ConversationFinished
Ian Jackson
2023-06-30
1
-2
/
+2
*
|
|
Merge branch 'recurse' into 'main'
Alexander Færøy
2023-07-10
1
-26
/
+37
|
\
|
|
|
|
/
|
/
|
|
*
tor-hsclient: Mock traits: Work around an async boobytrap
Ian Jackson
2023-06-30
1
-26
/
+37
*
|
Add exceptions for some cases of diverging_sub_expression
Nick Mathewson
2023-07-10
1
-0
/
+2
*
|
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-12
/
+8
|
/
*
Merge branch 'timeouts' into 'main'
Ian Jackson
2023-06-29
1
-16
/
+109
|
\
|
*
tor-hsclient: Add some notes about timeouts and hops
Ian Jackson
2023-06-29
1
-0
/
+8
|
*
tor-hsclient: Use estimated timeouts for introduction and rendezvous (fmt)
Ian Jackson
2023-06-29
1
-2
/
+6
|
*
tor-hsclient: Use estimated timeouts for introduction and rendezvous
Ian Jackson
2023-06-29
1
-12
/
+44
|
*
tor-hsclient: Use estimated timeout for hsdir fetches (fmt)
Ian Jackson
2023-06-29
1
-1
/
+1
|
*
tor-hsclient: Use estimated timeout for hsdir fetches
Ian Jackson
2023-06-29
1
-5
/
+7
|
*
tor-hsclient: Provide bodge constant for circuit length
Ian Jackson
2023-06-29
1
-0
/
+11
|
*
tor-hsclient: Plumb timeout estimation machinery
Ian Jackson
2023-06-29
1
-0
/
+36
*
|
Merge branch 'maxintro3' into 'main'
Ian Jackson
2023-06-29
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
tor-netdoc: Reject hsdescs with no intro points
Ian Jackson
2023-06-28
1
-4
/
+0
*
|
tor-hsclient: Use proper CircParameters
Ian Jackson
2023-06-29
1
-2
/
+2
*
|
tor-hsclient: err: Rename to RendezvousCompletionCircuitError
Ian Jackson
2023-06-29
1
-1
/
+1
*
|
tor-hsclient: Handle handshake completion error correctly
Ian Jackson
2023-06-28
1
-6
/
+10
*
|
tor-hsclient: Rename RendezvousCompletionCircuit from RendezvousCompletion
Ian Jackson
2023-06-28
1
-1
/
+1
|
/
[next]