summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Switch fingerprinting to use the global string poolPanu Matilainen1-4/+1
2012-09-14Allow passing a shared pool for finger print cachePanu Matilainen4-5/+6
2012-09-14Remove scareMemory remnants from the internal API, fixup callersPanu Matilainen4-6/+4
2012-09-14Switch fingerprint subDir to pool idsPanu Matilainen1-46/+47
2012-09-14Switch fingerprint basename to pool idsPanu Matilainen1-9/+16
2012-09-14Switch fingerprint cache-entry dirnames to pool idsPanu Matilainen1-17/+28
2012-09-14Add a string pool to fingerprint cache (but not yet used)Panu Matilainen1-0/+3
2012-09-14Make fingerprint struct opaque outside fprint.cPanu Matilainen5-34/+37
2012-09-14Change fpLookup() to return malloced memory (on first call)Panu Matilainen4-16/+20
2012-09-14Make fingerprint cache entry opaque, add some kind of API for the needed bitsPanu Matilainen3-14/+30
2012-09-14Hide away the FP_EQUAL macrosPanu Matilainen2-12/+10
2012-09-14Change fpLookupList() to return malloced memoryPanu Matilainen3-13/+14
2012-09-14Add internal API for fingerprint lookup-and-comparePanu Matilainen3-4/+15
2012-09-14Bury the fingerprint hash-types into fprint.c, clean upPanu Matilainen3-46/+25
2012-09-14Move the entire fingerprint cache population into fprint.cPanu Matilainen3-67/+76
2012-09-14Hide by-fingerprint hash into fingerprint cache, add minimal API bitsPanu Matilainen3-18/+29
2012-09-14Make fingerprint cache opaque outside fprint.cPanu Matilainen2-7/+7
2012-09-13Convert our dependency checking code to use the new rpmdsMatches()Panu Matilainen2-10/+17
2012-09-13Unify the three rpmdsFooMatchesDep() functions into onePanu Matilainen2-36/+46
2012-09-13Use transaction string pool for rpmlib() dependencies tooPanu Matilainen1-1/+1
2012-09-13Add pool-aware version of rpmdsRpmlib()Panu Matilainen2-3/+18
2012-09-13Hang rpmlib() dependency set onto transaction setPanu Matilainen3-7/+5
2012-09-13Use transaction string pool for ensureOlder() dependency setsPanu Matilainen1-3/+6
2012-09-13Use transaction string pool for findPos() dependency setsPanu Matilainen1-4/+8
2012-09-13Put transaction element "self" dependency set into global pool tooPanu Matilainen1-1/+1
2012-09-13Add pool-aware versions of rpmdsThis() and rpmdsSingle()Panu Matilainen2-7/+44
2012-09-13Simplify single ds creationPanu Matilainen1-12/+7
2012-09-12Whoopsie, unbreak checking of installed dependenciesPanu Matilainen2-4/+5
2012-09-12Switch rpmal file hash to use pool id's instead of stringsPanu Matilainen1-23/+15
2012-09-12Switch rpmal provide hash to use pool id's instead of stringsPanu Matilainen1-7/+19
2012-09-12Add a some transition-period asserts to ensure pool-usage sanityPanu Matilainen1-0/+19
2012-09-12Allow keeping hash table around on pool freeze, adjust callersPanu Matilainen3-5/+5
2012-09-12Add getters for rpmds dependency name and EVR pool idsPanu Matilainen2-0/+39
2012-09-12Add getters for rpmfi base- and directory name pool id'sPanu Matilainen3-0/+42
2012-09-12Pass transaction pool to rpmal (but not used yet)Panu Matilainen3-4/+10
2012-09-12Actually enable the global transaction string poolPanu Matilainen1-0/+8
2012-09-12Add infastructure for global transaction set string poolPanu Matilainen6-7/+46
2012-09-12Add getter methods for rpmds and rpmfi string pool handlePanu Matilainen4-0/+23
2012-09-12Delay transaction added packages rpmal creation until requiredPanu Matilainen2-5/+22
2012-09-12Add an nternal rpmal create+populate helper function, use for erased packagesPanu Matilainen3-7/+21
2012-09-11Oops, only private pool should be frozen on ds createPanu Matilainen1-2/+3
2012-09-11Add an alternative rpmds constructor to allow shared pool usagePanu Matilainen2-2/+18
2012-09-11Freeze the rpmlib dependency set pool on successful returnPanu Matilainen1-0/+2
2012-09-11Further split single ds creation into two, sighPanu Matilainen1-16/+31
2012-09-11Unify the common parts of rpmds creation into a helper functionPanu Matilainen1-27/+26
2012-09-11Eliminate assert()'s from rpmdsMerge()Panu Matilainen1-5/+9
2012-09-11Eliminate assert()'s from rpmdsDup()Panu Matilainen1-7/+8
2012-09-11Switch dependency sets to use string pool storage for names and evrsPanu Matilainen1-71/+56
2012-09-11Rename td2pool as rpmtdToPool, export and optimizePanu Matilainen3-13/+30
2012-09-11Eliminate direct rpmds name (and flags) access on rpmdsNew()Panu Matilainen1-3/+5