Andrew Wood
|
fe22f0e449
|
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 |
|
Andrew Wood
|
4cd28b23f0
|
Adjustments and annotations as per splint and flawfinder reports.
|
2023-08-14 23:07:37 +01:00 |
|
Andrew Wood
|
cc4d1a15e4
|
Make the filenames in the list constant.
|
2023-08-14 22:37:23 +01:00 |
|
Andrew Wood
|
7f25aff91d
|
Adjustments and annotations as per splint and flawfinder reports.
|
2023-08-14 22:33:06 +01:00 |
|
Andrew Wood
|
f01117d84e
|
Adjustments and annotations as per splint and flawfinder reports.
|
2023-08-14 20:56:11 +01:00 |
|
Andrew Wood
|
943c05a8a0
|
Reformatted with "indent" to a line length of 120.
|
2023-07-29 22:21:32 +01:00 |
|
Andrew Wood
|
b9f96d9508
|
Provide new option "--debug" instead of using insecure environment variable DEBUG.
|
2023-07-28 23:14:14 +01:00 |
|
Andrew Wood
|
ae81f83e9b
|
New option "--direct-io".
|
2023-07-27 21:44:30 +01:00 |
|
Andrew Wood
|
6cff3c1c2a
|
First draft of new "--sync" option.
|
2023-07-26 22:17:00 +01:00 |
|
Andrew Wood
|
c7e0bb727e
|
Introduce strlcat() instead of strcat(), and replace all sizeof() of buffers inside structures with constants where possible, to avoid bugs caused by reading the size of a pointer instead of the size of the buffer it points to.
|
2023-07-23 01:57:00 +01:00 |
|
Andrew Wood
|
101294195b
|
Remove references to 64-bit file functions - stat, lstat, lseek, etc - as part of large file support rewrite.
|
2023-07-22 19:55:55 +01:00 |
|
Andrew Wood
|
7448c7f320
|
Rewrote configure.in and replaced header.in with one generated by autoheader, added copyright notice to all source files as per GNU standards, and changed "pv --version" output to conform to GNU standards.
|
2023-07-22 19:35:43 +01:00 |
|
Andrew Wood
|
461486ec4f
|
Added --bits option
|
2023-07-16 23:12:12 +01:00 |
|
Andrew Wood
|
4fddf40436
|
Rename --eta-window to --average-rate-window, since that is what it does, and correct the behaviour of the final update so the final rate shown is the average rate across the whole transfer.
|
2023-07-16 21:00:08 +01:00 |
|
 Andrew WoodandGitHub
|
56adce8edf
|
Merge branch 'main' into eta_fix
|
2023-07-16 11:41:50 +01:00 |
|
Andrew Wood
|
bb0c5bdfca
|
Applied standard indent(1) settings
|
2023-07-16 11:20:03 +01:00 |
|
Andrew Wood
|
0d1d5b77ec
|
Applied patch from Dave Beckett to support "@filename" as a "--size" argument.
|
2023-07-16 11:07:06 +01:00 |
|
lemonsqueeze
|
6bdb951af4
|
Added -m, --eta-window option: set time window for average rate computation (default 30s)
|
2023-05-29 15:11:37 +02:00 |
|
Christoph Ostarek
|
b0cad6d3e3
|
implement fd watching for OS X
|
2023-02-19 18:20:00 +01:00 |
|
Andrew Wood
|
7d68a574ca
|
Added all changes made between v1.6.6 and June 2020
|
2021-09-04 21:00:00 +01:00 |
|
Andrew Wood
|
12f28d0689
|
Initial commit based on v1.6.6
|
2021-09-04 20:51:25 +01:00 |
|