summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* Rip the broken asynchronous psm machineryPanu Matilainen2009-09-101-1/+0
* Make rpmal header & all internalPanu Matilainen2009-04-031-1/+1
* Push the rest of the prepare-calculations down to rpmtsPrepare()Panu Matilainen2009-02-241-1/+0
* Eliminate fingerprint hash from ts structPanu Matilainen2009-02-241-1/+0
* Calculate files in transaction just oncePanu Matilainen2009-02-241-0/+1
* Eliminate silly and now unnecessary rpmts(Set)RelocateElement() stuffPanu Matilainen2008-12-221-3/+1
* Move install langs to per-transaction levelPanu Matilainen2008-11-301-0/+1
* Move netsharedpaths to per-transaction levelPanu Matilainen2008-11-301-0/+2
* Eliminate unused filename field in rpmts_sPanu Matilainen2008-11-301-2/+0
* Change both hashes to a typed versionFlorian Festi2008-10-241-1/+3
* Remove solvedb API and other related stuffPanu Matilainen2008-07-041-4/+0
* Kill of rpmtsAvailable()Panu Matilainen2008-07-041-5/+0
* Make rpmkeyring.h public headerPanu Matilainen2008-07-021-1/+0
* Eliminate remaining signature checking bits from rpmtsPanu Matilainen2008-07-011-3/+0
* Proof of concept rpmtsFindPubkey() implementation with the new keyringPanu Matilainen2008-07-011-0/+2
* Detach pgp digest from transaction setPanu Matilainen2008-06-301-2/+0
* Detach signature tag data from transaction setPanu Matilainen2008-06-301-4/+0
* Use 64bit data types in diskspaceInfo_sJindrich Novy2008-06-101-6/+6
* Fixup paths and Makefiles for rpmdb/ eliminationPanu Matilainen2008-05-121-1/+1
* Remove support for automatic rollback on failurePanu Matilainen2008-03-171-4/+0
* Make _cacheDependsRC static, not needed outside depends.cPanu Matilainen2008-03-071-2/+0
* Use rpmSigTag enum for signature tags everywhere, more or less..Panu Matilainen2008-02-051-1/+1
* Use rpmTagType always now that it's available everywherePanu Matilainen2008-02-051-1/+1
* Yet another typedef for transaction ID, use where spottedPanu Matilainen2008-02-051-1/+1
* Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen2008-02-051-2/+2
* Include spring-cleaningPanu Matilainen2008-01-301-1/+2
* Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen2007-12-191-1/+1
* Drop bogus const from rpmts rootDir + curDirPanu Matilainen2007-12-181-2/+2
* pgpReadPkts returns malloced memory, unconstifyPanu Matilainen2007-12-161-1/+1
* Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen2007-12-131-1/+1
* Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen2007-12-131-1/+1
* Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen2007-12-131-1/+1
* Use rpm_count_t everywhere for header data countPanu Matilainen2007-12-131-1/+1
* Switch to <rpm/foo.h> style for public headersPanu Matilainen2007-12-081-2/+2
* Define and use pgpKeyID_t for pgp key id'sPanu Matilainen2007-11-261-1/+1
* Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius2007-11-231-2/+2
* Use #include <x.h> syntax to include public headers.Ralf Corsépius2007-11-231-2/+2
* Split out rpmts_internal.h from rpmts.hPanu Matilainen2007-10-311-0/+120