| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shadow: Update shadow syntax for prop330 | Clara Engler | 2025-09-16 | 1 | -3/+1 |
| | | |||||
| * | shadow CI: have arti processes log to file instead of console | Jim Newsome | 2025-06-17 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | This is in preparation to switch arti's console logging to use stderr instead of stdout. The test script currently fails the test if there are non-empty stderr files, since that's where rust panics end up getting recorded. It will also make it easier to see if there is any other non-logging output. Also disable trace-level logging for the tor_proto module. It's unclear exactly when/why this was added, but it's probably overkill other than when debugging. | ||||
| * | shadow ci: don't explicitly set storage.keystore.enabled | Jim Newsome | 2024-08-06 | 1 | -4/+0 |
| | | | | | | | | | Setting it for all arti processes causes a warning to be logged to stderr, which causes the shadow ci script to fail. It's enabled by default anyway when the feature is compiled in, so we don't need to enable it explicitly. | ||||
| * | arti, arti-client, tor-keymgr: Remove keystore dir configuration. | Gabriela Moldovan | 2024-02-21 | 1 | -1/+3 |
| | | | | | Closes #1202 | ||||
| * | arti-client: Use the config struct from tor-keymgr. | Gabriela Moldovan | 2023-07-13 | 1 | -2/+3 |
| | | |||||
| * | CI: Add client auth integration test. | Gabriela Moldovan | 2023-07-12 | 1 | -0/+4 |
| | | |||||
| * | Dedupe arti configs and match TestingTorNetworks HS config | Jim Newsome | 2023-07-03 | 1 | -0/+25 |
