Bump to version 1.22.1
[platform/upstream/busybox.git] / archival / rpm2cpio.c
2013-11-14 Denys Vlasenkoarchival/*: move "config:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "kbuild:" snippets into .c files
2012-03-06 Denys Vlasenkotar,rpm2cpio: check that child decompressor did not...
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-01 Denys Vlasenkoconsolidate xz format comment. no code changes
2010-07-01 Denys Vlasenkoxz compression detection: avoid the need to seek
2010-06-26 Denys Vlasenkofix breakage in compressed file detection
2010-06-02 Denys Vlasenko*: simplify checks for gz/bz2/xz magic
2010-05-30 Denys Vlasenkorpm2cpio: teach it to understand xz format
2010-05-06 Denys Vlasenkorpm: code shrink. Now uses open_zipped's logic (factore...
2009-08-28 Denys Vlasenkorpm2cpio: code shrink
2009-08-28 Denys Vlasenkorpm2cpio: handle unseekable input correctly
2009-08-28 Pascal Bellardrpm2cpio: handle bz2 too; code shrink
2008-03-28 Denis Vlasenkowhitespace fixes
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-05 Denis Vlasenkogunzip: support concatenated gz files.
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric Andersens/u_int/uint/g
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-03 Glenn L McGrathCall lseek directly rather than via data_align()
2002-10-18 Eric AndersenFix an obvious thinko
2002-09-27 Glenn L McGrathFix compress support and prevent a segfault
2002-09-25 Glenn L McGrathNew common unarchive code.
2001-11-12 Matt KraaiUse fopen wrapper.
2001-08-29 Eric AndersenStandard typing (u_int16_t instead of u16, u_int32_t...
2001-07-13 Glenn L McGrathCall setvbuf from here isntead of gz_open for compatabi...
2001-06-26 Glenn L McGrathrpm2cpio applet by Laurence Anderson