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
/
ipt_mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
hss::svc::ipt_establish: Resolve suppressed warnings.
Nick Mathewson
2023-10-24
1
-10
/
+6
*
tor-hsservice: Fix downcast
Ian Jackson
2023-10-19
1
-1
/
+1
*
tor-hsservice: Add a TODO for logging HS status
Ian Jackson
2023-10-19
1
-0
/
+6
*
tor-hsservice: Adjust log level of IPT relay choice failure
Ian Jackson
2023-10-19
1
-6
/
+15
*
tor-hsservice: Bump log level of main termination message
Ian Jackson
2023-10-19
1
-2
/
+2
*
tor-hsservice: impl HasKind for ChooseIptError
Ian Jackson
2023-10-19
1
-1
/
+14
*
Merge branch 'hs-fixes-2' into 'main'
Alexander Færøy
2023-10-19
1
-21
/
+30
|
\
|
*
tor-hsservice: ipt_mgr: Track notional estab started for faulty IPTs (fmt)
Ian Jackson
2023-10-18
1
-8
/
+10
|
*
tor-hsservice: ipt_mgr: Track notional estab started for faulty IPTs
Ian Jackson
2023-10-18
1
-12
/
+19
|
*
tor-hsservice: ipt_mgr: Prepare for TS::Faulty to contain data
Ian Jackson
2023-10-18
1
-4
/
+4
*
|
tor-hsservice: Add TODO about putting keymgr in the immutable state.
Gabriela Moldovan
2023-10-19
1
-0
/
+1
*
|
tor-hsservice: Pass the service nickname to IptEstablisher.
Gabriela Moldovan
2023-10-19
1
-1
/
+7
*
|
tor-hsservice: Pass the service nickname to IptEstablisher (fmt).
Gabriela Moldovan
2023-10-19
1
-1
/
+1
*
|
tor-hsservice: Give IptManager a KeyMgr.
Gabriela Moldovan
2023-10-19
1
-4
/
+70
|
/
*
tor-hsservice: ipt_mgr: Tolerate complexity warning for now
Ian Jackson
2023-10-16
1
-0
/
+1
*
tor-hsservice: Apply mandatory code formatting worsening
Ian Jackson
2023-10-16
1
-16
/
+46
*
tor-hsservice: ipt_mgr: Add a test case
Ian Jackson
2023-10-16
1
-0
/
+169
*
tor-hsservice: ipt_mgr: Adjust API for mock RNG
Ian Jackson
2023-10-16
1
-4
/
+4
*
tor-hsservice: ipt_mgr: Improve waiting publish message
Ian Jackson
2023-10-16
1
-10
/
+18
*
tor-hsservice: ipt_mgr: Add several debug/trace messages
Ian Jackson
2023-10-16
1
-4
/
+22
*
tor-hsservice: ipt_mgr: Fix a message style
Ian Jackson
2023-10-16
1
-1
/
+2
*
tor-hsservice: ipt_mgr: Avoid looping with a zero timeout
Ian Jackson
2023-10-16
1
-0
/
+3
*
tor-hsservice: ipt_mgr: Apply a limit to looping
Ian Jackson
2023-10-16
1
-0
/
+10
*
tor-hsservice: ipt_mgr: Actually wait for (fast-ish) IPTs
Ian Jackson
2023-10-16
1
-0
/
+4
*
tor-hsservice: ipt_mgr: Remove vestigial expiry time code (2)
Ian Jackson
2023-10-16
1
-10
/
+1
*
tor-hsservice: ipt_mgr: Remove vestigial expiry time code
Ian Jackson
2023-10-16
1
-4
/
+0
*
tor-hsservice: ipt_mgr: Mark an argument as unused
Ian Jackson
2023-10-16
1
-1
/
+1
*
hss: use Arc to avoid copying on k_hss_ntor.
Nick Mathewson
2023-10-12
1
-10
/
+3
*
oneshot: Use veneer in tor-hsservice
Ian Jackson
2023-10-11
1
-1
/
+2
*
Merge branch 'intro_rend' into 'main'
Nick Mathewson
2023-09-21
1
-0
/
+1
|
\
|
*
hs_ntor: allow attempting handshake with a set of subcredentials.
Nick Mathewson
2023-09-20
1
-13
/
+0
|
*
HSS: route most necessary key material to RendRequest
Nick Mathewson
2023-09-20
1
-0
/
+14
*
|
tor-hsservice: Handle config updates correctly
Ian Jackson
2023-09-20
1
-7
/
+24
*
|
tor-hsservice: Make config a watch receiver
Ian Jackson
2023-09-20
1
-3
/
+5
|
/
*
tor-hsservice: ipt mgr: Apply deferred rustfmt churn
Ian Jackson
2023-09-18
1
-3
/
+1
*
tor-hsservice: ipt mgr: Remove some allows
Ian Jackson
2023-09-18
1
-4
/
+0
*
tor-hsservice: ipt mgr: Instruct Establisher to start accepting
Ian Jackson
2023-09-18
1
-1
/
+12
*
tor-hsservice: ipt mgr: Introduce ErasedIptEstablisher alias
Ian Jackson
2023-09-18
1
-4
/
+7
*
tor-hsservice: ipt mgr: Break apart publish_set
Ian Jackson
2023-09-18
1
-10
/
+26
*
tor-hsservice: ipt mgr: Move `expires` binding
Ian Jackson
2023-09-18
1
-8
/
+8
*
tor-hsservice: ipt mgr: Split out publish None handling
Ian Jackson
2023-09-18
1
-4
/
+9
*
Merge branch 'ipt-misc' into 'main'
Nick Mathewson
2023-09-18
1
-25
/
+25
|
\
|
*
tor-hsservice: ipt mgr: Drop Mockable::new_intro_points
Ian Jackson
2023-09-18
1
-5
/
+0
|
*
tor-hsservice: Pass correct parameters to Establisher
Ian Jackson
2023-09-18
1
-5
/
+4
|
*
tor-hsservice: Wrap k_hs_ipt_sid in an Arc
Ian Jackson
2023-09-18
1
-2
/
+8
|
*
tor-hsservice: TODO HSS-IPT-PERSIST: make a new specific todo
Ian Jackson
2023-09-18
1
-6
/
+6
|
*
tor-hsservice: ipt mgr: Code motion needed to actually make ipt
Ian Jackson
2023-09-18
1
-10
/
+10
|
*
tor-hsservice: Unify ids as IptLocalId replacing IntroPointId
Ian Jackson
2023-09-18
1
-1
/
+1
|
*
tor-hsservice: Use correct name for k_hs_ipt_sid variable
Ian Jackson
2023-09-18
1
-1
/
+1
*
|
Merge branch 'ipt-set-2' into 'main'
Ian Jackson
2023-09-18
1
-9
/
+16
|
\
\
|
|
/
|
/
|
[next]