summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-21Remove unused ordering related members from rpmts structPanu Matilainen1-2/+0
2009-12-15Eliminate transaction disk space checking functions from the APIPanu Matilainen1-26/+1
2009-10-27Make disk space problem reporting slightly saner (RhBug:517418)Panu Matilainen1-0/+2
2009-09-10Rip the broken asynchronous psm machineryPanu Matilainen1-1/+0
2009-04-03Make rpmal header & all internalPanu Matilainen1-1/+1
2009-02-24Push the rest of the prepare-calculations down to rpmtsPrepare()Panu Matilainen1-1/+0
2009-02-24Eliminate fingerprint hash from ts structPanu Matilainen1-1/+0
2009-02-24Calculate files in transaction just oncePanu Matilainen1-0/+1
2008-12-22Eliminate silly and now unnecessary rpmts(Set)RelocateElement() stuffPanu Matilainen1-3/+1
2008-11-30Move install langs to per-transaction levelPanu Matilainen1-0/+1
2008-11-30Move netsharedpaths to per-transaction levelPanu Matilainen1-0/+2
2008-11-30Eliminate unused filename field in rpmts_sPanu Matilainen1-2/+0
2008-10-24Change both hashes to a typed versionFlorian Festi1-1/+3
2008-07-04Remove solvedb API and other related stuffPanu Matilainen1-4/+0
2008-07-04Kill of rpmtsAvailable()Panu Matilainen1-5/+0
2008-07-02Make rpmkeyring.h public headerPanu Matilainen1-1/+0
2008-07-01Eliminate remaining signature checking bits from rpmtsPanu Matilainen1-3/+0
2008-07-01Proof of concept rpmtsFindPubkey() implementation with the new keyringPanu Matilainen1-0/+2
2008-06-30Detach pgp digest from transaction setPanu Matilainen1-2/+0
2008-06-30Detach signature tag data from transaction setPanu Matilainen1-4/+0
2008-06-10Use 64bit data types in diskspaceInfo_sJindrich Novy1-6/+6
2008-05-12Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen1-1/+1
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-4/+0
2008-03-07Make _cacheDependsRC static, not needed outside depends.cPanu Matilainen1-2/+0
2008-02-05Use rpmSigTag enum for signature tags everywhere, more or less..Panu Matilainen1-1/+1
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-1/+1
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-1/+1
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-1/+2
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-1/+1
2007-12-18Drop bogus const from rpmts rootDir + curDirPanu Matilainen1-2/+2
2007-12-16pgpReadPkts returns malloced memory, unconstifyPanu Matilainen1-1/+1
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen1-1/+1
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-1/+1
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-1/+1
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-2/+2
2007-11-26Define and use pgpKeyID_t for pgp key id'sPanu Matilainen1-1/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-2/+2
2007-10-31Split out rpmts_internal.h from rpmts.hPanu Matilainen1-0/+120