| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | unzip: omit special treatment of non-GNU getopt | Ron Yorston | 2017-07-30 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-29 | 4 | -24/+72 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-24 | 13 | -212/+278 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-18 | 8 | -69/+140 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-05-29 | 6 | -23/+23 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 13 | -315/+394 |
|\| |
|
| * | 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: use data from local header rather than CDF | Ron Yorston | 2017-01-08 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-01-08 | 1 | -123/+163 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-01-04 | 4 | -4/+20 |
|\| |
|
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-11-29 | 5 | -95/+141 |
|\| |
|
| * | dpkg-deb: shorten code, improve help text | Denys Vlasenko | 2016-11-27 | 1 | -43/+34 |