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