aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/replay.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-1/+1
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* tor-hsservice: Replace `libc::EFBIG` with `io::ErrorKind::FileTooLarge`hashcatHitman2025-09-011-2/+1
* tor-hsservice: Small typo correctionhashcatHitman2025-09-011-1/+1
* tor-hsservice: Add PowManager to OnionServiceStatus.Wesley Aptekar-Cassels2025-08-131-1/+1
* tor-hsservice: Change ReplayLog error type.Wesley Aptekar-Cassels2025-08-131-2/+13
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* tor-hsservice: Add PowNonceReplayLog.Wesley Aptekar-Cassels2025-05-271-0/+6
* tor-hsservice: standardized MSRV TODOhashcatHitman2025-04-161-1/+1
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-1/+1
* tor-hsservice: Change replay/mod.rs to replay.rs.Wesley Aptekar-Cassels2025-02-101-0/+736
* tor-hsservice: Make directory for replay module.Wesley Aptekar-Cassels2025-02-101-740/+0
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-hsservice: prelude: Move imports from replay.rsIan Jackson2024-03-051-12/+4
* tor-hsservice: Move svc.rs contents into lib.rsIan Jackson2024-03-051-1/+1
* Make test_partial_write linux-only.Nick Mathewson2024-02-291-1/+1
* tor-hsservice: replay: Fix an error message slightlyIan Jackson2024-02-131-1/+1
* tor-hsservice: replay: Move replay filename knowledge into replay.rs (fmt)Ian Jackson2024-02-131-10/+5
* tor-hsservice: replay: Move replay filename knowledge into replay.rsIan Jackson2024-02-131-14/+53
* tor-hsservice: replay log test: Check SIGUSR2 status on entryIan Jackson2024-02-121-0/+35
* tor-hsservice: replay log test: Break out sigemptyset()Ian Jackson2024-02-121-3/+7
* tor-hsservice: replay log test: Plumb output manuallyIan Jackson2024-02-121-2/+13
* Fix compilation with musl.Nick Mathewson2024-02-061-3/+3
* tor-hsservice: Drop now-unused fslock dependencyIan Jackson2024-02-011-1/+0
* tor-hsservice: Use tor_persist::state_dirIan Jackson2024-02-011-5/+5
* test-temp-dir: New crateIan Jackson2024-01-251-2/+1
* tor-hsservice: replay: partial write test - commentaryIan Jackson2024-01-251-0/+29
* tor-hsservice: replay: partial write testIan Jackson2024-01-251-2/+114
* tor-hsservice: replay: partial write test, skeletonIan Jackson2024-01-251-0/+40
* test_temp_dir: Split up .used_byIan Jackson2024-01-251-2/+2
* tor-hsservice: Recover from partial writesIan Jackson2024-01-251-2/+29
* tor-hsservice: replay: Introduce an EH IEFE (fmt)Ian Jackson2024-01-251-2/+1
* tor-hsservice: replay: Introduce an EH IEFEIan Jackson2024-01-251-7/+11
* tor-hsservice: replay: Combine PersistFileIan Jackson2024-01-251-16/+25
* tor-hsservice: replay: Break out truncate_to_multipleIan Jackson2024-01-251-8/+13
* tor-hsservice: replay: Break up a paragraphIan Jackson2024-01-251-1/+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
* Fix typosDimitris Apostolou2024-01-081-1/+1
* tor-hsservice: replay: Note a bugIan Jackson2023-12-131-0/+4
* tor-hsservice tests: replay: Provide for a filesystem lockfileIan Jackson2023-12-131-2/+22
* tor-hsservice tests: replay: Break out create_loggedIan Jackson2023-12-131-13/+25
* tor-hsservice: ReplayLog: Fix file magicIan Jackson2023-12-131-1/+1
* tor-hsservice: ReplayLog: Slight tidying upIan Jackson2023-12-131-3/+5
* replay: Remove false-positive special-casing in testsNick Mathewson2023-11-021-31/+10
* Add a missing backtick.gabi-2502023-11-021-1/+1