summaryrefslogtreecommitdiffstats
path: root/lsinitcpio
AgeCommit message (Expand)AuthorFilesLines
2017-11-25lsinitcpio: Attempt to estimate only decompression timeDave Reisner1-10/+10
2017-03-11lsinitcpio: avoid null byte warnings with bash 4.3Dave Reisner1-6/+14
2016-07-12use an associative array to build bsdcpio optionsDave Reisner1-11/+26
2014-12-28lsinitcpio: avoid setting TIMEFORMAT globallyDave Reisner1-1/+1
2013-12-24lsinitcpio: remove nonexistent showconfig longoptDave Reisner1-1/+1
2013-12-24include missing longopt --config in arg parserDave Reisner1-1/+1
2013-12-22Add -l flag when using lz4 compressionDave Reisner1-4/+11
2013-10-21lsinitcpio: separate decompression from archive readingDave Reisner1-3/+3
2013-09-07lsinitcpio: return success based on echo, not hexdumpDave Reisner1-0/+1
2013-09-07lsinitcpio: add support for lz4 compressed imageDave Reisner1-1/+6
2013-05-07lsinitcpio: remove unused variablesDave Reisner1-3/+0
2013-03-09lsinitcpio: shortcut lzop involvement to bsdtarDave Reisner1-8/+4
2013-01-21Do more to determine the color caps of the termDave Reisner1-16/+1
2013-01-13factor out kver detection to functions fileDave Reisner1-4/+1
2013-01-12use type to determine availability of tputDave Reisner1-1/+1
2013-01-12lsinitcpio: further cut out dependency on fileDave Reisner1-12/+52
2013-01-12lsinitcpio: avoid redundanciesDave Reisner1-2/+2
2013-01-12lsinitcpio: abort on unknown file formatsDave Reisner1-1/+6
2013-01-12lsinitcpio: fail hard if the image can't be extractedDave Reisner1-2/+4
2012-11-26lsinitcpio: use compound command for parseopts execDave Reisner1-3/+1
2012-11-12lsinitcpio: initialize _opt_verbose to empty stringDave Reisner1-1/+1
2012-10-25lsinitcpio: Add -V/--version option to display versionEric BĂ©langer1-2/+12
2012-10-07commit to some level of style in variable namingDave Reisner1-56/+53
2012-09-30lsinitcpio: add -l, --list option; define as defaultDave Reisner1-5/+18
2012-09-30lsinitcpio: add -c, --config option to dump configDave Reisner1-3/+9
2012-09-30lsinitcpio: move image analysis to separate functionDave Reisner1-66/+70
2012-07-15lsinitcpio: comment on why bsdtar alone isn't good enoughDave Reisner1-1/+3
2012-06-08lsinitcpio: show only regular files as binaries0.9.2Dave Reisner1-2/+1
2012-05-18lsinitcpio: Always show extraction timeDave Reisner1-2/+2
2012-05-18lsinitcpio: add support for listing new hooksDave Reisner1-21/+20
2012-05-18lsinitcpio: extract the image to a tempdirDave Reisner1-18/+45
2012-05-02lsinitcpio: fallback on 80 cols when tput failsDave Reisner1-0/+3
2012-04-22lsinitcpio: avoid exiting from usageDave Reisner1-4/+4
2012-04-22lsinitcpio: show file sizes in analyze outputDave Reisner1-3/+28
2012-04-22lsinitcpio: adopt parseopts for option parsingDave Reisner1-15/+31
2012-02-20lsinitcpio: trim binaries during discoveryDave Reisner1-3/+3
2012-02-20lsinitcpio: detect kver separate from modulesDave Reisner1-6/+4
2011-12-26lsinitcpio: remove duplicate in_array functionDave Reisner1-9/+0
2011-12-16lsinitcpio: cleanup binary displayDave Reisner1-1/+1
2011-12-05lsinitcpio: read VERSION stamp out of image fileDave Reisner1-1/+4
2011-11-29lsinitcpio: columnize binaries outputDave Reisner1-3/+3
2011-10-01lsinitcpio: follow symlinks only when necessaryDave Reisner1-2/+4
2011-10-01lsinitcpio: disable color when stdout isn't a ttyDave Reisner1-1/+1
2011-07-05lsinitcpio: fix logical error in reading compression0.7.2Dave Reisner1-1/+1
2011-07-01lsinitcpio: add optional colorized outputDave Reisner1-16/+43
2011-07-01lsinitcpio: append, not overwrite found hooksDave Reisner1-1/+1
2011-06-16lsinitcpio: new utility to dump contents of imagesDave Reisner1-0/+138