| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 27 | -37/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 9 | -14/+14 |
|\| |
|
| * | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 9 | -14/+14 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-23 | 1 | -3/+3 |
|\| |
|
| * | tar: fix handling of first argument without '-' | Ron Yorston | 2017-08-23 | 1 | -3/+3 |
* | | Post-merge fixes | Ron Yorston | 2017-08-22 | 1 | -0/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 17 | -320/+435 |
|\| |
|
| * | libarchive: fix build failure on NOMMU systems | Ron Yorston | 2017-08-22 | 1 | -1/+1 |
| * | rpm,rpm2cpio: do not compile not-configurred parts of rpm.c | Denys Vlasenko | 2017-08-22 | 1 | -40/+48 |
| * | rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far) | Denys Vlasenko | 2017-08-10 | 1 | -0/+2 |
| * | libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 | Denys Vlasenko | 2017-08-10 | 5 | -43/+73 |
| * | rpm2cpio: handle LZMA compressed rpms. closes 10166 | Denys Vlasenko | 2017-08-10 | 2 | -15/+40 |
| * | rpm2cpio: use rpm_gettags | Denys Vlasenko | 2017-08-10 | 1 | -44/+10 |
| * | rpm: prepare rpm_gettags for reuse in rpm2cpio | Denys Vlasenko | 2017-08-10 | 1 | -11/+9 |
| * | rpm,rpm2cpio: put both sources into one file, no code changes | Denys Vlasenko | 2017-08-10 | 2 | -100/+96 |
| * | 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: 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 |