| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | 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 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-10-19 | 1 | -0/+4 |
|\| |
|
| * | cpio: fix restoration of file ownership, closes 9306 | Denys Vlasenko | 2016-10-12 | 1 | -0/+4 |
* | | Merge branch busybox (up to "ash: comment out free(p) just before...") | Ron Yorston | 2016-10-19 | 2 | -8/+5 |
|\| |
|
| * | gzip: fix compression level bug. Closes 9131 | Natanael Copa | 2016-08-15 | 1 | -4/+1 |
| * | cpio: tweak help text | Denys Vlasenko | 2016-07-08 | 1 | -4/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-07-07 | 7 | -48/+63 |
|\| |
|
| * | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -8/+7 |
| * | libarchive: fix xmalloc_open_zipped_read_close() | Denys Vlasenko | 2016-06-21 | 1 | -0/+3 |
| * | typo fix | Denys Vlasenko | 2016-06-20 | 1 | -1/+1 |
| * | libarchive: fix open_zipped() | Denys Vlasenko | 2016-06-20 | 1 | -7/+12 |
| * | libarchive: fix xmalloc_open_zipped_read_close() on NOMMU | Denys Vlasenko | 2016-06-20 | 4 | -24/+19 |
| * | randomconfig fixes 4 | Denys Vlasenko | 2016-06-20 | 1 | -1/+3 |
| * | randomconfig fixes | Denys Vlasenko | 2016-06-19 | 2 | -9/+20 |
* | | Fix for MinGW-w64 | Ron Yorston | 2016-05-25 | 1 | -3/+6 |
* | | archival: remove WIN32-specific code now lseek fails on pipes | Ron Yorston | 2016-05-24 | 2 | -9/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-05-16 | 6 | -49/+110 |
|\| |
|
| * | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 3 | -3/+3 |
| * | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko | 2016-04-21 | 1 | -0/+2 |
| * | *: add most of the required setup_common_bufsiz() calls | Denys Vlasenko | 2016-04-21 | 3 | -2/+3 |