| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-28 | combine test_check and test_check_tag | Jack O'Connor | |
| 2025-02-28 | add tests | Leah Neukirchen | |
| Adapted from https://github.com/BLAKE3-team/BLAKE3/pull/430/ by dbohdan. | |||
| 2024-11-26 | another Windows-style newlines test | Jack O'Connor | |
| 2024-11-25 | add support for windows newlines in b3sum --check | Jack O'Connor | |
| Fixes #222. | |||
| 2023-06-06 | add b3sum --seek | Jack O'Connor | |
| 2023-02-04 | suppress expected stderr prints in b3sum tests | Jack O'Connor | |
| 2023-02-04 | add a colon to the b3sum warning format | Jack O'Connor | |
| This matches what md5sum does. | |||
| 2023-02-04 | Add --check summary of failures | joveian | |
| Add a warning to stderr at the end similar to other *sum utilities when --check is used and some files failed verification. At least the last part of the comment above check_one_checkfile seemed to be incorrect so I removed that comment. Fixes #283 | |||
| 2022-12-13 | test `b3sum --keyed` with bad key lengths | Jack O'Connor | |
| 2021-02-28 | make derive_key() return an array | Jack O'Connor | |
| 2020-06-24 | put the file name in b3sum error output | Jack O'Connor | |
| This was previously there, but got dropped in c5c07bb337d0af7522666d05308aaf24eef3709c. | |||
| 2020-05-23 | add a test comment | Jack O'Connor | |
| 2020-05-23 | use wild::args_os to support globbing on Windows | Jack O'Connor | |
| 2020-05-23 | add support for --quiet to `b3sum --check` | Jack O'Connor | |
| Suggested by @llowrey: https://github.com/BLAKE3-team/BLAKE3/issues/33#issuecomment-629853747 | |||
| 2020-05-14 | print per-file errros more gracefuly in --check | Jack O'Connor | |
| 2020-05-13 | refactor b3sum to support --check | Jack O'Connor | |
| This is an overall cleanup of everything that b3sum is doing, especially file opening and memory mapping, which makes it easier for the regular hashing mode to share code with the checking mode. | |||
| 2020-05-13 | switch from assert_cmd to CARGO_BIN_EXE_* | Jack O'Connor | |
| 2020-05-12 | add parse_check_line | Jack O'Connor | |
| As part of this, reorganize b3sum tests into src/unit_tests.rs and tests/cli_tests.rs. | |||
