| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | shadow test: disable trace-level logging | Jim Newsome | 2023-07-03 | 1 | -2/+0 | |
| | | | | | | | Some hosts were configured to log at trace level instead of the global default (debug level). This was resulting in quite large shadow log output. | |||||
| * | shadow test: disable worker spinning | Jim Newsome | 2023-07-03 | 1 | -0/+1 | |
| | | | | | | This optimization doesn't seem to help much for this test; disable it to avoid burning CI runner CPU. | |||||
| * | shadow test: enable arti's `log_sensitive_information` option | Jim Newsome | 2023-07-03 | 3 | -0/+9 | |
| | | ||||||
| * | shadow test: fix hidden service dir permissions | Jim Newsome | 2023-07-03 | 1 | -0/+5 | |
| | | ||||||
| * | shadow test: add 2 more relays | Jim Newsome | 2023-07-03 | 21 | -0/+24 | |
| | | | | | | Without this, the onion client was failing to find a guard. We recently made this change in shadow's "tor minimal" test as well. | |||||
| * | shadow test: fail the test if streams didn't succeed | Jim Newsome | 2023-07-03 | 1 | -0/+1 | |
| | | ||||||
| * | shadow test: add and validate arti onion client | Jim Newsome | 2023-07-03 | 4 | -1/+63 | |
| | | ||||||
| * | shadow test: add onion server | Jim Newsome | 2023-07-03 | 9 | -0/+32 | |
| | | ||||||
| * | shadow-ci: check for successful transfers on bridge-client as well | Jim Newsome | 2023-05-22 | 1 | -7/+9 | |
| | | ||||||
| * | shadow ci: bump shadow | Jim Newsome | 2023-05-22 | 3 | -13/+32 | |
| | | ||||||
| * | shell: use /usr/bin/env instead of absolute paths | Emil Engler | 2023-01-25 | 1 | -1/+1 | |
| | | | | | | | | | | | This commit changes the shebang in all shell scripts from absolute paths (such as `/bin/bash` or `/usr/bin/python3`) to the `/usr/bin/env` binary with the accompanying interpreter as it's argument. The reason for this are as follows: - NixOS cannot work with absolute paths - BSD systems install their packages in /usr/local/bin | |||||
| * | shadow ci: avoid hard coding tgen and tor bin paths | Jim Newsome | 2022-12-19 | 2 | -11/+11 | |
| | | | | | | As of shadow 2.3, shadow can locate executables from the PATH, letting us avoid hard-coded paths here. | |||||
| * | shadow ci: only do pcap capture for bridge client | Jim Newsome | 2022-12-19 | 1 | -4/+2 | |
| | | ||||||
| * | Fix typo | Dimitris Apostolou | 2022-12-12 | 1 | -1/+1 | |
| | | ||||||
| * | verify leakage and run shadow with less shm | trinity-1686a | 2022-11-30 | 1 | -3/+21 | |
| | | ||||||
| * | add vanila bridge to shadow sim | trinity-1686a | 2022-11-30 | 11 | -2/+56 | |
| | | ||||||
| * | shadow ci: Set stop time to 30m instead of 27m | Jim Newsome | 2022-10-14 | 1 | -4/+1 | |
| | | | | | | This was a temporary stop-gap to work around a busy loop that seemed to happen before. I am no longer able to reproduce any such problem. | |||||
| * | Create a shadow-based integration test | Jim Newsome | 2022-10-05 | 52 | -0/+544 | |
| Fixes https://gitlab.torproject.org/tpo/core/arti/-/issues/174 | ||||||
