- --queryformat '[%{*:xml}\n]' to dump header content in XML.
[platform/upstream/rpm.git] / lib / psm.h
2002-08-23 jbj- merge signature returns into rpmRC.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-07-11 jbj- update for sv.po.
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-11 jbj- rescusitate --rebuild.
2002-04-08 jbjdoxygen cleanup.
2001-12-20 jbj- solaris: translate i86pc to i386 (#57182).
2001-11-13 jbj- split file info tag sets into rpmfi.c.
2001-11-12 jbj- commit to using rpmDepSet and TFI_t, not header.
2001-11-11 jbj- unify rpmFNSet into TFI_t.
2001-11-11 jbjReplace loadFi with fiNew, freeFi with fiFree.
2001-11-11 jbj- factor per-transactionElement data out of TFI_t throu...
2001-11-11 jbj- common structure elements for unification of TFI_t...
2001-11-10 jbj- strip header tags for erased as well as installed...
2001-11-09 jbj- no-brainer refcounts for rpmProblemSet object.
2001-11-08 jbj- linear search on added package provides is dumb.
2001-11-05 jbjStart deconstructing availablePackage list.
2001-10-30 jbj- transaction.c: cleanly uncouple availablePackage...
2001-10-29 jbj- start hiding availablePackage data/methods in rpmal...
2001-10-29 jbjRemove DYING code.
2001-10-29 jbjGather all problem handling routines in one place.
2001-10-28 jbj- memory indices for dependency check are typedef'd...
2001-10-27 jbj- transaction sets cerated in cli main.
2001-10-19 jbjRewire digests, step 1.
2001-10-18 jbjScaffholding for dumping full headers carried through...
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-09-25 jbj- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm...
2001-07-18 jbj- fix: %dev(...) needs to map rdev and mtime from metadata.
2001-06-28 jbj- fix: sanity checks on #tags (<65K) and offset (<16Mb...
2001-06-12 jbj- remove dead code frpm popt table reorg.
2001-06-05 jbj- fix typos in linux.{req,prov}.
2001-06-04 jbjlclint fiddles.
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-10 jbjDoxygen annotations for config files.
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-03-03 jbjImplement PSM_NOTIFY.
2001-03-03 jbjMove fileActionString to fsm.c where it belongs.
2001-03-02 jbjAdd top level, external enties to psmStage().
2001-03-02 jbjStill more functionality into psmStage().
2001-03-02 jbjMore functionality in psmStage.
2001-03-02 jbjFlesh out init/pre/process/post/fini PSM stages.
2001-03-01 jbjMore data merged into PSM_t.
2001-02-28 jbjAdd trigggers to psm.
2001-02-28 jbjMerge scriptlet handling into psm.c, remove from API.
2001-02-28 jbjMove more args into PSM_t.
2001-02-27 jbjStart wiring PSM_t throughout.
2001-02-27 jbjSketch out PSM_t for package state machine.
2001-02-12 jbjRename RPMSIG_* signature types to RPMSIGTYPE_* to...
2001-02-11 jbj1st stab at --repackage.
2001-02-10 jbjReorganize sources before implementing --repackage.