summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | state_dir sketch: Make an InstanceIdentity traitIan Jackson2024-01-121-19/+45
| * | state_dir sketch: Make a Slug traitIan Jackson2024-01-121-7/+36
| * | state_dir sketch: Rename InstanceIdString (from InstanceIdentity)Ian Jackson2024-01-121-5/+5
| * | Proposed new state facilityIan Jackson2024-01-123-0/+418
| |/
* | Merge branch 'downgrade-todo' into 'main'Nick Mathewson2024-01-121-1/+1
|\ \
| * | tor-hsservice: Downgrade a TODO HSS to TODO.Gabriela Moldovan2024-01-111-1/+1
| |/
* / tor-hsservice: Replace TODO HSS with references to gitlab issues.Gabriela Moldovan2024-01-111-2/+2
|/
* Merge branch 'ratelim' into 'main'Nick Mathewson2024-01-111-7/+12
|\
| * tor-hsservice: todos: Use log_ratelim at one call siteIan Jackson2024-01-111-7/+12
* | Merge branch 'todo-replay' into 'main'gabi-2502024-01-111-3/+3
|\ \
| * | tor-hsservice: todos: Remove blanket allowIan Jackson2024-01-111-2/+0
| * | tor-hsservice: todos: reference a new ticket about flushingIan Jackson2024-01-111-0/+1
| * | tor-hsservice: todos: reference a new ticket about the partial write bugIan Jackson2024-01-111-1/+1
| * | tor-hsservice: todos: reference the ephemeral services ticketIan Jackson2024-01-111-0/+1
| |/
* | Merge branch 'todo-iptset' into 'main'gabi-2502024-01-111-2/+1
|\ \
| * | tor-hsservice: todos: Remove a done TODOIan Jackson2024-01-111-1/+0
| * | tor-hsservice: todos: Add another parameter to the ticketIan Jackson2024-01-111-1/+1
| |/
* | Merge branch 'todo-ttd' into 'main'gabi-2502024-01-111-1/+0
|\ \
| * | tor-hsservice: todos: Drop one now-unneeded allowIan Jackson2024-01-111-1/+0
| |/
* | tor-hsservice: todos: Reference the general status ticketIan Jackson2024-01-111-1/+1
* | tor-hsservice: todos: Reference a new logging ticketIan Jackson2024-01-111-1/+1
* | tor-hsservice: todos: Reference the tickets for expiryIan Jackson2024-01-111-1/+2
* | tor-hsservice: todos: Reference the ticket for ipt mgr testsIan Jackson2024-01-111-5/+5
* | tor-hsservice: todos: Permanently accept 2 clippy warningsIan Jackson2024-01-111-2/+2
* | tor-hsservice: todos: Remove an obsolete allow.Ian Jackson2024-01-111-1/+0
* | tor-hsservice: todos: Remove unused merge_join_subset_byIan Jackson2024-01-111-67/+1
* | tor-hsservice: todos: Add more work to #1210Ian Jackson2024-01-111-4/+4
* | tor-hsservice: todos: Delete a done TODOIan Jackson2024-01-111-2/+0
* | tor-hsservice: todos: Reference the code motion ticketIan Jackson2024-01-111-1/+1
* | tor-hsservice: todos: Reference the IPT selection ticketIan Jackson2024-01-111-1/+1
* | tor-hsservice: todos: Reference the ephemeral services ticketIan Jackson2024-01-111-1/+1
* | tor-hsservice: todos: Reference a new ticket about parametersIan Jackson2024-01-111-2/+2
* | tor-hsservice: todos: downgrade TODOs re keymgr APIIan Jackson2024-01-111-2/+2
* | tor-hsservice: todos: reference a new ticket about reconfigurationIan Jackson2024-01-111-1/+1
|/
* Merge branch 'client-key-specifiers' into 'main'Ian Jackson2024-01-101-1/+0
|\
| * tor-keymgr: Fully qualify KeySpecifierPattern in KeySpecifier macro.Gabriela Moldovan2024-01-101-1/+0
* | tor-hsservice: Rename MaybeFatalError to PublishError.Gabriela Moldovan2024-01-101-4/+4
* | tor-hsservice: Downgrade a TODO HSS related to offline mode.Gabriela Moldovan2024-01-091-2/+3
* | tor-hsservice: Don't return an error if there are no IPTs to publish.Gabriela Moldovan2024-01-091-7/+41
* | tor-hsservice: Return a FatalError if the publisher retry task crashes.Gabriela Moldovan2024-01-091-2/+1
|/
* Fix typosDimitris Apostolou2024-01-087-10/+10
* KeySpecifier etc: apply deferred rustfmt import churnIan Jackson2024-01-042-2/+2
* KeySpecifier d-a macro: Do not produce fn new()Ian Jackson2024-01-041-5/+6
* KeySpecifier: Make KeySpecifierPattern a traitIan Jackson2024-01-042-0/+2
* KeySpecifier d-a macro: Introduce SomeSpecifierPattern and use dynIan Jackson2024-01-042-3/+7
* tor-hsservice: Drop an unused importIan Jackson2024-01-041-1/+0
* KeySpecifier d-a macro: rename from KeySpecifierDefaultIan Jackson2024-01-031-7/+7
* clippy nightly: For now, locally allow blocks_in_conditionsIan Jackson2024-01-021-0/+1
* clippy nightly: Use Poll.is_pending() in two placesIan Jackson2024-01-021-2/+2
* Merge branch 'hs-desc-builder' into 'main'Alexander Færøy2023-12-181-6/+4
|\