Sanitize python object -> tag number exception handling
[platform/upstream/rpm.git] / lib / rpmds.c
2009-09-07 Panu MatilainenRemove bogus non-null check
2009-09-07 Panu MatilainenEliminate unused calculations
2009-09-07 Panu MatilainenEliminate unused variable
2009-09-02 Panu MatilainenTake advantage of headerGetNumber() to get buildtime..
2009-09-02 Panu MatilainenEliminate uses of headerNVR() and friends in librpm...
2009-08-31 Panu MatilainenReplace equal/not equal uses of str[n]cmp() with rstreq...
2009-08-28 Panu MatilainenDon't try to incref NULL ds
2009-06-16 Panu MatilainenGenerate DNEVR string lazily on rpmdsDNEVR() calls
2009-06-16 Panu MatilainenEliminate epoch promotion debug cruft
2009-05-07 Panu MatilainenDont bother generation rpmds debug messages unless...
2009-05-06 Panu MatilainenrpmdsThis() is really just a special case of rpmdsSingle()
2009-03-26 Panu MatilainenEliminate pointless xstrdup()'s, the strings are never...
2009-03-18 Panu MatilainenAdd support for "lzma alone" compression format (lzdio)
2009-03-18 Panu MatilainenLZMA -> XZ renaming
2009-02-27 Jindrich NovyAdd md5->filedigest aliases (rhbz#487597)
2009-02-26 Panu MatilainenHandle empty argv passed to rpmdsDupArgv()
2009-02-06 Panu MatilainenBump FileDigests rpmlib dependency version
2009-01-20 Panu MatilainenGrab dependency name & version strings as argv-style...
2009-01-20 Panu MatilainenrpmdsMerge() expects ds->N and ds->EVR as argv-style...
2008-10-30 Panu MatilainenKill of scareMem / keep header flag from rpmds
2008-10-30 Panu MatilainenRemove unnecessary scaremem flags, hardwired to no...
2008-10-29 Panu MatilainenStart adding POSIX 1.e draft file capability support...
2008-10-13 Panu MatilainenHonor default nopromote setting everywhere in rpmds...
2008-06-16 Panu MatilainenLose the useless tag data type fields from rpmds
2008-06-13 Panu MatilainenMinimally convert rpmdsNew() to use new headerGet()
2008-06-09 Panu MatilainenHandle NULL in str2hge()
2008-06-02 Panu MatilainenEnable build-time configuration of non-MD5 file checksu...
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-04-22 Jindrich NovyHandle lzma payload
2008-04-09 Panu MatilainenReplace bunch of wtf evr formatters with headerGetNVR()
2008-03-31 Panu MatilainenSimplify rpmdsThis() code
2008-03-31 Panu MatilainenCopy N + EVR into ds in rpmdsSingle() instead of just...
2008-03-31 Panu MatilainenBunch of formatting & indentation fixes to rpmds
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-07 Panu MatilainenLog message adjustments
2008-03-07 Panu MatilainenAnother pile of read-only constants marked as such..
2008-02-05 Panu MatilainenMass convert (back) to rpmTag as it's usable everywhere now
2008-02-05 Panu MatilainenUse rpmTagType always now that it's available everywhere
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-02-05 Panu MatilainenUse helper function to eliminate some copy-paste code
2008-02-04 Panu MatilainenAdd rpm_time_t type for time types (in headers), use...
2008-01-30 Panu MatilainenInclude spring-cleaning
2008-01-30 Panu MatilainenUse rpmsenseFlags type for dependency flags everywhere...
2008-01-30 Panu Matilainenrpmlib.h mass eviction
2007-12-19 Panu MatilainenAdd rpm_data_t (and _constdata_t) for header data,...
2007-12-15 Panu MatilainenCouple of bogus const removals from rpmgi and rpmds...
2007-12-14 Panu MatilainenAnother bunch of bogus const removals
2007-12-13 Panu MatilainenUse rpm_tagtype_t everywhere for rpm (header) tagtype...
2007-12-13 Panu MatilainenUse rpm_tag_t everywhere for rpm (header) tag type
2007-12-13 Panu MatilainenUse rpm_count_t everywhere for header data count
2007-12-08 Panu MatilainenSwitch to <rpm/foo.h> style for public headers
2007-12-04 Panu MatilainenEliminate debug junk from the API
2007-11-30 Panu MatilainenMove logging related macros rpmlog, adjust includes
2007-11-23 Panu MatilainenMove the xstr*() string variants from rpmio.h to rpmstr...
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-28 Ralf CorsépiusInclude "rpmlib.h" instead of <rpmlib.h>.
2007-10-26 Ralf CorsépiusEliminate [u|]int_[8|16|32]. Use c99 stdint.h types...
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_WARNING with RPMLOG_WARNING
2007-10-09 Panu MatilainenReplace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
2007-10-09 Panu MatilainenReplace all rpmMessage() uses with rpmlog()
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-04-01 jbjrevert buildtime tie breaking, not the right thing...
2004-03-29 jbjProof-of-concept for arch filtered dependencies.
2004-03-28 jbj- use package build time as EVR comparison tie breaker.
2003-06-03 jbj- treat missing epoch's exactly the same as Epoch: 0.
2003-04-02 jbjSplint clean.
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 jbjsplint fiddles.
2002-12-29 jbj- don't segfault with packages produced by rpm-2.93...
2002-12-28 jbjsplint fiddles.
2002-12-23 jbjSanity.
2002-12-07 jbjSplint fiddles.
2002-12-07 jbjHandle (N,EVR,Flags) Provide:/Require: triple.
2002-08-19 jbj- add --with-efence to configure, check install/upgrade...
2002-08-03 jbjRemove dbi_tear_down, now that rpmdb's are closed on...
2002-07-29 jbj- update trpm.
2002-07-20 jbj- popt: parse file into string of options (#56860).
2002-07-13 jbj- install rpmal.h and rpmhash.h, implicit rpmps.hinclud...
2002-07-08 jbjPropagate splint-3.0.1.7 close(2) internalState annotat...
2002-06-28 jbj- disambiguate added/installed dependency failures...
2002-06-22 jbjFactor bounds checking annotations into source code.
2002-06-19 jbjAnnotate incondefs in source code.
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-04-14 jbj- use build time to choose one of multiple alternative...
2002-04-13 jbj- use rpmdb-redhat to suggest dependency resolution(s).
2002-03-13 jbjPass ts and args to rpmInstall() and rpmErase().
2001-11-23 jbj- fix a couple dinky memory leaks.
2001-11-13 jbj- split file info tag sets into rpmfi.c.
2001-11-12 jbjtransaction.c: lclint cleanups.
2001-11-12 jbj- commit to using rpmDepSet and TFI_t, not header.
2001-11-11 jbj- unify rpmFNSet into TFI_t.
next