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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
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
2
-10
/
+11
|
*
|
tor-hsservice: ipt_mgr: Move nascent state records into mod persist
Ian Jackson
2023-11-27
2
-27
/
+35
|
*
|
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: Remove a done TODO
Ian Jackson
2023-11-27
1
-2
/
+0
|
*
|
tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop (fmt)
Ian Jackson
2023-11-27
2
-5
/
+9
|
*
|
tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop
Ian Jackson
2023-11-27
3
-52
/
+125
|
*
|
tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSet
Ian Jackson
2023-11-27
2
-7
/
+9
|
*
|
tor-hsservice: ipt_set: Make PublishIptSet a struct
Ian Jackson
2023-11-27
4
-30
/
+35
|
*
|
tor-hsservice: ipt_set: Make initial state in the constructor
Ian Jackson
2023-11-27
4
-5
/
+6
|
|
/
*
|
Merge branch 'keymgr-errors' into 'main'
gabi-250
2023-11-27
2
-5
/
+4
|
\
\
|
|
/
|
/
|
|
*
tor-keymgr: Add a top-level error type.
Gabriela Moldovan
2023-11-21
2
-5
/
+4
*
|
HSS publisher error: lack of netdir: clarify message
gabi-250
2023-11-20
1
-1
/
+1
*
|
HSS publisher: do not crash reactor if netdir unavailable
Ian Jackson
2023-11-20
1
-7
/
+19
*
|
HSS errors: expose and sort out NetdirProviderShutdown error type (fmt)
Ian Jackson
2023-11-20
1
-1
/
+1
*
|
HSS errors: expose and sort out NetdirProviderShutdown error type
Ian Jackson
2023-11-20
4
-3
/
+16
*
|
HSS publisher errors: Declare that we want to abolish ReactorError
Ian Jackson
2023-11-20
1
-2
/
+23
*
|
HSS publisher: Remove a redundant debug message
Ian Jackson
2023-11-20
1
-2
/
+0
|
/
*
Merge branch 'send_dos_params' into 'main'
Nick Mathewson
2023-11-20
3
-18
/
+85
|
\
|
*
Send DosParams conditionally on HsIntro support.
Nick Mathewson
2023-11-20
1
-4
/
+11
|
*
Improve documentation in/around DosParams extension
Nick Mathewson
2023-11-20
1
-1
/
+8
|
*
hss: Take intro_dos extension from configuration and send it.
Nick Mathewson
2023-11-20
2
-4
/
+44
|
*
hss: pipe config watchers into ipt_establish.
Nick Mathewson
2023-11-20
2
-9
/
+22
*
|
tor-hsservice: Update MissingHsIdKey docs, remove outdated TODO HSS.
Gabriela Moldovan
2023-11-20
2
-32
/
+2
*
|
tor-hsservice: Rename MissingKey to MissingHsIdKeypair.
Gabriela Moldovan
2023-11-20
4
-9
/
+11
*
|
tor-hsservice: Remove unused macro.
Gabriela Moldovan
2023-11-20
1
-83
/
+1
*
|
tor-hsservice: Derive the service key specifier implementations (fmt).
Gabriela Moldovan
2023-11-20
1
-54
/
+54
*
|
tor-hsservice: Derive the service key specifier implementations.
Gabriela Moldovan
2023-11-20
1
-24
/
+43
|
/
*
Merge branch 'publisher-todo' into 'main'
Ian Jackson
2023-11-20
3
-5
/
+3
|
\
|
*
tor-hsservice: Downgrade a couple of TODO HSS to TODO.
Gabriela Moldovan
2023-11-16
2
-2
/
+2
|
*
tor-hsservice: Remove TODO HSS that does not make sense.
Gabriela Moldovan
2023-11-15
1
-2
/
+0
|
*
tor-hsservice: Downgrade TODO HSS to TODO.
Gabriela Moldovan
2023-11-15
1
-1
/
+1
*
|
tor-keymgr: Remove unnecessary borrow.
Gabriela Moldovan
2023-11-16
1
-2
/
+2
*
|
tor-hsservice: Reuse read_blind_id_keypair when building descriptors.
Gabriela Moldovan
2023-11-16
1
-14
/
+6
*
|
tor-hsservice: Extract read_blind_id_keypair out of Reactor (fmt).
Gabriela Moldovan
2023-11-16
1
-36
/
+34
*
|
tor-hsservice: Extract read_blind_id_keypair out of Reactor.
Gabriela Moldovan
2023-11-16
1
-12
/
+10
*
|
tor-hsservice: Pass the current time as an argument to generate_revision_coun...
Gabriela Moldovan
2023-11-16
1
-3
/
+4
*
|
tor-hsservice: Add note about computing ope_key once per TP.
Gabriela Moldovan
2023-11-16
1
-0
/
+2
*
|
tor-hsservice: Link the the spec instead of referencing section number.
Gabriela Moldovan
2023-11-16
1
-2
/
+3
*
|
tor-hsservice: Remove dead code.
Gabriela Moldovan
2023-11-16
1
-21
/
+0
*
|
tor-hsservice: Generate revision counters using an OPE scheme.
Gabriela Moldovan
2023-11-16
1
-6
/
+3
*
|
tor-hsservice: Add function for generating revision counters using OPE scheme.
Gabriela Moldovan
2023-11-16
1
-2
/
+106
*
|
tor-hsservice: Rename period to period_ctx for clarity.
Gabriela Moldovan
2023-11-16
1
-5
/
+4
*
|
Merge remote-tracking branch 'public/hs_begin'
Nick Mathewson
2023-11-16
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
hss: document behavior needed for indistinguishability
Nick Mathewson
2023-10-23
1
-2
/
+12
*
|
Merge branch 'keymgr-docs2' into 'main'
gabi-250
2023-11-15
1
-9
/
+3
|
\
\
|
*
|
tor-keymgr: Add missing backticks (fmt).
Gabriela Moldovan
2023-11-13
1
-1
/
+1
[prev]
[next]