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
...
*
tor-hsservice: ipt mgr: expiry: Add some comments
Ian Jackson
2024-02-13
1
-0
/
+4
*
tor-hsservice: ipt mgr: expiry: Break out all_ipts (fmt)
Ian Jackson
2024-02-13
1
-4
/
+1
*
tor-hsservice: ipt mgr: expiry: Break out all_ipts
Ian Jackson
2024-02-13
1
-8
/
+15
*
tor-hsservice: ipt mgr: expiry: rename a variable
Ian Jackson
2024-02-13
1
-3
/
+3
*
tor-hsservice: ipt mgr: Move/rename to StateExpiryError (fmt)
Ian Jackson
2024-02-13
1
-3
/
+1
*
tor-hsservice: ipt mgr: Move/rename to StateExpiryError
Ian Jackson
2024-02-13
1
-39
/
+4
*
tor-hsservice: replay: Move replay filename knowledge into replay.rs
Ian Jackson
2024-02-13
1
-27
/
+5
*
tor-hsservice: ipt mgr: Temporarily suppress a lint
Ian Jackson
2024-02-13
1
-0
/
+1
*
tor-hsservice: ipt mgr: Check that file expiry happens precisely when wanted
Ian Jackson
2024-02-13
1
-4
/
+20
*
tor-hsservice: ipt mgr: Add a test hook for expiry
Ian Jackson
2024-02-13
1
-0
/
+24
*
tor-hsservice: ipt mgr: Do old IPT file cleanup on startup too
Ian Jackson
2024-02-13
1
-0
/
+4
*
tor-hsservice: ipt mgr: Explain about the ipt_set invariant
Ian Jackson
2024-02-13
1
-0
/
+6
*
tor-hsservice: ipt mgr: Rewrite state expiry doc comment
Ian Jackson
2024-02-13
1
-3
/
+7
*
tor-hsservice: ipt mgr: Abolish a foolish intermediate variable
Ian Jackson
2024-02-13
1
-14
/
+9
*
tor-hsservice: ipt mgr tests: Narrow a TODO
Ian Jackson
2024-02-12
1
-1
/
+1
*
tor-hsservice: ipt mgr tests: Test that we expire old IPT data
Ian Jackson
2024-02-12
1
-0
/
+37
*
tor-hsservice: ipt mgr tests: Avoid reusing RNG seed
Ian Jackson
2024-02-12
1
-4
/
+4
*
tor-hsservice: ipt mgr: Expire replay logs for old IPTs
Ian Jackson
2024-02-12
1
-4
/
+57
*
tor-hsservice: ipt mgr: Expire keys for old IPTs
Ian Jackson
2024-02-12
1
-3
/
+84
*
tor-hsservice: ipt mgr: Track whether we've deleted any IPT (fmt)
Ian Jackson
2024-02-12
1
-9
/
+9
*
tor-hsservice: ipt mgr: Track whether we've deleted any IPT
Ian Jackson
2024-02-12
1
-2
/
+17
*
tor-hsservice: ipt mgr: Break out REPLAY_LOG_SUFFIX
Ian Jackson
2024-02-12
1
-1
/
+4
*
tor-hsservice: ipt mgr: Rotate IPT relays even without good IPTs! (fmt)
Ian Jackson
2024-02-12
1
-6
/
+6
*
tor-hsservice: ipt mgr: Rotate IPT relays even without good IPTs!
Ian Jackson
2024-02-12
1
-3
/
+1
*
tor-hsservice: Use FatalError::KeystoreRace where possible.
Gabriela Moldovan
2024-02-01
1
-1
/
+1
*
tor-hsservice: Rewrite get_or_gen_key using KeyMgr::generate.
Gabriela Moldovan
2024-02-01
1
-13
/
+18
*
tor-hsservice: Remove now-unused imports
Ian Jackson
2024-02-01
1
-1
/
+1
*
tor-hsservice: Drop now-unused fslock dependency
Ian Jackson
2024-02-01
1
-1
/
+0
*
tor-hsservice: Use tor_persist::state_dir, etc. (fmt)
Ian Jackson
2024-02-01
1
-8
/
+10
*
tor-hsservice: Use tor_persist::state_dir
Ian Jackson
2024-02-01
1
-58
/
+15
*
tor-hsservice: ipt_mgr: Move storage handle to state
Ian Jackson
2024-02-01
1
-6
/
+7
*
tor-hsservice: storage: Move Arcs into type aliases
Ian Jackson
2024-02-01
1
-1
/
+1
*
Merge branch 'ipt_parameters' into 'main'
Nick Mathewson
2024-01-31
1
-14
/
+33
|
\
|
*
Rename parameters for intro-point lifetime to match the spec.
Nick Mathewson
2024-01-31
1
-2
/
+2
|
*
hss: clean up comments on ipt establish time tuning
Nick Mathewson
2024-01-25
1
-3
/
+7
|
*
hss: Pick random intro-point lifetime based on netparams
Nick Mathewson
2024-01-25
1
-2
/
+14
|
*
Use hs_intro_num_extra param for max_n_intro_relays.
Nick Mathewson
2024-01-25
1
-3
/
+3
|
*
hss: Use 3 hours for IPT_PUBLISH_*.
Nick Mathewson
2024-01-25
1
-6
/
+9
*
|
Merge branch 'set_faulty_eventually' into 'main'
Nick Mathewson
2024-01-26
1
-0
/
+1
|
\
\
|
*
|
HSS: Mark an Ipt as faulty if it fails continuously for 15 minutes.
Nick Mathewson
2024-01-25
1
-0
/
+1
|
|
/
*
/
test-temp-dir: New crate
Ian Jackson
2024-01-25
1
-1
/
+1
|
/
*
tor-hsservice: Update the IptManager status.
Gabriela Moldovan
2024-01-24
1
-2
/
+7
*
tor-hsservice: Give the IptManager a StatusSender.
Gabriela Moldovan
2024-01-24
1
-0
/
+12
*
Document when (most) spawned tasks will be canceled.
Nick Mathewson
2024-01-18
1
-0
/
+4
*
tor-hsservice: Store the StateMgr inside OnionServiceState.
Gabriela Moldovan
2024-01-18
1
-5
/
+5
*
ipt_mgr: Remove todo-#1211
Nick Mathewson
2024-01-16
1
-12
/
+7
*
Rename IptEstablisher::{new => launch}
Nick Mathewson
2024-01-13
1
-1
/
+1
*
hsservice: Remove the unused n_faults field
Nick Mathewson
2024-01-13
1
-1
/
+0
*
tor-hsservice: todos: Reference the general status ticket
Ian Jackson
2024-01-11
1
-1
/
+1
*
tor-hsservice: todos: Reference a new logging ticket
Ian Jackson
2024-01-11
1
-1
/
+1
[prev]
[next]