summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-12-16Fix default queryformat setting when _query_all_fmt not setPanu Matilainen1-4/+5
2007-12-16Remove const from rpmMkTempFile file name parameterPanu Matilainen3-3/+3
2007-12-16Refactor rpmReSign() and associated file "management" a bitPanu Matilainen1-46/+38
2007-12-16Remove const from bunch of error message return typesPanu Matilainen5-13/+9
2007-12-16IDT* structures are exposed, let them use constfree for now..Panu Matilainen1-1/+1
2007-12-15And yet more bogus const removals...Panu Matilainen4-5/+5
2007-12-15Couple of bogus const removals from rpmgi and rpmds structsPanu Matilainen2-2/+2
2007-12-15Another bunch of bogus const removalsPanu Matilainen5-6/+6
2007-12-15Avoid mixing local malloc with const parameter pointerPanu Matilainen1-5/+6
2007-12-15Remove bogus const from rpmProblemString() return typePanu Matilainen3-3/+5
2007-12-15Remove bogus const from rpmGenPath() temporary targetsPanu Matilainen3-4/+4
2007-12-15Remove bogus const from rpmGetPath() temporary targetsPanu Matilainen6-11/+10
2007-12-14Bogus const removal continued...Panu Matilainen2-8/+8
2007-12-14Another bunch of bogus const removalsPanu Matilainen13-27/+27
2007-12-14Bunch of const char* correctionsPanu Matilainen5-8/+9
2007-12-14Oops, major + minor are not dev_t...Panu Matilainen1-1/+1
2007-12-14Yet more type-pedantry...Panu Matilainen2-9/+9
2007-12-14More size_t type pedantryPanu Matilainen5-7/+10
2007-12-14Oops, rpmpsi index needs to be signed typePanu Matilainen1-2/+2
2007-12-14Use dev_t instead of ints..Panu Matilainen1-6/+7
2007-12-14Couple of more size_t uses + related format string fixesPanu Matilainen1-5/+5
2007-12-13Big bunch of int -> size_t corrections for various signature itemsPanu Matilainen6-22/+22
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen15-85/+85
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen23-76/+81
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen9-19/+19
2007-12-13Use rpm_count_t everywhere for header data countPanu Matilainen16-71/+79
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen58-212/+212
2007-12-07Add RPMCALLBACK_SCRIPT_ERROR callback typePanu Matilainen3-2/+15
2007-12-07Scriptlet (name) handling tweaksPanu Matilainen1-9/+33
2007-12-07More rpmerr.h removal falloutPanu Matilainen2-33/+33
2007-12-07rpm5.org: fixup various places in rpmbuild from rpmerr.h eliminationPanu Matilainen1-1/+1
2007-12-05Fix query return codes (rhbz#244236)Panu Matilainen3-6/+35
2007-12-04Match filestage strings with the fact that we dont use "rpc" anymorePanu Matilainen1-7/+7
2007-12-04Eliminate debug junk from the APIPanu Matilainen20-147/+70
2007-12-03Document rpmtsScoreGetEntry() parameter to please doxygenPanu Matilainen1-0/+1
2007-12-03Fix couple of doxygen file paths, remove obsolete commentPanu Matilainen2-9/+2
2007-12-03Rename _rpmdbMatchIterator -> rpmdbMatchIterator_sPanu Matilainen1-1/+1
2007-12-03Split RPMTAG_* and related functions out of rpmlib.h to rpmtag.hPanu Matilainen2-297/+302
2007-12-03Split rpmte internals to separate headerPanu Matilainen8-95/+94
2007-12-03Duh, remember to add rpmfi_internal.h to sources..Panu Matilainen1-1/+1
2007-12-02Move rpmprobFilterFlag enums to rpmps where they logically belongPanu Matilainen2-16/+16
2007-12-02Move rpmsenseFlag enums to rpmds where they logically belongPanu Matilainen4-69/+71
2007-12-02Move rpmtransFlags enums to rpmts.h where it logically belongsPanu Matilainen3-55/+56
2007-12-02Move file action enums to rpmfi where they logically belongPanu Matilainen4-21/+23
2007-12-02Move RPMFILE_* file attributes to rpmfi.hPanu Matilainen3-22/+23
2007-12-03Split rpmfi internals to separate headerPanu Matilainen6-134/+134
2007-12-02Move file state defs to rpmfi where they logically belongPanu Matilainen2-12/+12
2007-12-02Move file type enums to rpmfi where it logically belongsPanu Matilainen2-17/+17
2007-12-03Use regular POSIX functions instead of "RPC" clonesPanu Matilainen4-17/+17
2007-12-01Use headerIsSource() everywhere for determining package typePanu Matilainen7-7/+7