tools/librpm-tizen.git
2010-03-22 Panu MatilainenMop up leftovers from past times
2010-03-22 Panu MatilainenUpdate translations to shed non-existent messages from...
2010-03-22 Panu MatilainenOops, remember to free transaction set in rpmgi
2010-03-22 Panu MatilainenLose completely unused rpmte_debug junk
2010-03-22 Panu MatilainenTake a transaction set reference on verified db iteration
2010-03-22 Panu MatilainenDocument rpmteHeader() returning a new header reference
2010-03-22 Panu MatilainenFurther rpmio NULL sanity checks
2010-03-22 Panu MatilainenLose FDSANE() macro, check in c2f() and callers instead
2010-03-22 Panu MatilainenChange most of the FDSANE() asserts into good old NULL...
2010-03-22 Panu MatilainenLose the useless rpmio refcounting debug junk
2010-03-22 Panu MatilainenLose the useless rpmdb refcounting debug junk + switches
2010-03-22 Panu MatilainenLose the useless rpmds refcounting debug junk + switches
2010-03-22 Panu MatilainenLose the useless rpmps refcounting debug junk
2010-03-22 Panu MatilainenLose the useless rpmfi refcounting etc debug messages...
2010-03-22 Panu MatilainenLose the useless rpmts refcounting debug messages ...
2010-03-22 Panu MatilainenHandle obsoletions within the added package set automat...
2010-03-22 Panu MatilainenUse package NEVRA for replaced/skipped messages, simplify
2010-03-22 Panu MatilainenAvoid redundant headerGet()'s on arch and os
2010-03-22 Panu MatilainenRefactor duplicate checking out of rpmtsAddInstallElement()
2010-03-22 Panu MatilainenEliminate redundant if
2010-03-19 Panu MatilainenThere's nothing to translate in fts.c, remove from...
2010-03-19 Panu MatilainenDont bother hanging onto header in rpmgi
2010-03-19 Panu MatilainenLose some unused leftover rpmgi goo
2010-03-19 Panu MatilainenReturn headers from rpmgiNext() directly
2010-03-19 Panu MatilainenEliminate rpmgi from public API & ABI
2010-03-19 Panu MatilainenPass args and flags to rpmgi constructor already, lose...
2010-03-19 Panu MatilainenBury FTS inside librpmbuild and eliminate from public ABI
2010-03-19 Panu MatilainenRip RPMDBI_PACKAGES iteration support out of rpmgi
2010-03-19 Panu MatilainenOne helluva complicated way to pass our own arg back...
2010-03-19 Panu MatilainenLose unused temporary/pseudo rpmdbi tags
2010-03-19 Panu MatilainenEliminate RPMDBI_ADDED iterator mode from rpmgi
2010-03-19 Panu MatilainenEliminate hysterical --hdlist query option and everythi...
2010-03-19 Panu MatilainenEliminate --wtfwalk .. err, --ftswalk and everything...
2010-03-19 Panu MatilainenLose useless rpmgi reference counting
2010-03-19 Panu MatilainenLose the hidden and useless transaction add/order throu...
2010-03-19 Panu MatilainenLose unused rpmgiTs()
2010-03-19 Panu MatilainenLose unused qva_char and qva_rc fields from rpmQVKArgum...
2010-03-19 Panu MatilainenVerify the various version comparison results in testsuite
2010-03-19 Panu MatilainenSplit upgrade + obsolete erasure element addition to...
2010-03-19 Panu MatilainenLose unused/useless variable
2010-03-19 Panu MatilainenUse a macro for the common color skipping checks
2010-03-19 Panu MatilainenDont bother taking ds reference on obsoletes, we dont...
2010-03-19 Panu MatilainenDead code removal
2010-03-19 Panu MatilainenUse the element color instead of header color
2010-03-18 Panu MatilainenOops, more leftovers from rpmal debug goo
2010-03-18 Panu MatilainenLose leftovers from former rpmal implementation
2010-03-18 Panu MatilainenHelper function for pruned iterators used in dependency...
2010-03-18 Panu MatilainenLose anaconda-specific check from 2000
2010-03-18 Panu MatilainenrpmalAdd() prototype cosmetics
2010-03-18 Panu MatilainenLazy rpmal hash creation on first lookup, make rpmalMak...
2010-03-18 Panu MatilainenMake rpmalAllFileSatisfiesDepend() and rpmalAllSatisfie...
2010-03-18 Panu MatilainenMinor cleanups to rpmtsAddInstallElement()
2010-03-18 Panu MatilainenEww, we dont want obsoletion by file names
2010-03-18 Panu MatilainenRefuse to install obsoleted packages (RhBug:486565)
2010-03-18 Panu MatilainenReplace the checkPackageDeps() monster with per-ds...
2010-03-18 Panu MatilainenLump the copy-paste checkDependentFoo() functions into one
2010-03-18 Panu MatilainenAdd a new problem type for obsoletes
2010-03-18 Panu MatilainenLose deprecated rpmtsFindPubkey()
2010-03-18 Panu MatilainenAdd some basic dependency check tests to test-suite
2010-03-18 Panu MatilainenDifferentiate between conflicts in db versus install set
2010-03-17 Panu MatilainenUse a switch-case when switch-case is called for
2010-03-15 Panu MatilainenLose ancient and bitrotten rpmdiff scripts (ticket...
2010-03-15 Panu MatilainenLose useless xinetd service stub (ticket #149)
2010-03-15 Panu MatilainenAvoid eating empty lines in spec %prep section (RhBug...
2010-03-15 Panu MatilainenAdd an enhanced argvSplitString() function for splittin...
2010-03-15 Panu MatilainenTell python about RPMTRANS_FLAG_NOCONTEXTS
2010-03-14 Yuri Chornoivanl10n: Updates to Ukrainian (uk) translation
2010-03-14 Panu MatilainenDefault to "not found" for rpmtsSolve() + comment behavior
2010-03-14 Panu MatilainenRevert "Unbreak conflicts from commit 1f46534b5444dda77...
2010-03-13 Yuri Chornoivanl10n: Updates to Ukrainian (uk) translation
2010-03-13 Panu MatilainenAdd Problems() method to python transaction element...
2010-03-13 Panu MatilainenAdd a helper function for turning rpm problem set into...
2010-03-13 Panu MatilainenUnbreak conflicts from commit 1f46534b5444dda77e3a2c757...
2010-03-12 Panu MatilainenFurther minor cleanups to rpmtsCheck()
2010-03-12 Panu MatilainenLose unused iterator + its freeing
2010-03-12 Panu MatilainenRemove unnecessary rpmdsSetNoPromote() calls in checkPa...
2010-03-12 Panu MatilainenAdd internal API for depsolve callback
2010-03-12 Panu MatilainenRecord problems into the transaction elements causing...
2010-03-12 Panu MatilainenAdd a few API bits for problem sets in transaction...
2010-03-12 Panu MatilainenMove rpmps typedef into rpmtypes.h, its common enuf
2010-03-12 Panu MatilainenFree iterators in the function which initialized them...
2010-03-12 Panu MatilainenEliminate a bunch of pointless "can't happen" checks
2010-03-12 Panu MatilainenFurther cleanup the return code craziness in dependency...
2010-03-12 Panu MatilainenClean up dependency checking code
2010-03-12 Panu MatilainenMove rpmte-specific problem creation to a helper function
2010-03-12 Panu MatilainenSplit transaction member information out of rpmts to...
2010-03-12 Panu MatilainenTurn PSM into a complete blackbox
2010-03-12 Panu MatilainenSplit file state structures + routines out of rpmte...
2010-03-11 Yuri Chornoivanl10n: Updates to Ukrainian (uk) translation
2010-03-11 Panu MatilainenNot all scriptlets have bodies (eg -p /sbin/ldconfig...
2010-03-11 Panu MatilainenMore dumb thinko/typo/braindamage in scriptlet expansio...
2010-03-11 Panu MatilainenDumb segfault on trigger scripts with no flags, doh
2010-03-11 Panu MatilainenSupport run-time macro and queryformat expansion on...
2010-03-09 Yuri Chornoivanl10n: Initial Ukrainian translation
2010-03-08 Panu MatilainenUpdated Spanish translation (Héctor Daniel Cabrera...
2010-03-07 Panu MatilainenUpdated Polish translation from Piotr Drąg
2010-03-06 Panu MatilainenMinor cleanup to PSM_INIT stage, no functional changes
2010-03-06 Panu MatilainenUpdate translations to shed non-existent messages from...
2010-03-06 Panu MatilainenLose a couple of leftover variables from times before...
2010-03-06 Panu MatilainenDont bother translators with internal error debug foo
next