COMMITS
/ programs/util.h March 28, 2025
L
Check regular file for sparse support after opening
Li-Yu Yu committed
March 25, 2025
Y
better naming
Yann Collet committed
Y
first implementation supporting Process Substitution
Yann Collet committed
January 7, 2025
V
Merge pull request #4218 from facebook/externC
Victor Zhang committed
January 2, 2025
V
PR feedback
Victor Zhang committed
V
Support for libc variants without fseeko/ftello
Victor Zhang committed
December 18, 2024
V
Oopsie with util.h
Victor Zhang committed
V
Move #includes out of `extern "C"` blocks
Victor Zhang committed
November 5, 2024
Y
blind fix for QNX
Yann Collet committed
September 23, 2023
D
Do not test WIN32, instead test _WIN32
Dimitri Papadopoulos committed
February 3, 2023
W
Introduce Variants of Some Functions that Take Optional File Descriptors
W. Felix Handte committed
January 17, 2023
W
Re-Use `stat_t` in `FIO_compressFilename_srcFile()`
W. Felix Handte committed
December 28, 2022
Y
Merge pull request #3394 from terrelln/issue-3010
Yann Collet committed
December 22, 2022
N
Fix `make clangbuild` & add CI
Nick Terrell committed
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
July 29, 2022
Y
stdin multiple file fixes (#3222)
Yonatan Komornik 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 9, 2021
W
In Verbose Mode, Preserve Full Precision Where Possible
W. Felix Handte committed
W
Avoid `snprintf()` in Preparing Human-Readable Sizes; Improve Formatting
W. Felix Handte committed
June 7, 2021
S
Some fixes to address things @felixhandte found
Scott Baker committed
June 5, 2021
S
Try unsigned long long
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
Convert names to CamelCase
Scott Baker committed
S
Put the human_size() function in util.c
Scott Baker committed
March 8, 2021
W
Create Files with Desired Permissions; Avoid chmod(); Remove UTIL_chmod()
W. Felix Handte committed
May 4, 2021
W
Allow Reading from Block Devices with `--force`
W. Felix Handte committed
March 29, 2021
N
[copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files
Nick Terrell committed
March 25, 2021
S
February 11, 2021
W
Use umask() to Constrain Created File Permissions
W. Felix Handte committed
January 4, 2021
N
[license] Update year to 2021
Nick Terrell committed
September 24, 2020
S
Expand UTIL_requireUserConfirmation to include stdin input check
senhuang42 committed
August 26, 2020
S
Fix UTIL_requireUserConfirmation() declaration
senhuang42 committed
S
August 25, 2020
S
Unified warning prompts into new function UTIL_requireUserConfirmationToProceed()
senhuang42 committed
August 10, 2020
W
Remove UTIL_statFile() and UTIL_statDir(); Decompose Former Call-Sites
W. Felix Handte committed
W
Remove Unused Function UTIL_fileExist()
W. Felix Handte committed
W
Re-Organize and Document Prototypes in util.h
W. Felix Handte committed
August 5, 2020
W
Use stat() to Check that File Should be chmod()-ed
W. Felix Handte committed
W
Introduce Variants of Various UTIL Functions that Take Pre-Populated stat_t Structs
W. Felix Handte committed
W
Rename UTIL_getFileStat() -> UTIL_statFile() and UTIL_getDirectoryStat() -> UTIL_statDir()
W. Felix Handte committed
W
Mark stat_t Arg to UTIL_setFileStat() const
W. Felix Handte committed
W
Introduce Dedicated Helper to Call stat()
W. Felix Handte committed
June 20, 2020
X
Add output-dir-mirror option
Xin Xie committed