Merge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySize into rpmdbIndexIteratorNext
[platform/upstream/rpm.git] / lib / rpmdb.c
2010-11-03 Florian FestiMerge rpmdbIndexIteratorKey and rpmdbIndexIteratorKeySi...
2010-11-03 Florian FestiMake ints in IndexIterator API unsigned as the interal...
2010-11-03 Florian FestiRename rpmdbKeyIterator to rpmdbIndexIterator
2010-11-03 Florian FestiGive access to the pkg offset and tag num of the index...
2010-10-26 Panu MatilainenSeparate match iterator allocation vs initialization
2010-10-22 Panu MatilainenCouple of previously missed type changes in rpmdb code
2010-10-22 Panu MatilainenChange rpmdb internals and iterator APIs to use the...
2010-10-22 Panu MatilainenDrop unused pubkeys index too
2010-10-22 Panu MatilainenDrop filedigests index
2010-10-21 Florian FestiFix Python bindings and raise KeyError when there is...
2010-10-21 Florian FestirpmdbKeyIterator: loop over keys in the database indexes
2010-10-20 Panu MatilainenEliminate now unnecessary db rebuild macro goo and...
2010-10-20 Panu MatilainenLift fsync enable/disable configuration handling to...
2010-10-20 Panu MatilainenLift missing index detection to rpmdb layer
2010-10-20 Panu MatilainenAvoid umphteen unnecessary calls to rpmTagGetName()
2010-10-20 Panu MatilainenClean up rpmdbOpenIndex() logic a bit, no functional...
2010-10-20 Panu MatilainenAvoid directly accessing bdb-specific dbi members from...
2010-10-19 Panu MatilainenDecouple dbiVerify() from dbiClose()
2010-10-19 Panu MatilainenAdd flags argument to dbiOpen(), pass through from...
2010-10-18 Panu MatilainenGenerate missing database indexes automatically
2010-10-18 Panu MatilainenCreate indexes too on rpmdbInit() (ticket #156)
2010-10-18 Panu MatilainenLift secondary index updating out of rpmdbAdd()
2010-10-18 Florian FestiSupport looping over indexes when giving keyp=NULL...
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 4
2010-09-13 Panu MatilainenReplace dbi walking copy-slop with an internal helper...
2010-09-13 Panu MatilainenRearrange newRpmdb() a bit for clarity
2010-09-13 Panu MatilainenEliminate broken "can't happen" early return
2010-09-13 Panu MatilainenRearrange rpmdbInitIterator() a bit for clarity
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-09-13 Panu MatilainenFix some broken fooUnlink() usages
2010-09-13 Panu MatilainenLift header verifying out of rpmdbNextIterator()
2010-09-13 Panu MatilainenMinor optimizations on DBT initializations
2010-09-13 Panu Matilainen...and now eliminate the unnecessary pointer variables
2010-09-13 Panu MatilainenEliminate mi_key and mi_data from match iterator structure
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-05-07 Panu MatilainenRevert back to rpmdbRemove() taking instance number...
2010-05-06 Florian FestiConvert tsmem->removedPackages to a hash table and...
2010-04-21 Alexey Tourbinrpmdb.c (dbiOpen): fix dbix condition
2010-04-09 Panu MatilainenAnd now lose db_use_env from rpmdb struct
2010-04-09 Panu MatilainenMove dbi_use_dbenv from dbi to rpmdb, this is a per...
2010-04-09 Panu MatilainenMove dbhome directory create/verify to openDatabase()
2010-04-08 Panu MatilainenEliminate dbiIndexNewItem()
2010-04-07 Panu MatilainenChange nextInstance() to permit retrieval too, use...
2010-04-07 Panu MatilainenUnify rpmdbAdd/Remove() interfaces
2010-04-07 Panu MatilainenEliminate the headerCheck() foo from rpmdbAdd/Remove()
2010-04-07 Panu MatilainenLift RPMDBI_PACKAGES handling from db add/remove to...
2010-04-07 Panu MatilainenLift header instance number figuring out of rpmdbAdd...
2010-04-07 Panu MatilainenVerify header sanity as the first thing in rpmdbAdd()
2010-04-07 Panu MatilainenMove header INSTALLTID manipulation out of rpmdbAdd()
2010-04-07 Panu MatilainenRemove unused require- and provideversion indexes
2010-04-07 Panu MatilainenEliminate redundant/bogus temporary variable shuffling
2010-04-06 Panu MatilainenRemove unused _DBI defines
2010-04-06 Panu MatilainenLose unused fluff from openDatabase()
2010-04-06 Panu MatilainenEliminate static _rebuildinprogress hack, use per-db...
2010-04-06 Panu MatilainenBury rpmdb flags inside rpmdb.c, not used by anything...
2010-04-06 Panu MatilainenUnbreak --rebuilddb
2010-04-01 Panu MatilainenNuke bogus comments + related NULL-checks
2010-04-01 Panu MatilainenClean up rpmdb struct initialization
2010-04-01 Panu MatilainenLose unused static initialization foo
2010-04-01 Panu MatilainenClean up formatting in rpmdbCountPackages() (just cosme...
2010-04-01 Panu MatilainenRemove unused rpmdbCloseDBI()
2010-04-01 Panu MatilainenGenerate package database statistics on close & make...
2010-04-01 Panu MatilainenRename dbiOpen() + dbiOpenDB() to make their layer...
2010-04-01 Panu MatilainenPass rpmdb to dbiFindByLabel() / rpmdbiFindMatch()...
2010-04-01 Panu MatilainenEliminate dbi_rpmtag member from dbiIndex struct
2010-04-01 Panu MatilainenDefine + use enum for primary/secondary index types...
2010-04-01 Panu MatilainenSplit dbiIndex out of rpmdb_internal.h into header...
2010-04-01 Panu MatilainenEliminate unnecessary argument to dbiCopen()
2010-04-01 Panu MatilainenMove dbi_no_dbsync logic to inside dbiSync()
2010-03-30 Panu MatilainenMake dbiVerify() and dbiOpen() static, not needed outsi...
2010-03-30 Panu MatilainenBury dbiIndexItem and dbiIndexSet structs inside rpmdb.c
2010-03-30 Panu MatilainenMake dbiIndexSet operations static inside rpmdb.c
2010-03-30 Panu MatilainenWe really dont care about macro expanded per-db error...
2010-03-30 Panu MatilainenShed the pointless per-dbi memory allocators
2010-03-30 Panu MatilainenEliminate now unnecessary db_ndbi field, number of...
2010-03-30 Panu MatilainenMake rpmdb index list hard-wired
2010-03-30 Panu MatilainenMinor cleanup to rpmdbAdd()
2010-03-30 Panu MatilainenAdd + use a helper function for retrieving single heade...
2010-03-30 Panu MatilainenMinor cleanups to rpmdbAdd() and rpmdbRemove()
2010-03-30 Panu MatilainenMinor cleanup to rpmdbRebuild(), use rstreq() instead...
2010-03-22 Panu MatilainenTake a transaction set reference on verified db iteration
2010-03-22 Panu MatilainenLose the useless rpmdb refcounting debug junk + switches
2010-03-19 Panu MatilainenLose unused temporary/pseudo rpmdbi tags
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2009-12-23 Panu MatilainenInclude <utime.h> where needed instead of system.h
2009-12-09 Florian FestiRemove sqlite hacks from rpmdb.c
2009-12-07 Florian FestiRemove support for sqlite based rpm database
2009-09-22 Panu MatilainenFix endless loop on RPMDBI_PACKAGES iteration when...
2009-09-22 Panu MatilainenRemove ancient, unused code to filter duplicates on...
2009-09-21 Panu MatilainenMove rpmdb home creation from backends to one level...
2009-09-21 Panu MatilainenAdd an internal API for getting rpmdb home wrt chroot...
2009-09-17 Panu MatilainenHave BDB use our allocation routines now that we can
2009-09-16 Panu MatilainenRemove db environment on close on chrooted operations
2009-09-16 Panu MatilainenMinor cleanup to newRpmdb()
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-07-23 Panu MatilainenKill off lclint remnants everywhere
2009-07-03 Panu MatilainenAdd an index for obsoletes (RhBug:507702)
2009-06-23 Panu MatilainenSet HEADERFLAGS_ALLOCATED centrally from headerLoad()
2009-06-17 Panu MatilainenDelay fingerprint cache init + lookup until we know...
next