aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ar: read_num(): fix reading fields using the entire widthPeter Korsgaard2013-09-101-12/+20
* | Merge branch 'busybox' into mergeRon Yorston2013-08-272-13/+27
|\|
| * *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-301-1/+1
| * 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-199-54/+123
|\|
| * 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
| * 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: use "create+rename" method of replacing existing filesDenys Vlasenko2013-02-201-1/+14
* | Merge branch 'busybox' into mergeRon Yorston2013-02-075-12/+12
|\|
| * whitespace cleanup. no code changesDenys Vlasenko2013-01-145-12/+12
* | 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-073-7/+11
|\|
| * dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko2012-06-221-2/+4
| * trivial small speed optimizationDenys Vlasenko2012-06-221-3/+5
| * tar: fix 256-bit encoded number decodingEtienne Le Sueur2012-06-091-1/+1
| * build system: fix build failure when only gunzip is selectedAnthony G. Basile2012-05-201-1/+1
* | 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
|\|
| * Fix another build failure found with randconfigDenys Vlasenko2012-04-201-0/+1
| * fix build breakage found by randconfigDenys Vlasenko2012-04-201-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2012-03-2313-158/+309
|\|
| * fix trivial bug in unpack_gz_stream (wrong fd used in read)Denys Vlasenko2012-03-061-1/+1
| * Don't compile get_header_tar_FOO function if they are not neededDenys Vlasenko2012-03-061-5/+8
| * tar,rpm2cpio: check that child decompressor did not error outDenys Vlasenko2012-03-061-0/+26
| * Move seamless .Z support into unpack_gz_streamDenys Vlasenko2012-03-061-0/+18
| * update seamless uncompression codeDenys Vlasenko2012-03-0610-138/+95
| * archival/libarchive/decompress_unzip.c -> decompress_gunzip.c. no code changesDenys Vlasenko2012-03-062-5/+5
| * preparatory cleanups for seamless uncompression improvementsDenys Vlasenko2012-03-063-17/+161
| * tar: add support for PAX-encoded path=LONGFILENAMEDenys Vlasenko2012-02-233-40/+41
|/
* bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko2011-10-311-1/+8
* get_header_tar: shrink 6->64 sign extension codeDenys Vlasenko2011-10-191-4/+4