summaryrefslogtreecommitdiff
path: root/src/dd.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-04dd: warn about counts specified with confusing 0x prefixPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-08-18doc: fix ambiguous multiplier info in dd man pagePádraig Brady
2016-01-13doc: suggest dd "sync" flag to maximize "nocache" effectivenessPádraig Brady
2016-01-01maint: avoid a sc_long_lines failure in recent commitPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-31dd: append spaces to shorter status=progress linePaul Eggert
2015-12-31dd: summarize in --human-readable format tooPaul Eggert
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27copy,dd: simplify and optimize NUL bytes detectionPádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-05-30maint: avoid new coverity warningsPádraig Brady
2015-04-27maint: fix printf format for signed integersPádraig Brady
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-12-16dd: fix typo in previous changePaul Eggert
2014-12-15dd: diagnose too-large numbers betterPaul Eggert
2014-11-28build: fix missing casts from recent changePádraig Brady
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady
2014-10-02maint: avoid double semicolon syntax check failureBernhard Voelker
2014-09-30dd: new status=progress level to print stats periodicallyFederico Simoncelli
2014-09-30dd: use more robust SIGUSR1 handlingPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-05-06dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-07-19dd: make status=none suppress all diagnosticsPádraig Brady
2013-04-14dd: avoid buffer allocations unless neededOndrej Oprala
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-12-21dd: fix a printf format mismatch in an error messagePádraig Brady
2012-09-24dd: new option, status=none to suppress output statisticsPozsár Balázs
2012-09-18dd: remove references to the word BLOCKS from help and texi docsBenno Schulenberg
2012-06-22doc: document multiplier for dd number options like count=NBernhard Voelker
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady
2012-05-10maint: handle file sizes more reliablyPaul Eggert
2012-03-06maint: refactor copy to use is_nul()Pádraig Brady
2012-02-29dd: add support for the conv=sparse optionRoman Rybalko
2012-02-13dd: fix issues in the count_bytes and seek_bytes flags changePádraig Brady
2012-02-12dd: add count_bytes, skip_bytes and seek_bytes flagsJérémy Compostella
2012-02-06maint: add braces as requested by HACKING coding standardJérémy Compostella
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-16dd: port to NonStop (Bug#9076)Paul Eggert