summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | tor-hsservice: Remove some `allow`s we don't need anymore.Gabriela Moldovan2023-11-131-4/+0
|/ /
* | Merge branch 'send_msg_but_no_handler' into 'main'Nick Mathewson2023-11-091-2/+3
|\ \
| * | circuit: On SendMsgAndInstallHandler, tolerate None handlerNick Mathewson2023-11-021-0/+1
| * | circuit::reactor: Remember that meta_handler is Send.Nick Mathewson2023-11-021-2/+2
* | | Merge branch 'time-store' into 'main'Ian Jackson2023-11-025-7/+430
|\ \ \
| * | | tor-hsservice: time_store: Add TODO HSS re serialisationsIan Jackson2023-11-021-0/+5
| * | | tor-hsservice: time_store: Slight structural tidyingIan Jackson2023-11-021-3/+1
| * | | HSS time_store: clarify by removing a commagabi-2502023-11-021-1/+1
| * | | tor-hsservice: New time_store module (provide accessors)Ian Jackson2023-11-011-2/+43
| * | | tor-hsservice: New time_store moduleIan Jackson2023-11-012-0/+372
| * | | tor-rtmock: MockRuntimeBuilder: new sleep_provider() setterIan Jackson2023-11-012-1/+11
| * | | tor-rtmock: simplify/reorganise MockRuntimeBuilder::buildIan Jackson2023-11-011-4/+3
| * | | tor-hsservice: timeout_track: Remove some unnecessary allowsIan Jackson2023-11-011-3/+1
* | | | Merge branch 'keymgr-globs' into 'main'gabi-2502023-11-028-84/+176
|\ \ \ \
| * | | | tor-keymgr: Add TODO about adding helper for implementing KeyDenotator.Gabriela Moldovan2023-11-021-0/+2
| * | | | tor-keymgr: Map all errors to KeystoreCorruptionError (fmt).Gabriela Moldovan2023-11-021-4/+2
| * | | | tor-keymgr: Map all errors to KeystoreCorruptionError.Gabriela Moldovan2023-11-021-2/+2
| * | | | tor-keymgr: Use KeystoreCorruptionError instead of internal!.Gabriela Moldovan2023-11-021-3/+3
| * | | | tor-keymgr: Add an error type for keystore corruption (fmt).Gabriela Moldovan2023-11-022-4/+4
| * | | | tor-keymgr: Add an error type for keystore corruption.Gabriela Moldovan2023-11-022-1/+30
| * | | | tor-keymgr: Use ArrayVec to avoid an unnecessary allocation.Gabriela Moldovan2023-11-023-2/+5
| * | | | tor-keymgr: Use parse() instead of from_str().Gabriela Moldovan2023-11-021-5/+3
| * | | | tor-keymgr: Add TODO about supporting multiple key denotators.Gabriela Moldovan2023-11-021-0/+5
| * | | | dev doc: Update keymgr paths to mention the new denotator separator.Gabriela Moldovan2023-11-021-3/+3
| * | | | tor-keymgr: Add test for the KeyDenotator impl for TimePeriod.Gabriela Moldovan2023-11-021-0/+11
| * | | | tor-keymgr: Remove unused KeyDenotator::glob() function.Gabriela Moldovan2023-11-021-11/+0
| * | | | tor-keymgr: Add test for ArtiPath denotator validation.Gabriela Moldovan2023-11-021-0/+22
| * | | | tor-keymgr: Update the test for paths with `+` as a disallowed char.Gabriela Moldovan2023-11-021-1/+9
| * | | | tor-hsservice: Use KeyDenotator::decode instead of manually decoding the deno...Gabriela Moldovan2023-11-021-12/+7
| * | | | tor-keymgr: Use the new denotator separator instead of underscore.Gabriela Moldovan2023-11-022-11/+24
| * | | | tor-keymgr: Add a constant for the denotator separator.Gabriela Moldovan2023-11-022-1/+9
| * | | | tor-keymgr: Remove now-outdated TODOs.Gabriela Moldovan2023-11-021-4/+0
| * | | | tor-keymgr: Rename KeyDenotator::display() to KeyDenotator::encode().Gabriela Moldovan2023-11-021-5/+5
| * | | | tor-keymgr: Add KeyDenotator::decode for decoding key denotators.Gabriela Moldovan2023-11-021-0/+38
| * | | | tor-keymgr: Remove unnecessary KeyDenotator impl.Gabriela Moldovan2023-11-021-10/+0
| * | | | tor-keymgr: Remove derive_meta arg from KeyMgr::list_matching (fmt).Gabriela Moldovan2023-11-022-25/+18
| * | | | tor-keymgr: Remove derive_meta arg from KeyMgr::list_matching.Gabriela Moldovan2023-11-022-21/+15
|/ / / /
* | | | Merge branch 'intro2_replay_log' into 'main'Nick Mathewson2023-11-026-1/+482
|\ \ \ \ | |_|/ / |/| | |
| * | | replay: Remove false-positive special-casing in testsNick Mathewson2023-11-021-31/+10
| * | | Add a missing backtick.gabi-2502023-11-021-1/+1
| * | | Use io::Result to shorten return type.gabi-2502023-11-021-1/+1
| * | | Add BSL-1.0 license to permitted listNick Mathewson2023-11-021-0/+1
| * | | Add a replay log to IptMsgHandler.Nick Mathewson2023-11-021-0/+35
| * | | hss: Add functionality for a persistent replay log.Nick Mathewson2023-11-024-1/+467
|/ / /
* | | Merge branch 'hss-err-misc' into 'main'Ian Jackson2023-11-012-2/+22
|\ \ \ | |/ / |/| |
| * | HSS: impl HasKind for FatalErrorIan Jackson2023-11-011-0/+13
| * | HSS: publisher: Add ReactorError::Other containing FatalErrorIan Jackson2023-11-011-2/+9
* | | Merge branch 'warning' into 'main'gabi-2502023-11-011-2/+2
|\ \ \
| * | | tor-keymgr: Fix a broken docs linkIan Jackson2023-11-011-2/+2
| |/ /
* | | Merge branch 'fix-warning' into 'main'Nick Mathewson2023-10-311-3/+3
|\ \ \ | |/ / |/| |