aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Define bb_got_signal for use in tar on mingw32Ron Yorston2014-01-021-0/+4
* Merge branch 'busybox' into mergeRon Yorston2014-01-0221-431/+477
|\
| * fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-294-6/+2
| * dpkg-deb: cosmetic correction to usage textDaniel Borca2013-11-281-1/+1
| * tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-191-3/+10
| * tar: fix exitcode check for MMU-spawned unpacking helpersDenys Vlasenko2013-11-192-9/+10
| * archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-1413-353/+349
| * archival/*: move "applet:" snippets into .c files, part 2Denys Vlasenko2013-11-143-1/+8
| * archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-1411-5/+15
| * archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-1413-26/+35
| * Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko2013-10-162-7/+7
| * bunzip2: fix off-by-one checkDenys Vlasenko2013-10-061-8/+18
| * ar: better commentDenys Vlasenko2013-09-101-2/+5
| * ar: read_num(): fix reading fields using the entire widthPeter Korsgaard2013-09-101-12/+20
* | Merge branch 'busybox' into mergeRon Yorston2013-08-275-47/+99
|\|
| * tar: fix tar -T to add entries in the exact order as the input listSASAKI Suguru2013-08-151-3/+1
| * unpackers: by users' request, print compression percentage if -v and DESKTOPDenys Vlasenko2013-07-301-13/+23
| * unzip: survive lack of CDF on non-streaming zip filesDenys Vlasenko2013-07-211-16/+39
| * unzip: increase PEEK_FROM_END from 16k to 64kDenys Vlasenko2013-07-201-1/+8
| * *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-302-2/+2
| * Fix build failures caused by not compiling open_transformer.c (#2)Denys Vlasenko2013-05-151-0/+3
| * Fix build failures caused by not compiling open_transformer.cDenys Vlasenko2013-05-121-12/+23
* | Merge branch 'busybox' into mergeRon Yorston2013-03-1912-246/+345
|\|
| * archival: note implicit dependencies between lzop & bbunzipMike Frysinger2013-03-032-0/+2
| * decompress_unlzma: move function, no code changesDenys Vlasenko2013-03-011-7/+6
| * decompress_unlzma: 10% speedup in "small" codeDenys Vlasenko2013-03-011-1/+1
| * decompress_unlzma: make "fast" version a bit smallerDenys Vlasenko2013-03-011-10/+4
| * lzop: fiq -q and OPTION_DECOMPRESS mismatchDenys Vlasenko2013-03-011-15/+16
| * bbunzip: fix order of flags vs bit definesMike Frysinger2013-02-281-4/+4
| * bbunzip: ignore the -q flag with the decompressorsMike Frysinger2013-02-281-6/+7
| * zcat: fix "zcat FILE" trying to do detection twiceDenys Vlasenko2013-02-281-8/+7
| * zcat: if seamless uncompressors are defined, autodetect file's formatDenys Vlasenko2013-02-281-14/+40
| * fix error message on failure to oen /dev/null; fix zcat's help textDenys Vlasenko2013-02-281-6/+6
| * code shrink in check_errors_in_children()Denys Vlasenko2013-02-281-3/+8
| * xz: fix put_unaligned_{l,b}e32Leonid Lisovskiy2013-02-271-2/+2
| * xz: support concatenated .xz streamsLasse Collin2013-02-271-7/+36
| * xz: mention xzminidec.c in READMELasse Collin2013-02-271-1/+1
| * xz: fix incorrect XZ_BUF_ERRORLasse Collin2013-02-271-7/+20
| * xz: fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin2013-02-271-3/+3
| * cz: add C++ support to xz.hLasse Collin2013-02-271-0/+9
| * xz: remove an empty line from xz_dec_lzma2.cLasse Collin2013-02-271-1/+0
| * xz: make bcj_x86_test_msbyte() an inline functionLasse Collin2013-02-271-2/+5
| * xz: add a comment about using uint32_t as vli_typeLasse Collin2013-02-271-2/+7
| * xz: avoid "NOTE:" in xz.hLasse Collin2013-02-271-4/+4
| * xz: update READMELasse Collin2013-02-271-2/+2
| * xz: omit explicit \0 from HEADER_MAGICLasse Collin2013-02-271-1/+1
| * rpm: unmap rpm file before working with next oneDenys Vlasenko2013-02-201-3/+5
| * rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko2013-02-201-146/+141
| * rpm: use "create+rename" method of replacing existing filesDenys Vlasenko2013-02-202-3/+16
| * rpm: make -ql display more compatible; improve help textDenys Vlasenko2013-02-201-32/+36