summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]Panu Matilainen11-51/+24
2010-05-21Do not evaluate macros in spec comments (RhBug:594672)Jindrich Novy1-0/+11
2010-05-20Search all locale dirs in find-lang.sh, not just those under share/ (#159)Till Maas1-3/+3
2010-05-19Use pgpValString() for :pgpsig header formatting (RhBug:587755)Panu Matilainen1-24/+2
2010-05-19Add public pgpValString() function + enum for the various typesPanu Matilainen2-8/+46
2010-05-19Bury struct pgpValTbl_s definition inside rpmpgp.cPanu Matilainen2-7/+5
2010-05-19Handle non-existent dependency sets in python (RhBug:593553)Panu Matilainen1-2/+3
2010-05-18Fix return from chroot() on verify (RhBug:590588)Panu Matilainen1-1/+5
2010-05-11Make debugedit -i recompute build ID only when any DWARF was actually changed.Roland McGrath1-11/+21
2010-05-11Whitespace fixups for tools/debugedit.cRoland McGrath1-65/+62
2010-05-07Plug dumb memleak in rpmpsMerge()Panu Matilainen1-0/+1
2010-05-07Fix breakage from removedPackages changing to hashPanu Matilainen1-0/+1
2010-05-07Revert back to rpmdbRemove() taking instance number instead of actual headerPanu Matilainen3-18/+21
2010-05-07Convert rpmte internals to use the transaction pointer from element itselfPanu Matilainen4-29/+29
2010-05-07Store pointer to transaction set in transaction elementsPanu Matilainen3-18/+15
2010-05-07Fix compiler warning in rpmhash Resize()Florian Festi1-1/+1
2010-05-06Remove no longer needed function intcmp()Florian Festi1-15/+0
2010-05-06Convert tsmem->removedPackages to a hash table and remove rpmdbPruneIterator ...Florian Festi7-54/+70
2010-05-06rpmhash: new Empty() function to remove all entriesFlorian Festi2-3/+22
2010-05-06rpmhash: Accessor functions for the size and usageFlorian Festi2-2/+57
2010-05-06rpmhash: Grow when hash table gets too fullFlorian Festi1-0/+33
2010-05-06Move header filecount retrieve from addTE() to rpmfsNew()Panu Matilainen3-14/+12
2010-05-06Tolerate NULL in rpmfsFree() and rpmfsFC()Panu Matilainen1-9/+12
2010-05-06Minor cleanup to rpmfsNew()Panu Matilainen1-7/+5
2010-05-06Move delTE() inline to rpmteFree()Panu Matilainen1-41/+26
2010-05-06Unexport rpmteNew() and rpmteFree()Panu Matilainen3-22/+25
2010-05-06Minor cleanup to rpmReSign()Panu Matilainen1-12/+3
2010-05-06Fix minor header iterator leak in rpmReSign()Panu Matilainen1-4/+2
2010-05-06Clean up rpmcliImportPubkeys() a bit, no functional changesPanu Matilainen1-30/+18
2010-05-04Don't process desktop files without Type=Application and Exec= linePavol Rusnak1-4/+6
2010-05-04Rename python module version symbol to __version__, add __version_info__Panu Matilainen2-1/+4
2010-04-29Doh, dont shadow the rpmtsVerifyDB() return valuePanu Matilainen1-1/+1
2010-04-29Fixes missing __fxstat64 symbol on mac.Giulio Eulisse1-0/+1
2010-04-29Fix a few uninitialized variable cases found by clang-analyzerPanu Matilainen3-6/+6
2010-04-27l10n: Updates to Portuguese (Brazilian) (pt_BR) translationTaylon Silmer1-79/+56
2010-04-22Protect rpmtsVerifyDB() with transaction lockPanu Matilainen1-1/+7
2010-04-22Ditch "fcntl_locking" bdb config optionPanu Matilainen1-2/+0
2010-04-22Make transaction lock path per-transactionPanu Matilainen2-12/+17
2010-04-22Further generalize the rpmlock interfacePanu Matilainen5-38/+46
2010-04-22Generalize rpmlock_new() by moving transaction lock path calculation outPanu Matilainen1-17/+17
2010-04-22Make rpmlock type visible inside rpm, use instead of void*Panu Matilainen4-11/+13
2010-04-21Lose the useless header refcounting debug junkPanu Matilainen2-16/+4
2010-04-21Eliminate unused "known problems" based filtering from rpmtsRun()Rakesh Pandit4-60/+3
2010-04-21rpmdb.c (dbiOpen): fix dbix conditionAlexey Tourbin1-2/+2
2010-04-21Only check the type of dependency requested in checkInstDeps()Panu Matilainen1-9/+3
2010-04-21Add a basic reinstall test to test-suitePanu Matilainen1-0/+17
2010-04-14...but make sure the pre-requisite isn't also an erasure-dependencyPanu Matilainen1-1/+1
2010-04-14Pre-requisites of installed packages dont need to be verified (RhBug:223642)Panu Matilainen1-0/+4
2010-04-13Update a few tag descriptions + visibilityPanu Matilainen2-10/+8
2010-04-13Use correct tag for NOPATCHPanu Matilainen1-1/+1