summaryrefslogtreecommitdiff
path: root/archival (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '1_23_0' into mergeTIG_1_23_0Ron Yorston2015-01-231-5/+3
|\
| * randomconfig fixesDenys Vlasenko2014-12-221-5/+3
* | Use MinGW-w64 by defaultRon Yorston2015-01-072-2/+2
* | Changes to allow building with MinGW-w64Ron Yorston2015-01-052-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2014-12-1415-177/+267
|\|
| * tar: fix "tar -cJ" ignoring -J option. closes 7706Denys Vlasenko2014-12-111-38/+28
| * make xmalloc_open_zipped_read_close result NUL terminatedDenys Vlasenko2014-12-071-1/+2
| * libarchive: add capability to unpack to mem.bufferDenys Vlasenko2014-12-0712-110/+211
| * Rename transformer_aux_data_t -> transformer_state_tDenys Vlasenko2014-12-0712-58/+58
* | Omit functions not required if seamless compression is disabledRon Yorston2014-11-291-5/+3
* | Move definition of bb_got_signal to mingw.cRon Yorston2014-11-291-4/+0
* | Merge branch 'busybox' into mergeRon Yorston2014-06-303-0/+6
|\|
| * cpio: reinstate "options:" line in help textDenys Vlasenko2014-06-301-0/+1
| * lzop: add overflow checkDenys Vlasenko2014-06-302-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2014-03-117-18/+28
|\|
| * unlzma: add comments about possible bug from BZ 2689Denys Vlasenko2014-02-281-0/+6
| * unlzma: move some variables in "more local" scopeDenys Vlasenko2014-02-281-7/+10
| * zcat: complain if input is not compressedDenys Vlasenko2014-02-026-20/+12
| * libbb: open_zipped() should not fail on non-compressed filesDenys Vlasenko2014-01-271-1/+10
* | Merge branch 'busybox' into mergeRon Yorston2014-01-132-13/+14
|\|
| * tar: tighten up pax header validity checkDenys Vlasenko2014-01-101-1/+3
| * libarchive: open_zipped() does not need to check extensions for e.g. gzipDenys Vlasenko2014-01-101-12/+11
* | 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