Add macro %isu_package to generate ISU Package
[platform/upstream/rpm.git] / lib / rpmdb_internal.h
2012-08-30 Panu MatilainenStore transaction element pointers in the removedPkgs...
2010-12-13 Panu MatilainenReplace verified header tracking bitfield with a hash...
2010-12-03 Panu MatilainenInternalize most direct rpmdb manipulation functions
2010-10-26 Panu MatilainenSeparate match iterator allocation vs initialization
2010-09-21 Panu MatilainenMissing c++ end marker in rpmdb_internal.h, oops
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-07 Panu MatilainenMake rpmdbAdd() and rpmdbRemove() internal-only
2010-04-07 Panu MatilainenStash rpmdb struct definition out of sight into dbi.h
2010-04-06 Panu MatilainenBury rpmdb flags inside rpmdb.c, not used by anything...
2010-04-01 Panu MatilainenSplit dbiIndex out of rpmdb_internal.h into header...
2010-04-01 Panu MatilainenEliminate unnecessary argument to dbiCopen()
2010-03-30 Panu MatilainenDatabase metadata integer byte order is not user servic...
2010-03-30 Panu MatilainenLose dbi file configuration option
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 MatilainenLose the BDB access method configuration options
2010-03-30 Panu MatilainenWe really dont care about macro expanded per-db error...
2010-03-30 Panu MatilainenLose shmkey + shared BDB config options
2010-03-30 Panu MatilainenWe dont have any temporary databases anymore, lose...
2010-03-30 Panu MatilainenLose pointless per-db and per-dbi errfile and errcall...
2010-03-30 Panu MatilainenShred a pile of BDB config goo that's never been actual...
2010-03-30 Panu MatilainenShed the pointless per-dbi memory allocators
2010-03-30 Panu MatilainenEliminate now unnecessary db_ndbi field, number of...
2009-12-07 Florian FestiRemove support for sqlite based rpm database
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-21 Panu MatilainenRemove pointless per-index api version
2009-09-21 Panu MatilainenRemove BDB RPC "support"
2009-09-21 Panu MatilainenPer-dbi root and home dont make sense, always use rpmdb...
2009-01-09 Florian FestiImplement dbiGet and dbiPut as normal function
2009-01-09 Florian FestiRemove unused database intex functions: dbiCdup, dbiAss...
2008-11-29 Panu MatilainenUnify dbiIndexSet allocations, allocate in power-of...
2008-11-29 Panu MatilainenUse proper type (unsigned) for index set offset/count
2008-11-28 Florian FestiDelete _dbiIndexItem.fpNum as it is no longer used...
2008-11-24 Florian FestiExpose rpmdbSortIterator in rpmdb_internal.h
2008-11-24 Florian FestiAdd rpmdbExtendIterator to do repeated searches
2008-10-09 Panu MatilainenMark rpmdb internals as internals, including the "merge...
2008-05-12 Panu MatilainenStart (re-)joining librpmdb and librpm