COMMITS
/ programs/util.c May 31, 2025
S
Fix several locations with potential memory leak
shixuantong committed
March 28, 2025
L
Update cli-tests/file-stat tests
Li-Yu Yu committed
L
Check regular file for sparse support after opening
Li-Yu Yu committed
March 25, 2025
Y
visual studio fix
Yann Collet committed
Y
better naming
Yann Collet committed
Y
second implementation, better structured for improved maintenance
Yann Collet committed
Y
first implementation supporting Process Substitution
Yann Collet committed
December 18, 2024
V
Move #includes out of `extern "C"` blocks
Victor Zhang committed
March 14, 2024
F
Merge pull request #3963 from felixhandte/also-handle-hidden-files-output-dir-mirror
Felix Handte committed
March 13, 2024
W
Remove Erroneous Exclusion of Hidden Files and Folders in `--output-dir-mirror`
W. Felix Handte committed
March 12, 2024
W
Use `utimensat()` on FreeBSD
W. Felix Handte committed
February 11, 2024
C
Reduce scope of variables
Christoph Grüninger committed
February 6, 2023
W
Use File Descriptor in Setting Stat on Output File
W. Felix Handte committed
February 3, 2023
W
Introduce Variants of Some Functions that Take Optional File Descriptors
W. Felix Handte committed
January 24, 2023
Y
disable --rm on -o command
Yann Collet committed
January 18, 2023
W
Easy: Print Mode as Octal in `chmod()` Trace
W. Felix Handte committed
W
Mimic gzip chown(gid), chmod(), chown(uid) Behavior
W. Felix Handte committed
January 17, 2023
W
Re-Use `stat_t` in `FIO_compressFilename_srcFile()`
W. Felix Handte committed
December 22, 2022
N
[util] Add traces enabled by --trace-file-stat
Nick Terrell committed
December 20, 2022
W
Coalesce Almost All Copyright Notices to Standard Phrasing
W. Felix Handte committed
W
Update Copyright Headers 'Facebook' -> 'Meta Platforms'
W. Felix Handte committed
January 14, 2022
N
Allow tests to fake stdin/stdout/stderr is a console
Nick Terrell committed
November 2, 2022
E
Merge pull request #3300 from yiyuaner/dev
Elliot Gorokhovsky committed
October 31, 2022
A
Rewrite checking condition bufStart pointer NULL
appleman4321 committed
October 24, 2022
Y
Fix the wrong check for buffer overrun in UTIL_mergeFileNamesTable
yiyuaner committed
August 1, 2022
E
Merge pull request #3220 from embg/issue3200
Elliot Gorokhovsky committed
July 29, 2022
Y
stdin multiple file fixes (#3222)
Yonatan Komornik committed
Q
[AIX] Fix Compiler Flags and Bugs on AIX to Pass All Tests (#3219)
Qiongsi Wu committed
E
Fix buffer underflow for null dir1
Elliot Gorokhovsky committed
March 12, 2022
D
Typo and grammar fixes
Dominique Pelle committed
March 4, 2022
X
fix the assertion in readLinesFromFile (#3084)
Xi Ruoyao committed
November 29, 2021
B
Fix build for cygwin/bsd (#2882)
binhdvo committed
September 3, 2021
Y
removed pretty-print of sizes in benchmark
Yann Collet committed
August 4, 2021
W
Pull `utime()` Call into Helper
W. Felix Handte committed
June 16, 2021
B
Add option to use logical cores for default threads
Binh Vo committed
June 10, 2021
W
Switch to Binary Size Prefixes (e.g., "MB" -> "MiB")
W. Felix Handte committed
June 9, 2021
W
Require `-vv` to Enable Full Precision
W. Felix Handte committed
W
Change Suffix (e.g., "G" -> " GB")
W. Felix Handte committed
W
In Verbose Mode, Preserve Full Precision Where Possible
W. Felix Handte committed
W
Fix Integer Constants; Fix Comparison
W. Felix Handte committed
W
Avoid `snprintf()` in Preparing Human-Readable Sizes; Improve Formatting
W. Felix Handte committed
June 7, 2021
S
Attempt to fix a failing test with help from @aqrit
Scott Baker committed
S
Some fixes to address things @felixhandte found
Scott Baker committed
June 5, 2021
S
Try enabling the BIG strings now the unsigned long long is in effect
Scott Baker committed
S
Try unsigned long long
Scott Baker committed
S
Update humanSize() to skip the big numbers (it requires 64 bit)
Scott Baker committed
S
Use unsigned long instead to help with some tests
Scott Baker committed
S
human_size() should use size_t
Scott Baker committed
S
Make the variable types match
Scott Baker committed