Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / rpm2cpio.c
2021-01-05 biao716.wangupgrade rpm version to 4.14.1 39/250839/1 accepted/tizen/base/tool/20210118.215949 submit/tizen_base/20210105.160930 submit/tizen_base/20210113.025730 upstream/4.14.1.1
2012-03-14 Panu MatilainenMake rpm2cpio exit code accurate for large packages...
2010-09-21 Panu MatilainenFix up bunch of silly int vs rpmRC return code mismatches
2009-09-15 Panu MatilainenInitialize rpm earlier in rpm2cpio (RhBug:523260)
2009-09-02 Panu MatilainenTake advantage of new header string getters
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-31 Panu MatilainenEliminate now unnecessary compressor -> ioflags conversions
2009-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-06-18 Panu MatilainenAdd -h/--help to rpm2cpio (ticket #63)
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2008-05-26 Panu MatilainenConvert rpm2cpio to new headerGet()
2008-04-22 Jindrich NovyHandle lzma payload
2008-04-10 Jindrich NovyCall rpmReadConfigFiles() in rpm2cpio so that rpm2cpio...
2008-04-09 Jindrich NovyDon't use stack allocations in rpm2cpio when not needed
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-28 Ralf CorsépiusInclude "rpmts.h" instead of <rpmts.h>.
2007-10-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-28 Ralf CorsépiusInclude "rpmpgp.h" instead of <rpmpgp.h>.
2007-10-04 Ralf CorsépiusInclude rpmts.h instead of depends.c.
2007-09-18 Ralf CorsépiusChange main() to using char *argv[].
2007-09-17 Ralf CorsépiusDon't install db.h.
2007-09-17 Panu MatilainenInclude rpmts.h, not depends.c (!)
2007-09-11 Ralf CorsépiusRemove splint tags.
2005-01-17 jbjBuild on macosx.
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-06 jbj- add bitmask for precise control of signature/digest...
2002-07-25 jbj- fix: --repackage repaired (#67217).
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-05-04 jbjAdd toy db->associate, db->join, dbcursor->c_pget wrappers.
2001-10-27 jbj- legacy signatures always checked where possible on...
2001-10-26 jbj- wire transactions through rpmcli install/erase modes.
2001-06-17 jbjSync with rpm-4_0 branch.
2000-12-12 jbjSync with rpm-4_0 branch.
2000-12-02 jbjBring header reggions mods back to top of stack.
2000-06-23 jbj - support for separate source/binary compression policy.
1999-11-14 jbjlib/rpmio.c: Implement per-fd layers as a stack, add...
1999-11-10 jbjSwap 2nd and 3rd arg to Fread/Fwrite to preserve read...
1999-11-04 jbjUse Fopen almost everywhere.
1999-11-03 jbjFirst use of libio.
1999-11-02 jbjAdd ref/deref/new/fileno/open vectors to FDIO_t.
1999-10-30 jbjMake fdFileno() static, use Fileno()/Ferror() analogues...
1999-10-29 jbjfix: resurrect multiple target platform builds.
1999-10-27 jbjuse compressed filenames on install side.
1999-09-26 jbjRetrofit glibc __progname.
1998-11-25 jbjAdd dup for the "other" gzdopen premature close.
1998-11-22 jbjStart abstracting compressed I/O.
1998-11-20 jbjSanity.
1998-11-19 jbjfinish hiding rpmdb index record data ("matches").
1998-11-18 jbjimplement abstract fd type almost everywhere.
1998-10-08 jbjConsolidate i18n baggage into AM_GNU_GETTEXT and system.h.
1998-09-27 jbjadd Slovak translation (Stanislav Meduna <stano@trillia...
1998-07-30 jbjConsolidated includes for librpmbuild API.
1998-07-25 jbjAggregate system includes into system.h.
1997-08-21 ewt1) rpm2cpio didn't handle zlib errors properly
1996-12-12 ewtminor cleanups -- the gz stream was never getting closed
1996-11-18 rootThe Great Renaming
1996-08-29 ewtignore major, minor from pkgReadHeader()
1996-06-17 ewtmerged rpmlib.h and package.h
1996-06-10 rootmore messages
1996-03-02 ewtInitial revision