| Commit message (Expand) | Author | Age | Files | Lines |
* | rpm: code shrink | Denys Vlasenko | 2017-08-09 | 2 | -89/+168 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 5 | -23/+28 |
* | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 5 | -15/+18 |
* | unxz: get_le32 macro is obviously wrong | Denys Vlasenko | 2017-08-07 | 1 | -1/+0 |
* | getopt32: move support for "always treat first arg as option" to users (tar/ar) | Denys Vlasenko | 2017-08-04 | 2 | -3/+7 |
* | config: do not use `a' quoting in help texts | Denys Vlasenko | 2017-08-02 | 1 | -1/+1 |
* | unzip: fix regression on big-endian machines | Natanael Copa | 2017-07-27 | 1 | -0/+1 |
* | tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 | Denys Vlasenko | 2017-07-24 | 3 | -24/+71 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 13 | -117/+117 |
* | libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA | Denys Vlasenko | 2017-07-20 | 4 | -21/+10 |
* | unzip: sanitize filename length: malloc(1234mb) is not funny | Denys Vlasenko | 2017-07-20 | 1 | -2/+8 |
* | unzip: implement -j, closes 9126 | Denys Vlasenko | 2017-07-20 | 1 | -16/+30 |
* | unzip: robustify overwrite checks | Denys Vlasenko | 2017-07-20 | 1 | -31/+53 |
* | unzip: support symlinks. Closes 10031 | Denys Vlasenko | 2017-07-20 | 1 | -13/+48 |
* | bzcat,zcat: simplify code if gunzip/bunzip2 is not selected | Denys Vlasenko | 2017-07-20 | 1 | -2/+2 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 11 | -21/+21 |
* | Move get_unaligned_le32() macros to platform.h | Denys Vlasenko | 2017-07-15 | 1 | -5/+11 |
* | unzip: TODO for symlink support | Denys Vlasenko | 2017-07-11 | 1 | -0/+21 |
* | dpkg: fix CONFIG_FEATURE_CLEAN_UP handling | Peter Korsgaard | 2017-07-05 | 1 | -4/+0 |
* | bzcat: compile bunzip2_main() if BZCAT. | Denys Vlasenko | 2017-07-04 | 1 | -1/+1 |
* | fixes for bugs found by make_single_applets.sh | Denys Vlasenko | 2017-07-03 | 1 | -3/+8 |
* | archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop | Denys Vlasenko | 2017-06-15 | 4 | -43/+81 |
* | fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo" | Denys Vlasenko | 2017-06-15 | 1 | -4/+4 |
* | tar: add IF_FEATURE_* checks | Ming Liu | 2017-06-13 | 1 | -10/+15 |
* | Spelling fixes in comments, documentation, tests and examples | Denys Vlasenko | 2017-04-17 | 4 | -18/+18 |
* | whitespace fix | Denys Vlasenko | 2017-03-24 | 1 | -1/+1 |
* | Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error | Kang-Che Sung | 2017-02-17 | 1 | -4/+4 |
* | Replace int -> uint to avoid signed integer overflow | Rostislav Skudnov | 2017-02-04 | 1 | -3/+3 |
* | *: add comment about APPLET_ODDNAME format | Denys Vlasenko | 2017-01-29 | 2 | -23/+28 |
* | link: new applet | Denys Vlasenko | 2017-01-26 | 1 | -2/+4 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 6 | -42/+17 |
* | unlzma: expand comments, no code changes | Denys Vlasenko | 2017-01-09 | 1 | -0/+18 |
* | unlzma: fix erroneous "while" instead of "if". Closes 4682 | Denys Vlasenko | 2017-01-09 | 1 | -5/+8 |
* | unzip: match "Defl:?" display with info-zip; cosmetic code shuffling | Denys Vlasenko | 2017-01-09 | 1 | -102/+109 |
* | unzip: optional support for xz | Denys Vlasenko | 2017-01-09 | 2 | -0/+14 |
* | unzip: optional support for bzip2 and lzma | Denys Vlasenko | 2017-01-09 | 3 | -36/+61 |
* | Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 | Kang-Che Sung | 2017-01-09 | 3 | -19/+41 |
* | bunzip2: fix code bloat caused by zcat's seamless magic | Kang-Che Sung | 2017-01-08 | 1 | -1/+1 |
* | unzip: do not use CDF.extra_len, read local file header. Closes 9536 | Denys Vlasenko | 2017-01-08 | 1 | -114/+122 |
* | unzip: remove now-pointless lseek which returns current position | Cristian Ionescu-Idbohrn | 2017-01-05 | 1 | -5/+0 |
* | typo fix in config help text | Denys Vlasenko | 2017-01-05 | 1 | -1/+1 |
* | unzip: properly use CDF to find compressed files. Closes 9536 | Denys Vlasenko | 2017-01-05 | 1 | -120/+165 |
* | Make DPKG=y and DPKG_DEB=y by default | Denys Vlasenko | 2016-12-23 | 2 | -2/+2 |
* | fix breakage found by mass one-applet builds | Denys Vlasenko | 2016-12-23 | 1 | -0/+4 |
* | randomconfig fixes | Denys Vlasenko | 2016-12-08 | 2 | -2/+14 |
* | dpkg-deb: shorten code, improve help text | Denys Vlasenko | 2016-11-27 | 1 | -43/+34 |
* | dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option | Denys Vlasenko | 2016-11-27 | 1 | -10/+1 |
* | Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable | Denys Vlasenko | 2016-11-16 | 3 | -35/+81 |
* | tar: handle pax-encoded utf8 filenames and link names. Closes 9406 | Denys Vlasenko | 2016-11-11 | 1 | -7/+25 |
* | cpio: fix restoration of file ownership, closes 9306 | Denys Vlasenko | 2016-10-12 | 1 | -0/+4 |