summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2021-09-16cksum: fix off-by-1 bug with \r strippingPaul Eggert-4/+3
2021-09-15maint: prefer rawmemchr to memchr when easyPaul Eggert-24/+26
2021-09-15split: avoid NULL + 1Paul Eggert-2/+5
2021-09-15digest: support windows format checksum filesPádraig Brady-20/+25
2021-09-15doc: improve --help indenting in checksum utilsPádraig Brady-2/+2
2021-09-15cksum: operate in binary mode onlyPádraig Brady-14/+28
2021-09-15cksum: use --tag format by defaultPádraig Brady-4/+30
2021-09-15cksum: support --zero in default modePádraig Brady-19/+24
2021-09-15digest: support -length specifiers on all digest tagsPádraig Brady-41/+31
2021-09-15cksum: support digest detection for tagged formatPádraig Brady-3/+66
2021-09-15maint: simplify b2sum to only handle BLAKE2bPádraig Brady-41/+14
2021-09-15digest: add support for sm3Pádraig Brady-4/+16
2021-09-15cksum: add --algorithm option to select digest modePádraig Brady-60/+269
2021-09-15digest: refactor cksum(1) into digest.cPádraig Brady-627/+556
2021-09-15cksum: document the --debug optionPádraig Brady-0/+6
2021-09-15sum: handle EOVERFLOW for too large inputsPádraig Brady-0/+20
2021-09-15digest: refactor sum(1) into digest.cPádraig Brady-253/+272
2021-09-15digest: add LENGTH parameter to digest to support cksumPádraig Brady-3/+3
2021-09-15maint: rename md5sum.c to more general digest.cPádraig Brady-6/+7
2021-09-15doc: fix ambiguities in logname(1) and whoami(1)Pádraig Brady-1/+1
2021-09-15dircolors: add *direct* to TERM matchingnl6720-0/+1
2021-08-31doc: indicate the default algorithm in the sum(1) man pagePádraig Brady-1/+1
2021-08-31sum: always output a file name if one passedPádraig Brady-2/+2
2021-08-29basenc: fix bug49741: using wrong decoding buffer lengthAssaf Gordon-1/+3
2021-08-27basenc: prefer signed to unsigned integersPaul Eggert-101/+87
2021-08-22df: pacify -Wsuggest-attribute=mallocPaul Eggert-1/+4
2021-08-22maint: use clearerr on stdin when appropriatePaul Eggert-107/+129
2021-08-15chmod: fix use of uninitialized var if -vPaul Eggert-63/+64
2021-08-11df: fix bug with automountedPaul Eggert-9/+25
2021-08-08cat: with -E fix handling of \r\n spanning buffersPádraig Brady-6/+33
2021-07-31uniq: pacify GCC -fanalyzerPaul Eggert-2/+2
2021-07-31numfmt: omit unnecessary pointer testPaul Eggert-1/+1
2021-07-28maint: avoid syntax-check failures in recent ls changesPádraig Brady-8/+9
2021-07-28doc: modernize usage of “disk” and “core”Paul Eggert-54/+55
2021-07-28doc: improve ls documentationPaul Eggert-8/+7
2021-07-27ls: rename --null to --zero (Bug#49716)Paul Eggert-28/+29
2021-07-27ls: compute defaults more lazilyPaul Eggert-195/+200
2021-07-26maint: avoid recent syntax-check issuesPádraig Brady-1/+1
2021-07-26ls: add --null option (Bug#49716)Paul Eggert-14/+25
2021-07-26ls: port to wider off_t, uid_t, gid_tPaul Eggert-10/+10
2021-07-26ls: demacroizePaul Eggert-135/+140
2021-07-26ls: simplify sprintf usagePaul Eggert-24/+14
2021-07-26maint: fix white spacePaul Eggert-86/+89
2021-07-26env: fix usage typoPaul Eggert-1/+1
2021-07-02df: fix duplicated remote entries due to bind mountsKamil Dudka-2/+13
2021-06-26tail: use poll, not selectPaul Eggert-61/+39
2021-06-26maint: while (1) → while (true)Paul Eggert-47/+47
2021-06-21maint: remove redundant checks on buffer sizes in tailNikolay Nechaev-4/+3
2021-06-21stat: use decomposed decimal device numbers by defaultPádraig Brady-2/+2
2021-06-21stat: support more device number representationsPádraig Brady-11/+49