Add support for global LDFLAGS
[platform/upstream/rpm.git] / lib / rpmdb.c
2013-02-03 Anas Nashifstrip off the tag
2013-02-03 Anas NashifSuspend exclusive database lock when scriptlets get...
2013-02-03 Anas Nashifdb ro interruptable
2012-09-14 Panu MatilainenAllow passing a shared pool for finger print cache
2012-09-14 Panu MatilainenRemove scareMemory remnants from the internal API,...
2012-09-14 Panu MatilainenChange fpLookup() to return malloced memory (on first...
2012-09-14 Panu MatilainenAdd internal API for fingerprint lookup-and-compare
2012-09-06 Panu MatilainenReturn fingerprint lookups through retval pointer,...
2012-09-06 Panu MatilainenPush RPMDBI_LABEL arch parsing down to rpmdb layer...
2012-08-30 Panu MatilainenCache the actual result on rpmdb header verification
2012-08-30 Panu MatilainenStore transaction element pointers in the removedPkgs...
2012-08-29 Panu MatilainenDefine separate hash for rpmdb header check cache
2012-02-02 Panu MatilainenUse private environment for database rebuilds too,...
2011-11-30 Panu MatilainenCache all but FAIL results from rpmdb header verification
2011-11-30 Panu MatilainenPurge rpmdb header verification cache on added pubkeys
2011-11-30 Panu MatilainenEnable fast-import mode for headers from rpmdb
2011-11-30 Panu MatilainenUpdate internal callers to use headerExport(), no funct...
2011-11-30 Panu MatilainenUpdate internal callers to use headerImport() instead...
2011-11-18 Ales Kozumplikcosmetic: indentation in rpmdbNextIterator.
2011-11-18 Ales KozumplikRecognize "<epoch>:" as a part of a label (ticket ...
2011-11-08 Ales KozumplikDo not let 'rpm -q foo-' find package 'foo'. (RhBug...
2011-09-01 Panu MatilainenSource formatting cosmetics: function blocks start...
2011-09-01 Panu MatilainenAdd + use helper macro for testing for installed file...
2011-08-29 Panu MatilainenAdd a new pseudo index for actually installed files
2011-08-29 Panu MatilainenGeneralize pseudo tag handling in rpmdbInitIterator()
2011-06-09 Panu MatilainenFix the non-keyed match iteration case wrt DB_NOTFOUND
2011-06-09 Panu MatilainenUse dbiCursorGetToSet() for the non-keyed match-iterato...
2011-06-09 Panu MatilainenSupport set append in dbiCursorGetToSet()
2011-06-09 Panu MatilainenIf key not specified, use DB_NEXT cursor mode (DB_SET...
2011-06-09 Panu MatilainenOnly honor keylen if keyp is also specified
2011-06-09 Panu MatilainenMake it an error to call dbiGetToSet() with NULL keyp
2011-06-08 Panu MatilainenMove the remaining DBT's in rpmdbInitIterator() to...
2011-06-08 Panu MatilainenError/notfound case is handled the same for both these...
2011-06-08 Panu MatilainenTake advantage of dbiCursorGetToSet() in dbiFindByLabel...
2011-06-08 Panu MatilainenSplit actual cursor get + set-conversion to separate...
2011-06-08 Panu MatilainenUse dbiGetToSet() in rpmdbFindByFile(), lose now unnece...
2011-06-08 Panu MatilainenUse dbiGetToSet() for the common case in rpmdbInitItera...
2011-06-08 Panu MatilainenSimplify + cleanup rpmdbExtendIterator()
2011-06-08 Panu MatilainenSimplify + cleanup rpmdbCountPackages()
2011-06-08 Panu MatilainenAdd a helper function to convert cursor retrievals...
2011-06-08 Panu MatilainenRename dbiFreeIndexSet() to dbiIndexSetFree() for namin...
2011-06-08 Panu MatilainenMinor cleanup to rpmdbFindByFile()
2011-06-08 Panu MatilainenPush cursor init+free down to dbiFindByLabel()
2011-06-06 Panu MatilainenReturn explicit NULL from dbiFreeIndexSet()
2011-06-06 Panu MatilainenCosmetics: function blocks start on a new line
2011-05-31 Panu MatilainenRemove dead keyp & keylen assignments in rpmdbNextItera...
2011-05-29 Panu MatilainenMove db cursor to local scopes, remove dead NULL-assign...
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-13 Michael SchroederFix "method not permitted before handle's open method...
2011-04-28 Panu MatilainenAvoid malloc() + redundant strlen() calls in dbiFindByL...
2011-04-21 Panu MatilainenJust ignore miFreeHeader() return on rpmdbNextIterator...
2011-04-21 Panu MatilainenIgnore dbiSync() return code everywhere
2011-04-20 Panu MatilainenOops, thinko/typo in commit 8215e17c248f91f501bd8a2968d...
2011-04-20 Panu MatilainenRemove pointless xx tmp return code from dbiAppendSet...
2011-04-20 Panu MatilainenConvert the other (rpmdb iterators etc) uses to the...
2011-04-20 Panu MatilainenConvert local-only uses of DBC to dbiCursor interface
2011-04-19 Panu MatilainenReturn explicit NULL's from db iterator free functions...
2011-04-19 Panu MatilainenIgnore error codes in rpmdbIndexIteratorFree()
2011-04-19 Panu MatilainenIgnore error codes in rpmdbFreeIterator()
2011-04-18 Panu MatilainenRemove yet another pointless tmp variable
2011-04-18 Panu MatilainenCollect proper exit status from rpmdbRemoveDatabase()
2011-04-18 Panu MatilainenIgnore rpmdbClose() return on failed rpmdbOpen()
2011-04-15 Panu MatilainenRemember to free db index iterators too on forced termi...
2011-04-15 Panu MatilainenFix dangling databases from iterators (ticket #820)
2011-04-15 Panu MatilainenOnly muck with signals on first and last db open/close
2011-02-21 Panu MatilainenFix db cursor double-open, causing yum to hang on reins...
2011-01-21 Panu MatilainenFix rpmdb index match iteration termination with NULL...
2011-01-21 Panu MatilainenAvoid automatic index generation on db rebuild
2010-12-13 Panu MatilainenCut down the initial db checked hash allocation somewhat
2010-12-13 Panu MatilainenReplace verified header tracking bitfield with a hash...
2010-12-03 Panu MatilainenKick out some long since invalid comments
2010-11-11 Panu MatilainenRemove superfluous dbiSync() call (refactoring thinko...
2010-11-11 Florian FestiSwitch fsync off while building indexes
2010-11-11 Florian FestiFix index auto creation
2010-11-10 Panu MatilainenDon't restore db file atime/mtime after rebuild
2010-11-09 Panu MatilainenEliminate silly "I am about to create a directory now...
2010-11-09 Panu MatilainenSimplify the dbpath shuffle in db rebuilds a bit
2010-11-09 Panu MatilainenDont bother NULL'ing local variables on exit
2010-11-09 Panu MatilainenEliminate pointless (and racy) test for rebuilddb direc...
2010-11-09 Florian FestiRemove unused local variable
2010-11-05 Florian FestiFix IndexIterator to not open an private dbi that never...
2010-11-04 Panu MatilainenLose the remaining dbapi references in code + configuration
2010-11-04 Panu MatilainenEliminate useless dbapi version to internal openDatabase()
2010-11-04 Panu MatilainenEliminate useless dbapi argument to rpmdbRemoveDatabase()
2010-11-04 Panu MatilainenStart eliminating dbapi leftovers
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()
next