| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: fix POSIX build (again) | Ron Yorston | 2019-03-12 | 1 | -1/+3 |
* | dpkg: enable in the default configuration | Ron Yorston | 2019-02-22 | 1 | -0/+5 |
* | win32: stat(2) succeeds if fetching extra metadata fails | Ron Yorston | 2019-02-19 | 1 | -3/+5 |
* | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 1 | -3/+3 |
* | libarchive: remove more symlink code | Ron Yorston | 2019-02-14 | 2 | -4/+6 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2019-01-10 | 11 | -17/+17 |
|\ |
|
| * | config: dpkg_deb should be dpkg-deb | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
| * | config: more tweaks | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
| * | config: update size information | Denys Vlasenko | 2018-12-28 | 9 | -15/+15 |
| * | randomconfig fixes | Denys Vlasenko | 2018-12-27 | 1 | -1/+1 |
* | | tar: return correct exit code for empty tar file | Ron Yorston | 2019-01-06 | 1 | -5/+0 |
* | | win32: emulate SIGPIPE | Ron Yorston | 2018-12-11 | 1 | -2/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-11-28 | 6 | -15/+60 |
|\| |
|
| * | hush: allow hush to run embedded scripts | Ron Yorston | 2018-11-27 | 1 | -1/+1 |
| * | tar: skip 'V' headers (GNU volume label), closes 11526 | Denys Vlasenko | 2018-11-27 | 1 | -1/+2 |
| * | unlzma: fix too-eager corruption check | Denys Vlasenko | 2018-11-27 | 1 | -7/+13 |
| * | tar: fix too eager autodetection, closes 11531 | Denys Vlasenko | 2018-11-27 | 2 | -2/+9 |
| * | remove FAST_FUNC on a static function | Denys Vlasenko | 2018-11-02 | 1 | -2/+2 |
| * | libarchive: add a function to unpack embedded data | Ron Yorston | 2018-11-02 | 1 | -4/+34 |
| * | ash: allow shell scripts to be embedded in the binary | Denys Vlasenko | 2018-11-01 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-10-08 | 1 | -20/+37 |
|\| |
|
| * | unzip: use printable_string() for printing filenames | Denys Vlasenko | 2018-09-30 | 1 | -20/+37 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-09-10 | 1 | -38/+42 |
|\| |
|
| * | tar: fix a thinko in prev commit - we need to copy to _unused_ fd | Denys Vlasenko | 2018-08-04 | 1 | -2/+1 |
| * | tar: handle the case when opened created tarball happens to have fd#0 | Denys Vlasenko | 2018-08-04 | 1 | -6/+18 |
| * | tar: make source code a bit more terse, no logic changes | Denys Vlasenko | 2018-08-04 | 1 | -32/+25 |
* | | Merge branch 'busybox' | Ron Yorston | 2018-07-25 | 9 | -36/+43 |
|\| |
|
| * | gzip: unbreak FEATURE_GZIP_LEVELS, closes 11171 | Denys Vlasenko | 2018-07-24 | 1 | -6/+6 |
| * | cpio: if longopts are enabled, accept --null (synonym for -0) | Denys Vlasenko | 2018-07-06 | 1 | -0/+1 |
| * | tweak help texts | Denys Vlasenko | 2018-07-06 | 1 | -3/+5 |
| * | restore documentation on the build config language | Kartik Agaram | 2018-06-06 | 1 | -1/+1 |
| * | unlzma: close another SEGV possibility | Denys Vlasenko | 2018-05-25 | 1 | -1/+5 |
| * | tar: fix interaction of delayed symlink and hardlink creation | Harald van Dijk | 2018-05-22 | 6 | -25/+25 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 2 | -14/+23 |
|\| |
|
| * | unlzma: do emit the error message on bad input, when we exit with 1 | Denys Vlasenko | 2018-04-24 | 1 | -0/+6 |
| * | unlzma: fix another SEGV case | Denys Vlasenko | 2018-04-19 | 1 | -2/+7 |
| * | ar: stop using static data | Denys Vlasenko | 2018-04-15 | 1 | -11/+7 |
| * | dpkg: fix symlink creation, closes 10941 | Denys Vlasenko | 2018-04-13 | 1 | -1/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 5 | -245/+280 |
|\| |
|
| * | unlzma: fix segfault on bad archive | Denys Vlasenko | 2018-04-08 | 1 | -0/+11 |
| * | bzip2: fix two crashes on corrupted archives | Denys Vlasenko | 2018-04-08 | 2 | -23/+56 |
| * | lzop: remove method checks which are always true/false | Denys Vlasenko | 2018-04-08 | 1 | -15/+22 |
| * | lzop: buffer several 32-bit writes when we start a new compressed block | Denys Vlasenko | 2018-04-08 | 1 | -11/+21 |
| * | lzop: reuse strings | Denys Vlasenko | 2018-04-08 | 1 | -2/+2 |
| * | lzop: checksum reads do not need to be checksummed | Denys Vlasenko | 2018-04-08 | 1 | -3/+3 |
| * | lzop: don't support ancient versions < 0.94 (15 Oct 1997) | Denys Vlasenko | 2018-04-08 | 1 | -52/+49 |
| * | lzop: code shrink by using header_t matching on-disk layout | Denys Vlasenko | 2018-04-08 | 1 | -177/+154 |
| * | tar: trim help text | Denys Vlasenko | 2018-04-07 | 1 | -2/+2 |
* | | libarchive: failure to extract symlink isn't fatal | Ron Yorston | 2018-04-09 | 1 | -1/+9 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 3 | -9/+11 |
|\| |
|