| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typos | Dimitris Apostolou | 2024-01-08 | 1 | -1/+1 |
| | | |||||
| * | tor-hsservice: replay: Note a bug | Ian Jackson | 2023-12-13 | 1 | -0/+4 |
| | | |||||
| * | tor-hsservice tests: replay: Provide for a filesystem lockfile | Ian Jackson | 2023-12-13 | 1 | -2/+22 |
| | | | | | | This is to prevent current use of the same directory of replay logs by different instances. | ||||
| * | tor-hsservice tests: replay: Break out create_logged | Ian Jackson | 2023-12-13 | 1 | -13/+25 |
| | | |||||
| * | tor-hsservice: ReplayLog: Fix file magic | Ian Jackson | 2023-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | This ought to have the hash algorithm name in it or we'll have trouble if we want to change the hash algorithm in the future. (Strictly, we could just choose a different magic but the string was rather short.) Add a newline, which is often convenient in file headers. And "onion" to mean "onion swervice" is improper. | ||||
| * | tor-hsservice: ReplayLog: Slight tidying up | Ian Jackson | 2023-12-13 | 1 | -3/+5 |
| | | | | | Make `#[cfg(target_family = "unix")]` appear only once. | ||||
| * | replay: Remove false-positive special-casing in tests | Nick Mathewson | 2023-11-02 | 1 | -31/+10 |
| | | | | | | | (The actual false positive rate for these cases is very small, since the filters are very much not full. I haven't been able to hit one in hours of looping.) | ||||
| * | Add a missing backtick. | gabi-250 | 2023-11-02 | 1 | -1/+1 |
| | | |||||
| * | Use io::Result to shorten return type. | gabi-250 | 2023-11-02 | 1 | -1/+1 |
| | | |||||
| * | hss: Add functionality for a persistent replay log. | Nick Mathewson | 2023-11-02 | 1 | -0/+421 |
| See comments for design notes. | |||||
