Scaffholding for dumping full headers carried through transaction.
[platform/upstream/rpm.git] / lib / psm.c
2001-10-18 jbjScaffholding for dumping full headers carried through...
2001-10-17 jbjConverging on lclint-3.0.17 strict level.
2001-10-16 jbjMore lclint annotations.
2001-10-15 jbjExplicit branchstate annotations.
2001-10-15 jbjlclint fiddles to annotate globals.
2001-10-13 jbjMore lclint annotations.
2001-10-13 jbj- ratchet up to lclint "strict" level.
2001-10-03 jbjFix segfault with "rpm --rebuild foo.spec".
2001-09-25 jbj- legacy: drop brokenMD5 support (rrpm-2.3.3 to rpm...
2001-09-24 jbjMove to lclint-3.0.0.15, revisit and clean up annotations.
2001-09-21 jbj- lclint-3.0.0.15 fiddles.
2001-08-27 jbj- fix: error message on failed package installs resurre...
2001-08-03 jbjlclint clean again.
2001-08-03 jbj- fix: i18n tags not terminated correctly with NUL...
2001-07-28 jbj- fix: --noscripts is another multimode option.
2001-07-19 jbj- fix: 4 memory leaks eliminated.
2001-07-18 jbj- fix: %dev(...) needs to map rdev and mtime from metadata.
2001-07-06 jbj- expose rpmShowProgress() and rpmVerifyDigest() in...
2001-06-25 jbjYet another patial harlink set fix.
2001-06-15 jbj- fix: db1 end-of-file not detected in legacy compatibl...
2001-06-13 jbj- add rpmdbSetIteratorRE() for regex matching in databa...
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-31 jbj- return multiple suggested packages (Pawel Kolodziej...
2001-05-23 jbj- headerFree() returns NULL, _free is C++ safe.
2001-05-13 jbj- add cron/logrotate scripts to save installed package...
2001-05-11 jbj- rpm database has rpm.rpm g+w permissions to share...
2001-05-05 jbj- enough lclint annotations and fiddles already.
2001-05-03 jbj- still more boring lclint annotations and fiddles.
2001-04-30 jbj- yet more boring lclint annotations and fiddles.
2001-04-29 jbj- more boring lclint annotations and fiddles.
2001-04-29 jbj- globalize _free(3) wrapper in rpmlib.h, consistent...
2001-04-10 jbjDoxygen annotations for config files.
2001-03-14 jbjUpdate to doxygen-1.2.6 configuration.
2001-03-04 jbjEliminate setFileOwners() and installSources().
2001-03-04 jbj- Add btree indexes for Dirnames, Requireversion, Provi...
2001-03-03 jbjImplement PSM_NOTIFY.
2001-03-03 jbjRemove dead code.
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 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 functionality in psmStage.
2001-03-01 jbjMove more functionality into psmStage.
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 jbjAdd rpmRC return code type for the usual 0/1/2 codes.
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.