Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / psm.h
2009-09-10 Panu MatilainenRip the broken asynchronous psm machinery
2008-12-19 Panu MatilainenEliminate file info set argument to rpmpsmNew()
2008-11-26 Panu MatilainenLose unnecessary and silly rpmpsmGetTs() internal func
2008-11-26 Panu MatilainenLose now unnecessary PSM_RPMDB_LOAD stage and rpmpsmSetFI()
2008-10-09 Panu MatilainenMark psm functions as internal
2008-03-17 Panu MatilainenRemove repackage support to finish off with rollback
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2007-12-17 Panu MatilainenMake psm opaque, add minimal methods to cover internal...
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-12-01 Panu MatilainenAdd separate public header for callback declarations
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-11-08 Panu MatilainenMinimal protection for rpmsqElem internals
2007-10-28 Ralf CorsépiusInclude "rpmsq.h" instead of <rpmsq.h>.
2007-09-21 Panu MatilainenUnexport rpmpms typedef, nothing outside rpm can use...
2007-09-11 Ralf CorsépiusRemove splint tags.
2003-05-08 jbj- don't use error string after gzclose (Dmitry V. Levin).
2003-04-02 jbjSplint clean.
2003-03-19 jbj- unify signal handling in librpmio, use condvar to...
2003-03-19 jbjSanity.
2003-03-18 jbjProof of concept scriptlet queue, single or multi threaded.
2003-03-16 jbjCreate rpmsq, combining rpmdb/psm signal handlers.
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.