Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmds.h
2009-06-05 Panu MatilainenUnbreak isLegacyPreReq()
2009-06-01 Panu MatilainenBring back former value of RPMSENSE_PREREQ
2008-10-30 Panu MatilainenKill of scareMem / keep header flag from rpmds
2008-05-26 Jindrich NovyRemove legacy RPMSENSE_SERIAL.
2008-04-24 Panu MatilainenRemove meaningless extern on function declarations...
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenA missed color type in rpmds header
2008-02-05 Panu MatilainenAdd rpm_color_t type for rpm color bits, use where...
2008-02-05 Panu MatilainenPort some rpmds improvements from rpm5.org
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu MatilainenAdd missing system includes
2008-01-30 Panu MatilainenRemove bunch of unnecessary rpmlib.h includes
2008-01-09 Panu MatilainenImplementation of triggerprein scriptlets.
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
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-02 Panu MatilainenMove rpmsenseFlag enums to rpmds where they logically...
2007-11-23 Panu MatilainenAdd doxygen grouping to rpmds methods
2007-11-23 Ralf CorsépiusUse #include <x.h> syntax to include public headers.
2007-10-30 Ralf Corsépiusmerge.
2007-10-30 Panu Matilainenrpmds is now fully opaque, eliminate _RPMDS_INTERNAL...
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 MatilainenRemove unused proof-of-concept arch-filtering of depend...
2007-09-11 Ralf CorsépiusRemove splint tags.
2004-10-13 jbj- silently add default %defattr(-,root,root) for all...
2004-10-09 jbjDoxygen and cpp nit picks.
2004-04-01 jbjrevert buildtime tie breaking, not the right thing...
2004-03-29 jbjProof-of-concept for arch filtered dependencies.
2004-03-28 jbjTypo.
2004-03-28 jbj- scareMem = 0 everywhere, document deprecation phase...
2004-03-28 jbj- use package build time as EVR comparison tie breaker.
2003-04-02 jbjSplint clean.
2003-01-20 jbjSplint fiddles.
2003-01-01 jbjfix: restore upgrade functionality with colors.
2002-12-31 jbj1st crack at colored installs.
2002-12-30 jbj- fix: typo in assertion.
2002-12-30 jbj- use rpmfiFDepends() underneath --fileprovide and...
2002-12-29 jbj- don't segfault with packages produced by rpm-2.93...
2002-12-23 jbjSanity.
2002-12-07 jbjSplint fiddles.
2002-12-07 jbjHandle (N,EVR,Flags) Provide:/Require: triple.
2002-11-26 jbj- bundle libfmagic into librpmbuild for now.
2002-09-20 jbj- eliminate myftw, use Fts(3) instead.
2002-08-03 jbjRemove dbi_tear_down, now that rpmdb's are closed on...
2002-07-29 jbj- update trpm.
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-06-28 jbj- disambiguate added/installed dependency failures...
2002-06-19 jbjAnnotate incondefs in source code.
2002-06-15 jbj- beecrypt: merge changes from beecrypt-2.3.0.
2002-06-05 jbjLclint fiddles.
2002-05-27 jbjAdd bindings for rpmte and FD_t.
2002-05-23 jbjCreate rpmts-py.c.
2002-05-19 jbj- fix: synthesize unpacking progress callbacks for...
2002-05-19 jbj- Grand Renaming of rpm data types.
2002-05-16 jbj- opaque (well mostly) rpmTransactionSet using methods.
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-04-08 jbjdoxygen cleanup.
2001-11-17 jbj- methods to complete making transactionElement opaque.
2001-11-14 jbjdepends.c and rpmal.c have opaque TFI_t.
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-11 jbjRip headers out of addedPackages.
2001-11-11 jbjRip alGetHeader() out of depends.c.
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-09 jbjStart deconstructing TFI_t in favor of a per-transactio...
2001-11-09 jbj- no-brainer refcounts for rpmProblemSet object.
2001-11-08 jbj- rip out rpmDependencyConflict, replace with rpmProble...
2001-11-08 jbj- linear search on added package provides is dumb.
2001-11-05 jbjStart merging file info into dependency set.
2001-11-04 jbj- rpmal: availablePackage is totally opaque, alKey...
2001-11-04 jbj- rpmds: create dsProblem(), dsiGetDNEVR() retrieved...
2001-11-03 jbj- depends.c: rpmDepSet is (almost) opaque, move to...