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
8ef4ff2e848ec7016a092901f4c45426f53c64ac
pv
/
src
/
include
T
History
Andrew Wood
8ef4ff2e84
If an empty format string is supplied, such as -F "", make that imply -q and cancel -c, so that -F "" -F "%b %t %r %p %e" -M both will monitor both sides but only display the output side - which will be useful when ratio is added (
#67
).
2026-03-30 21:41:16 +01:00
..
config-aux.h
Hide the __attribute__() definition from splint so it doesn't generate spurious warnings.
2026-03-21 15:48:35 +00:00
config.h.in
Allow "--size @dir" to read the size of all files under "dir" (
#179
).
2026-03-07 22:23:10 +00:00
options.h
Use a special type for opts->argv[] so that the whole array, and array entries, can both be NULL, and the array entries pointers to constant strings; and ensure that argv[] always has a NULL pointer on the end - all so argv can be passed to execvp() (
#67
).
2026-03-19 22:57:41 +00:00
pv-internal.h
Pass the othermonitor_* values into the main state, and add TODO markers for next steps (
#67
).
2026-03-29 21:49:47 +01:00
pv.h
If an empty format string is supplied, such as -F "", make that imply -q and cancel -c, so that -F "" -F "%b %t %r %p %e" -M both will monitor both sides but only display the output side - which will be useful when ratio is added (
#67
).
2026-03-30 21:41:16 +01:00