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
*
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
|
\
\
|
|
/
|
/
|
|
*
tor-hsservice: Add a block to run_once
Ian Jackson
2023-09-18
1
-9
/
+16
*
|
Add a note about how the K_hss_ntor is passed.
Nick Mathewson
2023-09-17
1
-0
/
+4
*
|
ipt_mgr: use HsSvcNtorKeypair.
Nick Mathewson
2023-09-17
1
-23
/
+4
|
/
*
tor-hsservice: ipt mgr: merge_join_subset_by: test
Ian Jackson
2023-09-12
1
-0
/
+27
*
tor-hsservice: ipt mgr: Add an empty test module
Ian Jackson
2023-09-12
1
-0
/
+18
*
tor-hsservice: ipt mgr: Commentary about performance
Ian Jackson
2023-09-12
1
-0
/
+59
*
tor-hsservice: ipt mgr: merge_join_subset_by: rustfmt
Ian Jackson
2023-09-12
1
-2
/
+2
*
tor-hsservice: ipt mgr: merge_join_subset_by: fix clippy lints
Ian Jackson
2023-09-12
1
-11
/
+5
*
tor-hsservice: ipt mgr: merge_join_subset_by: drop Debug bounds
Ian Jackson
2023-09-12
1
-3
/
+3
*
tor-hsservice: ipt mgr: merge_join_subset_by: return an iterator
Ian Jackson
2023-09-12
1
-12
/
+7
*
tor-hsservice: ipt mgr: merge_join_subset_by: Introduce 'out
Ian Jackson
2023-09-12
1
-8
/
+8
*
tor-hsservice: ipt mgr: merge_join_subset_by: Replace algorithm
Ian Jackson
2023-09-12
1
-77
/
+20
*
tor-hsservice: ipt mgr: merge_join_subset_by: document working set
Ian Jackson
2023-09-12
1
-1
/
+2
*
tor-hsservice: ipt mgr: merge_join_subset_by: check more for dupes
Ian Jackson
2023-09-12
1
-0
/
+4
*
tor-hsservice: ipt mgr: Break out merge_join_subset_by
Ian Jackson
2023-09-12
1
-19
/
+109
*
tor-hsservice: ipt mgr: Handle ipt relay selection failure (fmt)
Ian Jackson
2023-09-11
1
-1
/
+1
*
tor-hsservice: ipt mgr: Handle ipt relay selection failure
Ian Jackson
2023-09-11
1
-4
/
+34
*
tor-hsservice: ipt_mgr: Document expiry None
Ian Jackson
2023-09-07
1
-0
/
+2
*
tor-hsservice: ipt_mgr: Explain more about expiry time data flow
Ian Jackson
2023-09-07
1
-0
/
+13
*
tor-hsservice: ipt_mgr: Add a TODO about the join
Ian Jackson
2023-09-07
1
-0
/
+4
*
tor-hsservice: ipt_mgr: Explicitly drop publish_set
Ian Jackson
2023-09-07
1
-0
/
+2
*
tor-hsservice: ipt_mgr: Actually send ipts to publisher
Ian Jackson
2023-09-07
1
-4
/
+2
*
tor-hsservice: ipt_mgr: Fix output expiry time handling (fmt)
Ian Jackson
2023-09-07
1
-2
/
+2
*
tor-hsservice: ipt_mgr: Fix output expiry time handling
Ian Jackson
2023-09-07
1
-10
/
+9
*
tor-hsservice: ipt_mgr: Import updated expiry times
Ian Jackson
2023-09-07
1
-0
/
+38
*
tor-hsservice: ipt_mgr: Call borrow_for_update()
Ian Jackson
2023-09-07
1
-5
/
+11
*
tor-hsservice: ipt_mgr: Call borrow_for_update() (pre fmt)
Ian Jackson
2023-09-07
1
-3
/
+10
*
tor-hsservice: ipt_mgr: Reorganise main loop a bit
Ian Jackson
2023-09-07
1
-9
/
+13
*
tor-hsservice: ipt_mgr: Document further data structure stability
Ian Jackson
2023-09-07
1
-0
/
+7
[next]