This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
pv
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4e51afc36cd9eab5ec7582e06b24efcc1faae6a7
pv
/
src
/
main
T
History
Andrew Wood
60936080da
Move the "--size @FILE" file size reading into its own function for clarity; standardise its error message format to "program: file: message: detail"; uniquely name variables; refuse to accept a directory as a file; and with this option, try reading the size of a block device from sysfs if we can, to avoid requiring read permissions on the device.
2024-08-06 23:17:15 +01:00
..
debug.c
Adjust copyright years.
2024-03-19 22:19:42 +00:00
help.c
document the --output in the man page and help text
2024-06-08 14:31:21 +02:00
main.c
Move the MAKE_OUTPUT_NONBLOCKING code to state.c, as it can no longer work in main.c due to accessing internal structures; but still leave it switched off by default for now.
2024-07-16 22:41:31 +01:00
options.c
Move the "--size @FILE" file size reading into its own function for clarity; standardise its error message format to "program: file: message: detail"; uniquely name variables; refuse to accept a directory as a file; and with this option, try reading the size of a block device from sysfs if we can, to avoid requiring read permissions on the device.
2024-08-06 23:17:15 +01:00
remote.c
More replacement of hard-coded exit status bitmask values with named constants.
2024-06-08 21:57:36 +01:00
version.c
Correct the copyright year in the "--version" output.
2024-04-22 22:25:22 +01:00