aboutsummaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2013-02-0711-58/+61
|\|
| * unzip: add missing fflush; code shrinkDenys Vlasenko2013-01-221-8/+11
| * *: reuse more stringsDenys Vlasenko2013-01-221-2/+2
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-147-31/+31
| * whitespace fixes. no code changesDenys Vlasenko2013-01-144-19/+19
* | Merge branch 'busybox' into mergeRon Yorston2012-12-111-14/+16
|\|
| * decompress_uncompress: comment out a bigger chunk of debug codeDenys Vlasenko2012-12-051-1/+1
| * decompress_uncompress: comment out debug printout on corrupted dataDenys Vlasenko2012-12-051-1/+2
| * decompress_uncompress: move 'code' variable into loop - sole userDenys Vlasenko2012-12-051-13/+14
* | Merge branch 'busybox' into mergeRon Yorston2012-09-076-93/+123
|\|
| * dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko2012-06-222-6/+13
| * trivial small speed optimizationDenys Vlasenko2012-06-221-3/+5
| * tweak help textDenys Vlasenko2012-06-191-6/+6
| * unzip: make options parsing more robust on getopt w/o gnu extensionsDenys Vlasenko2012-06-151-67/+70
| * tar: fix 256-bit encoded number decodingEtienne Le Sueur2012-06-091-1/+1
| * unzip: ignore chmod errorsNatanael Copa2012-05-281-1/+1
| * tar: support -J, --xz explicit compression optionBoris Reisig2012-05-241-2/+15
| * build system: fix build failure when only gunzip is selectedAnthony G. Basile2012-05-201-1/+1
| * tar: implement --no-recursionNatanael Copa2012-05-181-7/+12
* | win32: remove seamless compression from default configRon Yorston2012-04-292-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2012-04-291-1/+1
|\|
| * fix build failure when compressed help is selected, but bz2 compression is notDenys Vlasenko2012-04-291-1/+1
* | Merge commit '1_20_0' into mergeRon Yorston2012-04-231-0/+2
|\|