Commit Graph
251 Commits
Author SHA1 Message Date
Sylvestre Ledru 76755009da uufuzz: add examples and them in the CI 2025-09-06 12:19:40 +02:00
Sylvestre Ledru fb6afecf4c uufuzz: add a README 2025-09-06 12:19:40 +02:00
Sylvestre Ledru 536abfb87f fuzz: remove a warning 2025-09-06 12:19:40 +02:00
Sylvestre Ledru 816533b59d add some emoji to the fuzz mix 2025-09-06 12:19:40 +02:00
Sylvestre Ledru a381476a6b fuzz: add a few unit tests 2025-09-06 12:19:40 +02:00
Sylvestre Ledru 6c1ac1b059 fuzz: fix the Cargo.toml to publish uufuzz 2025-09-06 09:56:25 +02:00
Daniel Hofstetter aa8a97576d Bump windows-sys from 0.60.1 to 0.61.1 2025-09-05 08:23:34 +02:00
Sylvestre Ledru 1bcaea3023 tr: refactor and introduce simd to get important perf win 2025-08-20 11:52:20 +02:00
renovate[bot]andGitHub 0fc4dc3acd fix(deps): update rust crate tempfile to v3.21.0 2025-08-19 23:42:42 +00:00
Sylvestre Ledru 98224ed0cf Finalize the fuzzer 2025-08-14 10:52:24 +02:00
Sylvestre Ledru 373aafc5ff Fix ptx to handle non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
Sylvestre Ledru 9f0447cbe9 Add non-UTF-8 filename support to tee and improve fuzzer coverage 2025-08-14 10:52:24 +02:00
Sylvestre Ledru b67d04557e fuzz: add concise logging to show which programs are being tested 2025-08-14 10:52:24 +02:00
Sylvestre Ledru 5f575d5e5f fuzz: improve fuzzer performance and program distribution 2025-08-14 10:52:24 +02:00
Sylvestre Ledru 581e752598 ln: fix handling of non-UTF-8 filenames 2025-08-14 10:52:24 +02:00
Sylvestre Ledru c00c92ccc6 fuzz: add fuzzer to test non-UTF-8 path handling across all utilities 2025-08-14 10:52:24 +02:00
renovate[bot]andGitHub 3ada463428 fix(deps): update rust crate libc to v0.2.175 2025-08-11 09:46:37 +00:00
Sylvestre Ledru a432fe811f l10n: use the embedded english strings when relevant 2025-08-03 10:59:38 +02:00
Daniel Hofstetter 7d8c58ad36 Bump parse_datetime from 0.9.0 to 0.11.0 2025-08-01 09:47:49 +02:00
Sylvestre LedruandDaniel Hofstetter 862a7a705c use the new translate! macro for translation
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-07-28 22:04:40 +02:00
Nicolas Boichat eedd84f301 uucore: fsext: Change MountInfo's mount_root/dir to OsString
This is necessary to fix handling of non-Unicode filepath in `df`.

Note that other field might also need to be modified in the future.
2025-07-24 09:26:54 +08:00
renovate[bot]andGitHub 6f900dd849 fix(deps): update rust crate rand to v0.9.2 2025-07-20 18:36:01 +00:00
Yuri Astrakhan c433b45682 chore: convert comments to markdown docs
A lot of functions had reasonable description using `//` instead of `///`.  This PR converts them to proper markdown and fixes a few minor styling issues.
2025-07-08 23:34:16 -04:00
renovate[bot]andGitHub 363161a2f7 fix(deps): update rust crate libfuzzer-sys to v0.4.10 2025-07-03 19:57:02 +00:00
Yuri Astrakhan 4fa9af4953 chore: cleanup unused dependencies 2025-07-02 19:47:23 -04:00