summaryrefslogtreecommitdiff
path: root/lib/rpmfi.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-30Lazily copy basenames in relocation if neededPanu Matilainen1-19/+34
2008-04-30Simplify relocation directory name manipulationPanu Matilainen1-9/+3
2008-04-30Allocate relocation dirnames on heap, not stackPanu Matilainen1-5/+13
2008-04-30Begin untangling relocation alloca()'sPanu Matilainen1-2/+6
2008-04-25Reduce alloca() use in relocateFileList()Panu Matilainen1-5/+7
2008-04-24Remove bogus const from rpmfi pre- and posttrans membersPanu Matilainen1-4/+4
2008-04-08Eliminate four copy-paste versions of nibble(), stick to rpmstring.hPanu Matilainen1-17/+1
2008-03-07Log message adjustmentsPanu Matilainen1-7/+7
2008-02-05Mass convert (back) to rpmTag as it's usable everywhere nowPanu Matilainen1-5/+5
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-3/+3
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-7/+7
2008-02-05More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spottedPanu Matilainen1-3/+3
2008-02-05Add rpm_rdev_t type for rdev entriesPanu Matilainen1-3/+3
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen1-6/+6
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-6/+6
2008-02-05Rip the horrible (ia64) autorelocate kludgery. RIP.Panu Matilainen1-55/+0
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-2/+2
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-2/+2
2008-01-30Include spring-cleaningPanu Matilainen1-10/+6
2008-01-30rpmlib.h mass evictionPanu Matilainen1-1/+0
2008-01-25Permit conflicting ghost filesPanu Matilainen1-0/+3
2008-01-02Revert rpmfi bits from 01cd03ea8f8aPanu Matilainen1-3/+3
2008-01-02Signedness consistency in rpmfi interface vs internal structuresPanu Matilainen1-17/+17
2008-01-02Assorted int -> size_t corrections for string lengthsPanu Matilainen1-3/+3
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen1-39/+39
2007-12-17Use constfree for rpmfi internals for nowPanu Matilainen1-15/+15
2007-12-15Another bunch of bogus const removalsPanu Matilainen1-1/+1
2007-12-13Use rpm_tagtype_t everywhere for rpm (header) tagtype typePanu Matilainen1-15/+15
2007-12-13Use rpm_tag_t everywhere for rpm (header) tag typePanu Matilainen1-5/+5
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-9/+6
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-7/+7
2007-12-04Eliminate debug junk from the APIPanu Matilainen1-4/+4
2007-12-03Split rpmte internals to separate headerPanu Matilainen1-2/+1
2007-12-03Split rpmfi internals to separate headerPanu Matilainen1-2/+1
2007-12-01Use headerIsSource() everywhere for determining package typePanu Matilainen1-1/+1
2007-11-30Move logging related macros rpmlog, adjust includesPanu Matilainen1-0/+1
2007-11-27Move rpmfiBuildFNames() to rpmfi now that it's possiblePanu Matilainen1-0/+56
2007-11-23Expand private include file names to be relative to $(top_srcdir)Ralf Corsépius1-2/+2
2007-11-22Calculating file checksums aint legacy activityPanu Matilainen1-3/+4
2007-11-23Move string helpers from lib/misc.h to rpmio/rpmstring.hPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-6/+6
2007-11-01Remove two unnecessary legacy.h includesPanu Matilainen1-1/+0
2007-10-28Include "rpmlib.h" instead of <rpmlib.h>.Ralf Corsépius1-1/+1
2007-10-26Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.Ralf Corsépius1-38/+38
2007-10-24Use NEVRA, not NEVR everywhere for rpmProblemsPanu Matilainen1-1/+1
2007-10-22Remove bunch of unnecessary rpmio_internal includesPanu Matilainen1-1/+0
2007-10-09Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUGPanu Matilainen1-7/+7
2007-10-09Replace all rpmMessage() uses with rpmlog()Panu Matilainen1-7/+7
2007-09-26Rename whatis() to rpmfiWhatis() for namespacingPanu Matilainen1-9/+9