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
ae60fc0688a6cc6e83d132e2afdabe1dad113f74
pv
/
src
/
include
T
History
Andrew Wood
11d727a88d
In discard mode, if splice() is available, open a file descriptor to /dev/null and splice the input to that, to improve performance (
#191
).
2026-05-03 14:53:45 +01:00
..
.gitignore
Ignore files autogenerated by "autoreconf" (
#185
).
2026-04-01 22:14:57 +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
options.h
Add an option "-J" / "--pipe-buffer-size" to set the size of the output pipe buffer when the output is a pipe, and when that option is not specified, automatically increase the output pipe buffer size to match that of the input, when the first input is also a pipe (
#188
).
2026-05-02 16:42:35 +01:00
pv-internal.h
In discard mode, if splice() is available, open a file descriptor to /dev/null and splice the input to that, to improve performance (
#191
).
2026-05-03 14:53:45 +01:00
pv.h
Add an option "-J" / "--pipe-buffer-size" to set the size of the output pipe buffer when the output is a pipe, and when that option is not specified, automatically increase the output pipe buffer size to match that of the input, when the first input is also a pipe (
#188
).
2026-05-02 16:42:35 +01:00