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-hsservice
/
src
/
ipt_mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-2
/
+2
*
|
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
1
-1
/
+1
|
/
*
Merge branch 'keymgr-derive-builder' into 'main'
gabi-250
2023-11-28
1
-2
/
+7
|
\
|
*
tor-keymgr: Derive Builder for KeyMgr (fmt).
Gabriela Moldovan
2023-11-27
1
-2
/
+7
|
*
tor-keymgr: Derive Builder for KeyMgr.
Gabriela Moldovan
2023-11-27
1
-2
/
+2
*
|
Merge branch 'hss-debug-serde' into 'main'
Ian Jackson
2023-11-28
1
-2
/
+27
|
\
\
|
*
|
tor-hsservice: Bespoke Debug impl for IptRelay
Ian Jackson
2023-11-27
1
-2
/
+27
|
|
/
*
|
tor-hsservice: import_new_expiry_times: Add another xref
Ian Jackson
2023-11-27
1
-0
/
+5
*
|
tor-hsservice: ipt_mgr: Split out start_establisher
Ian Jackson
2023-11-27
1
-13
/
+46
*
|
tor-hsservice: Make import_new_expiry_times not take &mut IptManager (fmt)
Ian Jackson
2023-11-27
1
-3
/
+1
*
|
tor-hsservice: Make import_new_expiry_times not take &mut IptManager
Ian Jackson
2023-11-27
1
-5
/
+3
*
|
tor-hsservice: Soup up plumbing for ipt_relay_rotation_time
Ian Jackson
2023-11-27
1
-10
/
+1
*
|
tor-hsservice: ipt_mgr: Move nascent state records into mod persist
Ian Jackson
2023-11-27
1
-27
/
+2
*
|
tor-hsservice: Use Instant for planned_retirement
Ian Jackson
2023-11-27
1
-6
/
+4
*
|
tor-hsservice: Mockable: Don't pass an explicit keymgr any more (fmt)
Ian Jackson
2023-11-27
1
-5
/
+1
*
|
tor-hsservice: Mockable: Don't pass an explicit keymgr any more
Ian Jackson
2023-11-27
1
-7
/
+2
*
|
tor-hsservice: ipt_mgr: Move KeyMgr to Immutable
Ian Jackson
2023-11-27
1
-7
/
+6
*
|
tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop (fmt)
Ian Jackson
2023-11-27
1
-3
/
+3
*
|
tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop
Ian Jackson
2023-11-27
1
-16
/
+43
*
|
tor-hsservice: ipt_set: Make PublishIptSet a struct
Ian Jackson
2023-11-27
1
-8
/
+8
*
|
tor-hsservice: ipt_set: Make initial state in the constructor
Ian Jackson
2023-11-27
1
-1
/
+1
|
/
*
hss: pipe config watchers into ipt_establish.
Nick Mathewson
2023-11-20
1
-8
/
+9
*
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
[prev]
[next]