Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmal.h
2009-06-11 Panu MatilainenAdd preferred color to rpmal
2009-04-03 Panu MatilainenMake rpmal header & all internal
2009-03-26 Florian FestiReimplement rpmal by using hashes and cleaning up the...
2009-03-26 Florian FestiMake rpmal store rpmtes and kill rpmte->pkgKey
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-01-30 Panu MatilainenRemove bunch of unnecessary rpmlib.h includes
2008-01-30 Panu MatilainenMove rpmalKey and rpmal to rpmtypes
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
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-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-08 Ralf CorsépiusMake headers self-contained.
2007-10-08 Ralf Corsépius'Adjust extern C {} blocks.'
2007-09-21 Panu MatilainenRename alKey & alNum to rpmal* for namespacing
2007-09-11 Ralf CorsépiusRemove splint tags.
2002-12-31 jbj1st crack at colored installs.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-05 jbjLclint fiddles.
2002-05-27 jbjAdd rpmal bindings, Grand Renaming to rpmalFoo().
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
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.
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 jbjIterate over TR_REMOVED transactionElement stripped...
2001-11-11 jbjRip headers out of addedPackages.
2001-11-10 jbjStart removing alGetHeader.
2001-11-10 jbj- strip header tags for erased as well as installed...
2001-11-09 jbj- no-brainer refcounts for rpmDepSet and rpmFNSet objects.
2001-11-09 jbj- header tag sets are per-transactionElement, not per...
2001-11-08 jbj- linear search on added package provides is dumb.
2001-11-06 jbj- fix: harmless typo in db3 chroot hack.
2001-11-05 jbjStart merging file info into dependency set.
2001-11-05 jbjStart deconstructing availablePackage list.
2001-11-04 jbj- rpmal: availablePackage is totally opaque, alKey...
2001-11-03 jbj- depends.c: rpmDepSet is (almost) opaque, move to...
2001-11-02 jbj- create toy rpmDepSet iterators.
2001-11-02 jbj- create rpmDepSet constructors/destructors.
2001-11-01 jbj- depends.c: availablePackage is (almost) opaque.
2001-10-31 jbjDo tsort on transactionElement's, not availaiblePackage's.
2001-10-31 jbjMore unraveling of availablePackage from depends.c.
2001-10-30 jbjCreate rpmDepSet.
2001-10-30 jbj- transaction.c: cleanly uncouple availablePackage...
2001-10-29 jbj- add some dinky availablePackage methods.
2001-10-29 jbj- start hiding availablePackage data/methods in rpmal...