| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2015-03-14 | 11 | -59/+167 |
|\ |
|
| * | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 4 | -6/+6 |
| * | unzip: prevent attacks via malicious filenames | Denys Vlasenko | 2015-02-10 | 4 | -43/+63 |
| * | gzip: trivial code shrink -5 bytes | Denys Vlasenko | 2015-02-03 | 1 | -4/+4 |
| * | gzip: speed up and shrink put_16bit() | Denys Vlasenko | 2015-02-02 | 1 | -7/+34 |
| * | gzip: do not store timestamp in gzip header | Rich Felker | 2015-02-02 | 1 | -4/+16 |
| * | dpkg: update supported compression methods | Denys Vlasenko | 2015-01-30 | 5 | -0/+49 |
* | | ar: fix modification of existing archives | Ron Yorston | 2015-03-04 | 1 | -1/+15 |
* | | Merge commit '1_23_0' into mergeTIG_1_23_0 | Ron Yorston | 2015-01-23 | 1 | -5/+3 |
|\| |
|
| * | randomconfig fixes | Denys Vlasenko | 2014-12-22 | 1 | -5/+3 |
* | | Use MinGW-w64 by default | Ron Yorston | 2015-01-07 | 2 | -2/+2 |
* | | Changes to allow building with MinGW-w64 | Ron Yorston | 2015-01-05 | 2 | -0/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-12-14 | 15 | -177/+267 |
|\| |
|
| * | tar: fix "tar -cJ" ignoring -J option. closes 7706 | Denys Vlasenko | 2014-12-11 | 1 | -38/+28 |
| * | make xmalloc_open_zipped_read_close result NUL terminated | Denys Vlasenko | 2014-12-07 | 1 | -1/+2 |
| * | libarchive: add capability to unpack to mem.buffer | Denys Vlasenko | 2014-12-07 | 12 | -110/+211 |
| * | Rename transformer_aux_data_t -> transformer_state_t | Denys Vlasenko | 2014-12-07 | 12 | -58/+58 |
* | | Omit functions not required if seamless compression is disabled | Ron Yorston | 2014-11-29 | 1 | -5/+3 |
* | | Move definition of bb_got_signal to mingw.c | Ron Yorston | 2014-11-29 | 1 | -4/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-06-30 | 3 | -0/+6 |
|\| |
|
| * | cpio: reinstate "options:" line in help text | Denys Vlasenko | 2014-06-30 | 1 | -0/+1 |
| * | lzop: add overflow check | Denys Vlasenko | 2014-06-30 | 2 | -0/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-03-11 | 7 | -18/+28 |
|\| |
|
| * | unlzma: add comments about possible bug from BZ 2689 | Denys Vlasenko | 2014-02-28 | 1 | -0/+6 |
| * | unlzma: move some variables in "more local" scope | Denys Vlasenko | 2014-02-28 | 1 | -7/+10 |
| * | zcat: complain if input is not compressed | Denys Vlasenko | 2014-02-02 | 6 | -20/+12 |
| * | libbb: open_zipped() should not fail on non-compressed files | Denys Vlasenko | 2014-01-27 | 1 | -1/+10 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-13 | 2 | -13/+14 |
|\| |
|
| * | tar: tighten up pax header validity check | Denys Vlasenko | 2014-01-10 | 1 | -1/+3 |
| * | libarchive: open_zipped() does not need to check extensions for e.g. gzip | Denys Vlasenko | 2014-01-10 | 1 | -12/+11 |
* | | Define bb_got_signal for use in tar on mingw32 | Ron Yorston | 2014-01-02 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2014-01-02 | 21 | -431/+477 |
|\| |
|
| * | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko | 2013-11-29 | 4 | -6/+2 |
| * | dpkg-deb: cosmetic correction to usage text | Daniel Borca | 2013-11-28 | 1 | -1/+1 |
| * | tar: prevent empty file to be treated as valid tarball | Denys Vlasenko | 2013-11-19 | 1 | -3/+10 |
| * | tar: fix exitcode check for MMU-spawned unpacking helpers | Denys Vlasenko | 2013-11-19 | 2 | -9/+10 |
| * | archival/*: move "config:" snippets into .c files | Denys Vlasenko | 2013-11-14 | 13 | -353/+349 |
| * | archival/*: move "applet:" snippets into .c files, part 2 | Denys Vlasenko | 2013-11-14 | 3 | -1/+8 |
| * | archival/*: move "applet:" snippets into .c files | Denys Vlasenko | 2013-11-14 | 11 | -5/+15 |
| * | archival/*: move "kbuild:" snippets into .c files | Denys Vlasenko | 2013-11-14 | 13 | -26/+35 |
| * | Fix some compiler warnings emitted by gcc-4.8.0 | Denys Vlasenko | 2013-10-16 | 2 | -7/+7 |
| * | bunzip2: fix off-by-one check | Denys Vlasenko | 2013-10-06 | 1 | -8/+18 |
| * | ar: better comment | Denys Vlasenko | 2013-09-10 | 1 | -2/+5 |
| * | ar: read_num(): fix reading fields using the entire width | Peter Korsgaard | 2013-09-10 | 1 | -12/+20 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2013-08-27 | 5 | -47/+99 |
|\| |
|
| * | tar: fix tar -T to add entries in the exact order as the input list | SASAKI Suguru | 2013-08-15 | 1 | -3/+1 |
| * | unpackers: by users' request, print compression percentage if -v and DESKTOP | Denys Vlasenko | 2013-07-30 | 1 | -13/+23 |
| * | unzip: survive lack of CDF on non-streaming zip files | Denys Vlasenko | 2013-07-21 | 1 | -16/+39 |
| * | unzip: increase PEEK_FROM_END from 16k to 64k | Denys Vlasenko | 2013-07-20 | 1 | -1/+8 |
| * | *: change execl sentinels from NULL to (char*)0 | Rich Felker | 2013-06-30 | 2 | -2/+2 |