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
fb8bea390c8c10ee7ef037ee35b4c501e2ab5118
pv
/
src
/
main
T
History
Andrew Wood
fb8bea390c
Use mkstemp() to write the PID file more safely, avoiding potential symlink issues.
2023-08-26 21:45:31 +01:00
..
debug.c
Reformatted with "indent" to a line length of 120.
2023-07-29 22:21:32 +01:00
help.c
Refactored "--help" to support multi-byte character locales when word wrapping, and clear all "splint" and "flawfinder" warnings.
2023-07-29 21:32:34 +01:00
main.c
Use mkstemp() to write the PID file more safely, avoiding potential symlink issues.
2023-08-26 21:45:31 +01:00
options.c
Store name and format string in internal state as their own copies rather than pointers to strings outside the state, for memory safety and to avoid a leak on remote control.
2023-08-26 20:49:30 +01:00
remote.c
Store name and format string in internal state as their own copies rather than pointers to strings outside the state, for memory safety and to avoid a leak on remote control.
2023-08-26 20:49:30 +01:00
version.c
Added splint annotation.
2023-07-29 22:19:43 +01:00