summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
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
2021-06-11build: update gnulib submodule to latestPaul Eggert-12/+5
2021-05-15copy: remove fiemap logicPádraig Brady-617/+5
2021-05-13copy: disallow copy_file_range() on Linux kernels before 5.3Pádraig Brady-2/+45
2021-05-12copy: handle system security config issues with copy_file_range()Pádraig Brady-0/+9
2021-05-12copy: handle EOPNOTSUPP from SEEK_DATAPádraig Brady-1/+1
2021-05-12copy: handle ENOTSUP from copy_file_range()Pádraig Brady-2/+3
2021-05-08maint: consistently free hash structures in dev modePádraig Brady-1/+51
2021-05-06maint: fix sc_space_before_open_paren failureBernhard Voelker-2/+2
2021-05-03copy: exit immediately upon failure to allocate hash memoryPádraig Brady-0/+4
2021-05-02copy: ensure we enforce --reflink=neverPádraig Brady-7/+13