1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added $CC selection into configure script, thus allowing easy Sparse checks [PERFECTIVE] - Sparse fixes [CORRECTIVE] More... over 16 years ago
Add documentation of -i and -o [DOCUMENTATION] More... over 16 years ago
- Implemented end range [PERFECTIVE] - Added range tests [PREVENTIVE] More... over 16 years ago
Added a missing check script that should have been included in the last commit [CORRECTIVE] More... over 16 years ago
Add input range support. It allows one to skip N bytes of data in the beginning of input (so that it is not written to output). [PERFECTIVE] More... over 16 years ago
* Add path lookup to -e mode [CORRECTIVE] * Remove the annoying warning about -e mode * Add AUTHORS file * Allow -l '100 KiB'. Before this, only -l 100KiB was allowed. [PERFECTIVE] More... over 16 years ago
none More... almost 17 years ago
- Exit with failure when pmr gets a read or write errors [CORRECTIVE] - Cleanup code [PREVENTIVE] More... almost 17 years ago
Shorter check More... almost 17 years ago
Use a pipe trick to terminate pmr when the child process dies (-e option) [CORRECTION] More... almost 17 years ago
- Use non-blocking IO only when -e is used. Blocking IO is used in the normal mode (-e is not used) to optimise some syscalls away (select()). [PERF] - Fix a fatal data corruption bug with rate limited reads introduced yesterday, so stable release users were not affected [CORR] More... almost 17 years ago
Added a warning that -e is totally broken More... almost 17 years ago
Add -e option to man page More... almost 17 years ago
The first test run of pmr -e was a catastrophy. Following bugs were fixed: - Close output file descriptor of a pipe to cause spawned process to receive EOF eventually [CORRECTIVE] - Do not touch terminated pipes (with closed file descriptors) in the select() loop [CORRECTIVE] - Put correct file descriptor numbers to the two pipes when spawning a process [CORRECTIVE] More... almost 17 years ago
Added experimental -e option to spawn a command under pmr so that the command gets its stdin from pmr and commands stdout goes to pmr. [PERFECTIVE] More... almost 17 years ago
- Output -v to stdout. [CORR] - exit(-1); -> exit(1); [CORR] - Change indentation from 2 to 4 spaces [PREV] - Code cleanup [PREV] - Bump version number to 0.13 More... almost 17 years ago
fixed server name to zakalwe.fi More... almost 17 years ago
Added COPYING file for people to findout the license in easy way, especially Google's code search More... almost 17 years ago
version 0.12 More... about 17 years ago
Added configuration file support. Fixed a carriage return output bug. More... about 17 years ago
none More... about 17 years ago
Fixed carriage return feature to output correct amount of space regardless of terminal. (it counts the number of characters output on line) More... about 17 years ago
fixed -r bug that it didn't clear the whole line in some cases More... about 17 years ago
Updated date on man page. Use ISO 8601 format. More... over 17 years ago
shorted case-insensitive IEC multipliers are now acceptable: ki, mi, gi.. this is for rate limit and ETA. More... over 17 years ago
fix file offsets to support files >= 4 GiB More... over 17 years ago
removed all kinds of stuff that have already been implemented.. More... over 17 years ago
Implement -s option for ETA. More... over 17 years ago
*** empty log message *** More... over 17 years ago
the process will return EXIT_FAILURE if interrupted with SIGINT. More... over 17 years ago