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-hsservice
/
src
/
svc
/
ipt_establish.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
hss::svc::ipt_establish: Include nickname in messages.
Nick Mathewson
2023-10-24
1
-2
/
+4
*
hss::svc::ipt_establish: Resolve suppressed warnings.
Nick Mathewson
2023-10-24
1
-6
/
+6
*
tor-hsservice: Look up the keypair, not the public key.
Gabriela Moldovan
2023-10-24
1
-5
/
+5
*
Fix rustdoc link warnings/errors.
Nick Mathewson
2023-10-20
1
-1
/
+1
*
tor-hsservice: Declare an IPT that fails during Establishing to be Faulty
Ian Jackson
2023-10-19
1
-1
/
+5
*
tor-hsservice: Do not claim a completely broken IPT wants to retire
Ian Jackson
2023-10-19
1
-1
/
+6
*
ipt_establish: Try to make note_open work.
Nick Mathewson
2023-10-19
1
-6
/
+28
*
tor-hsservice: Replace placeholder subcredentials with values from the keystore.
Gabriela Moldovan
2023-10-19
1
-9
/
+93
*
tor-hsservice: Pass the service nickname to IptEstablisher (fmt).
Gabriela Moldovan
2023-10-19
1
-0
/
+2
*
tor-hsservice: Give IptManager a KeyMgr.
Gabriela Moldovan
2023-10-19
1
-0
/
+2
*
tor-hsservice: Narrow some dead code allows
Ian Jackson
2023-10-16
1
-0
/
+1
*
hss: use Arc to avoid copying on k_hss_ntor.
Nick Mathewson
2023-10-12
1
-4
/
+4
*
Remove the (fairly bogus) HsNtorServiceInput type.
Nick Mathewson
2023-10-12
1
-11
/
+5
*
oneshot: Apply deferred rustfmt churn
Ian Jackson
2023-10-11
1
-6
/
+2
*
oneshot: Use veneer in tor-hsservice
Ian Jackson
2023-10-11
1
-1
/
+2
*
hs_ntor: allow attempting handshake with a set of subcredentials.
Nick Mathewson
2023-09-20
1
-3
/
+8
*
hs_ntor: Take our k_hss_ntor keypair explicitly.
Nick Mathewson
2023-09-20
1
-2
/
+1
*
HSS: Enable RendRequests to be answered.
Nick Mathewson
2023-09-20
1
-1
/
+5
*
HSS: route most necessary key material to RendRequest
Nick Mathewson
2023-09-20
1
-7
/
+39
*
tor-hsservice: Wrap k_hs_ipt_sid in an Arc
Ian Jackson
2023-09-18
1
-4
/
+4
*
tor-hsservice: Unify ids as IptLocalId replacing IntroPointId
Ian Jackson
2023-09-18
1
-9
/
+8
*
tor-hsservice: Use correct name for k_hs_ipt_sid variable
Ian Jackson
2023-09-18
1
-6
/
+7
*
tor-hsservice: Fix IPT establisher broken doc link.
Gabriela Moldovan
2023-09-05
1
-1
/
+1
*
tor-hsservice: Add commentary re VerbatimLinkSpecCircTarget
Ian Jackson
2023-09-05
1
-0
/
+9
*
tor-hsservice: ipt_estblish: Add TODOs re netdir monitoring
Ian Jackson
2023-08-30
1
-0
/
+16
*
tor-hsservice: Have Establisher provide more information to Manager
Ian Jackson
2023-08-29
1
-4
/
+23
*
tor-hsservice: Make wait_for_netdir* more widely available.
Gabriela Moldovan
2023-08-25
1
-63
/
+6
*
ipt establisher API: pass a struct to new()
Ian Jackson
2023-08-23
1
-9
/
+32
*
hss: Improve comments in IptEstablisher::drop.
Nick Mathewson
2023-08-22
1
-2
/
+8
*
hss: Allow IptEstablisher to start in Advertised mode.
Nick Mathewson
2023-08-22
1
-18
/
+20
*
hss: switch to select_biased
Nick Mathewson
2023-08-22
1
-1
/
+1
*
hss: change terminate oneshot to send "void".
Nick Mathewson
2023-08-22
1
-7
/
+9
*
HSS: Use correct timeouts and delays in IptEstablisher
Nick Mathewson
2023-08-22
1
-8
/
+7
*
HSS: Use a more accurate timeout for ESTABLISH_INTRO handshake.
Nick Mathewson
2023-08-22
1
-10
/
+11
*
HSS: Refactor RendRequest so we can return a stream of it.
Nick Mathewson
2023-08-22
1
-16
/
+22
*
HSS: Use DropNotifyWatchSender.
Nick Mathewson
2023-08-22
1
-3
/
+3
*
HSS: Implement start_accepting and drop for IptEstablisher.
Nick Mathewson
2023-08-22
1
-14
/
+75
*
hss: launch task to establish introduce requests.
Nick Mathewson
2023-08-22
1
-14
/
+76
*
hss: Once an ipt session is established, let it keep running.
Nick Mathewson
2023-08-22
1
-6
/
+10
*
hss: make Ipt establisher code use an mpsc::Sender.
Nick Mathewson
2023-08-22
1
-28
/
+32
*
hss: Establish intro point by RelayIds.
Nick Mathewson
2023-08-22
1
-8
/
+54
*
Merge branch 'hss-err' into 'main'
gabi-250
2023-08-18
1
-1
/
+2
|
\
|
*
tor-hsservice errors: Distinguish operational errors by context
Ian Jackson
2023-08-17
1
-1
/
+2
*
|
Merge branch 'ipt-e-drop' into 'main'
gabi-250
2023-08-18
1
-0
/
+19
|
\
\
|
*
|
tor-hsservice: Define drop behaviour of IPT establisher status
Ian Jackson
2023-08-17
1
-0
/
+19
|
|
/
*
/
tor-hsservice: Change IptEstablisher::new to take RelayIds
Ian Jackson
2023-08-17
1
-3
/
+3
|
/
*
tor-hsservice: Have IptEstablisher::new() return the status watch (fmt)
Ian Jackson
2023-08-16
1
-2
/
+1
*
tor-hsservice: Have IptEstablisher::new() return the status watch
Ian Jackson
2023-08-16
1
-5
/
+6
*
Wire up more of IptEstablisher.
Nick Mathewson
2023-08-16
1
-7
/
+111
*
reformat establish_intro_once
Nick Mathewson
2023-08-15
1
-75
/
+78
[next]