- ddacb03 libbb: commonalize a bit of little-endian CRC32 table generation code by Denys Vlasenko · 7 years ago
- d6f0f03 libarchive: move bbunpack constants to bb_archive.h by Denys Vlasenko · 7 years ago
- 99ac175 lzop: code shrink by Denys Vlasenko · 7 years ago
- 97058d0 unlzop: fix --help: it has -U instead of -k by Denys Vlasenko · 7 years ago
- 1b8ac93 bzip2: code shrink, stop using global data variable by Denys Vlasenko · 7 years ago
- 54a174e gzip: "compressed_len" is unused, stop wasting code and time calculating it by Denys Vlasenko · 7 years ago
- a142926 gzip: remove unnecessary forward declarations, no code changes by Denys Vlasenko · 7 years ago
- 919bc9d gzip: flush output buffer after stored blocks only if necessary by Denys Vlasenko · 7 years ago
- f21ebee gzip: flush output buffer after stored blocks, they are not 32-bit aligned by Denys Vlasenko · 7 years ago
- ba63d70 gzip: make debugging of bits_sent less ugly, no code changes by Denys Vlasenko · 7 years ago
- 26eea71 gzip: code shrink by Denys Vlasenko · 7 years ago
- 0525198 gzip: code shrink by Denys Vlasenko · 7 years ago
- 8fd35a1 gzip: code shrink by Denys Vlasenko · 7 years ago
- 468731a gzip: code shrink and speedup by Denys Vlasenko · 7 years ago
- 631c168 gzip: optionally faster put_32bit() by Denys Vlasenko · 7 years ago
- b7dfbbc gzip: speed up send_bits() by Denys Vlasenko · 7 years ago
- d7500f8 gzip: use "unsigned" type for bit fields and bit counts by Denys Vlasenko · 7 years ago
- 6ba6a6f gzip: use wider (32-bit, not 16) bi_buf by Denys Vlasenko · 7 years ago
- e4c4e6d gzip: code shrink by Denys Vlasenko · 7 years ago
- 9c499a5 gzip: code shrink by Denys Vlasenko · 7 years ago
- c6d2a26 gzip: code shrink (consolidate zeroing on reinit) by Denys Vlasenko · 7 years ago
- bb373db tar: accomodate non-terminated tar.chksum fields as seen from github.com by Denys Vlasenko · 7 years ago
- e503962 gzip: fix debug code. Closes 10681 by Denys Vlasenko · 7 years ago
- a07fead tar: code shrink by Denys Vlasenko · 7 years ago
- 931cf64 tar: code shrink, better help text by Denys Vlasenko · 7 years ago
- 02e93b3 tar: improve help text by Denys Vlasenko · 7 years ago
- 978810d unzip: add missing -j to trivial usage by Eugene Rudoy · 7 years ago
- c6f213a unzip: fix content listing and filtering when -j is used by Eugene Rudoy · 7 years ago
- 9ac42c5 unlzma: fix SEGV, closes 10436 by Denys Vlasenko · 7 years ago
- 0402cb3 bunzip2: fix runCnt overflow from bug 10431 by Denys Vlasenko · 7 years ago
- 2ab9403 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- 6bafcfb tar: fix handling of first argument without '-' by Ron Yorston · 7 years ago
- e837a0d libarchive: fix build failure on NOMMU systems by Ron Yorston · 7 years ago
- efcc89b rpm,rpm2cpio: do not compile not-configurred parts of rpm.c by Denys Vlasenko · 7 years ago
- 5da5365 rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far) by Denys Vlasenko · 7 years ago
- bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
- 0cf64c8 rpm2cpio: handle LZMA compressed rpms. closes 10166 by Denys Vlasenko · 7 years ago
- 3c9b8fe rpm2cpio: use rpm_gettags by Denys Vlasenko · 7 years ago
- e5650a4 rpm: prepare rpm_gettags for reuse in rpm2cpio by Denys Vlasenko · 7 years ago
- 3fa9262 rpm,rpm2cpio: put both sources into one file, no code changes by Denys Vlasenko · 7 years ago
- 9be166b rpm: code shrink by Denys Vlasenko · 7 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
- 76b6562 unxz: get_le32 macro is obviously wrong by Denys Vlasenko · 7 years ago
- dd5a402 getopt32: move support for "always treat first arg as option" to users (tar/ar) by Denys Vlasenko · 7 years ago
- 18e781d config: do not use `a' quoting in help texts by Denys Vlasenko · 7 years ago
- 46f3f16 unzip: fix regression on big-endian machines by Natanael Copa · 7 years ago
- b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
- ad37abf unzip: sanitize filename length: malloc(1234mb) is not funny by Denys Vlasenko · 7 years ago
- 997ad2c unzip: implement -j, closes 9126 by Denys Vlasenko · 7 years ago
- bff9bbc unzip: robustify overwrite checks by Denys Vlasenko · 7 years ago
- 13ae85e unzip: support symlinks. Closes 10031 by Denys Vlasenko · 7 years ago
- ebe3c35 bzcat,zcat: simplify code if gunzip/bunzip2 is not selected by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 2c1258c Move get_unaligned_le32() macros to platform.h by Denys Vlasenko · 7 years ago
- 38d9669 unzip: TODO for symlink support by Denys Vlasenko · 7 years ago
- d13c176 dpkg: fix CONFIG_FEATURE_CLEAN_UP handling by Peter Korsgaard · 7 years ago
- 034ceab bzcat: compile bunzip2_main() if BZCAT. by Denys Vlasenko · 7 years ago
- d4e4fdb fixes for bugs found by make_single_applets.sh by Denys Vlasenko · 7 years ago
- 1c013fa archival: add option -k "keep" to gzip/bzip2/lzop, add -U "nokeep" to lzop by Denys Vlasenko · 8 years ago
- 5d72ae5 fix "ifdef ENABLE_foo": should always be "#if ENABLE_foo" by Denys Vlasenko · 8 years ago
- 978307f tar: add IF_FEATURE_* checks by Ming Liu · 8 years ago
- 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
- 876c121 whitespace fix by Denys Vlasenko · 8 years ago
- 74c2215 Fix FEATURE_{GZIP,BZIP2}_DECOMPRESS link error by Kang-Che Sung · 8 years ago
- 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
- 205d48e *: add comment about APPLET_ODDNAME format by Denys Vlasenko · 8 years ago
- 06f20bf link: new applet by Denys Vlasenko · 8 years ago
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 590402b unlzma: expand comments, no code changes by Denys Vlasenko · 8 years ago
- 3989e5a unlzma: fix erroneous "while" instead of "if". Closes 4682 by Denys Vlasenko · 8 years ago
- 8c1d857 unzip: match "Defl:?" display with info-zip; cosmetic code shuffling by Denys Vlasenko · 8 years ago
- 6b4f4b5 unzip: optional support for xz by Denys Vlasenko · 8 years ago
- 2a0867a unzip: optional support for bzip2 and lzma by Denys Vlasenko · 8 years ago
- b130f9f Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2 by Kang-Che Sung · 8 years ago
- d5e7ff0 bunzip2: fix code bloat caused by zcat's seamless magic by Kang-Che Sung · 8 years ago
- 0ffac1c unzip: do not use CDF.extra_len, read local file header. Closes 9536 by Denys Vlasenko · 8 years ago
- e6add21 unzip: remove now-pointless lseek which returns current position by Cristian Ionescu-Idbohrn · 8 years ago
- ecba294 typo fix in config help text by Denys Vlasenko · 8 years ago
- e3c4db8 unzip: properly use CDF to find compressed files. Closes 9536 by Denys Vlasenko · 8 years ago
- ce3a98a Make DPKG=y and DPKG_DEB=y by default by Denys Vlasenko · 8 years ago
- 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
- 548620c randomconfig fixes by Denys Vlasenko · 8 years ago
- 351ab82 dpkg-deb: shorten code, improve help text by Denys Vlasenko · 8 years ago
- 6747bda dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config option by Denys Vlasenko · 8 years ago
- eb3fdc8 Make bzcat, lzcat, xzcat, zcat, lzopcat, unlzop individually selectable by Denys Vlasenko · 8 years ago
- 9655f95 tar: handle pax-encoded utf8 filenames and link names. Closes 9406 by Denys Vlasenko · 8 years ago
- 85100a7 cpio: fix restoration of file ownership, closes 9306 by Denys Vlasenko · 8 years ago
- 71cfbce gzip: fix compression level bug. Closes 9131 by Natanael Copa · 8 years ago
- d2f4241 cpio: tweak help text by Denys Vlasenko · 8 years ago
- 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
- 10c0e91 libarchive: fix xmalloc_open_zipped_read_close() by Denys Vlasenko · 9 years ago
- e24e886 typo fix by Denys Vlasenko · 9 years ago
- df3ec0e libarchive: fix open_zipped() by Denys Vlasenko · 9 years ago
- 984b0a6 libarchive: fix xmalloc_open_zipped_read_close() on NOMMU by Denys Vlasenko · 9 years ago
- 0ad872b randomconfig fixes 4 by Denys Vlasenko · 9 years ago