summaryrefslogtreecommitdiff
path: root/misc/mbuffer
AgeCommit message (Collapse)AuthorFilesLines
2015-06-05Update mbuffer to 20150412wiedi3-10/+10
20150412: - fix: watchdog cannot do its job if it is cleaned up to early - fix: clear sa_flags and sa_mask before use, although ignored 20141227: - added option --pid to print PID of current process - updated usage to include option -W - man page formatting fixes - configure updates - support compiling on systems that do not define PATH_MAX
2015-01-04Use BROKEN_ON_PLATFORM for "needs sysctl bits".dholland1-2/+2
2014-05-08Import mbuffer-20140310 into pkgsrc, packaged by Brian Bennett.jperkin7-0/+84
mbuffer is a tool for buffering data streams with a large set of unique features: * direct support for TCP based network targets (IPv4 and IPv6) * ability to send to multiple targets in parallel (distribution mode) * support for multiple volumes * I/O rate limitation * high/low watermark based restart criteria * configurable buffer size * on the fly MD5 hash calculation * highly efficient, multi-threaded implementation It is especially useful, if you are writing backups to fast tape drives or libraries.