summaryrefslogtreecommitdiff
path: root/lib/rpmts.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-1/+1
2008-03-17Remove repackage support to finish off with rollbackPanu Matilainen1-1/+0
2008-03-17Remove support for automatic rollback on failurePanu Matilainen1-215/+0
2008-03-07Remove support for automatically importing pubkeys from keyserversPanu Matilainen1-37/+0
2008-03-07Log message adjustmentsPanu Matilainen1-15/+15
2008-03-07Another pile of read-only constants marked as such..Panu Matilainen1-3/+3
2008-02-14Fix a bunch of string format mismatches found by gcc's variadic checksPanu Matilainen1-3/+3
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-2/+2
2008-02-05Use rpmSigTag enum for signature tags everywhere, more or less..Panu Matilainen1-3/+3
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-4/+4
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-6/+6
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-4/+4
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-3/+1
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+2
2008-01-19Add support for Geode CPU (rhbz#428979)Panu Matilainen1-1/+1
2008-01-07Don't unlink non-temporary file in FSM_UNDO (rhbz#223931)Panu Matilainen1-2/+2
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-6/+6
2007-12-18Use constfree for rpmts suggestionsPanu Matilainen1-1/+1
2007-12-15Another bunch of bogus const removalsPanu Matilainen1-2/+2
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen1-4/+2
2007-12-14Another bunch of bogus const removalsPanu Matilainen1-9/+9
2007-12-14More size_t type pedantryPanu Matilainen1-0/+1
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen1-2/+2
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-4/+4
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-6/+6
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-3/+3
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen1-1/+2
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-11/+11
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-11/+13
2007-12-01Move hGet*() funcs from rpmts, rename to headerGet*()Panu Matilainen1-59/+0
2007-11-27Remove debug junkPanu Matilainen1-1/+0
2007-11-27Teach dbiFindByLabel() to grok epochsPanu Matilainen1-0/+1
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-3/+3
2007-11-23Move rpmGetPath and rpmGenPath to rpmfileutil.hPanu Matilainen1-1/+2
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-0/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-9/+9
2007-11-19Lose rpmerr.h for goodPanu Matilainen1-1/+1
2007-11-19Replace all RPMERR_* etc uses with corresponding RPMLOG_* levelsPanu Matilainen1-5/+5
2007-11-16Split digest-stuff out of rpmio_internal to separate headerPanu Matilainen1-1/+2
2007-11-02Use NSS instead of beecrypt for encryption (Tomas Mraz)Panu Matilainen1-2/+2
2007-10-31Split out rpmts_internal.h from rpmts.hPanu Matilainen1-3/+1
2007-10-31Add rpmtsPrintSuggests() method for now, use instead of ts internals muckingPanu Matilainen1-0/+23
2007-10-31Kill ts->goal, instead set NOSUGGEST flag on erasePanu Matilainen1-5/+0
2007-10-30Add rpmtsCleanProblems() method for rpmgi needsPanu Matilainen1-1/+8
2007-10-30Split transaction score stuff to separate private headerPanu Matilainen1-0/+1
2007-10-30Use rpmtsRootDir() instead of ts->rootDir + url guess-games in psmPanu Matilainen1-0/+1
2007-10-30Avoid rpmte internals access in rpmtsNotify()Panu Matilainen1-3/+4
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1