summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Make check-programs build again, assorted type-fiddlings..Panu Matilainen3-3/+3
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen8-9/+10
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen20-38/+40
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen6-26/+17
2008-02-03Use rpmTag etc enums for rpmTagGet*() functionsPanu Matilainen1-3/+3
2008-02-03Stuff signature tags to rpmtag.h along with other tags, add enum typedefPanu Matilainen2-19/+19
2008-02-01Move platform specific macros under RPMCONFIGDIR/platform/Panu Matilainen1-1/+1
2008-02-01Ditch the "system" %_topdir, default to ~/rpmbuild insteadPanu Matilainen1-1/+1
2008-02-01Don't close GPG/PGP stdin to avoid harmless warning (rhbz#197602)Panu Matilainen1-2/+0
2008-01-30Add rpmtypes to doxygen, with todo reminders..Panu Matilainen1-0/+3
2008-01-30Include spring-cleaningPanu Matilainen31-94/+81
2008-01-30Use rpmsenseFlags type for dependency flags everywhere (hopefully)Panu Matilainen9-26/+27
2008-01-30Use headerIsSource() instead of doing it manuallyPanu Matilainen1-1/+1
2008-01-30rpmlib.h mass evictionPanu Matilainen38-31/+46
2008-01-30Move HGE and related prototypes to header.hPanu Matilainen1-75/+0
2008-01-30Move rpmTagType stuff to rpmtag.h now that they can movePanu Matilainen1-0/+51
2008-01-30Stick rpmCallbackType to rpmtypes too..Panu Matilainen2-4/+4
2008-01-30Add missing system includesPanu Matilainen2-0/+4
2008-01-30Stick relocation struct to rpmfi, typedef to rpmtypes...Panu Matilainen3-8/+9
2008-01-30Move FD_t to rpmtypes.h, used all over ..Panu Matilainen1-0/+2
2008-01-30Move rpmRC definition to rpmtypesPanu Matilainen2-11/+11
2008-01-30rpmgi.h doesn't need rpmte and rpmts headers, implementation doesPanu Matilainen2-2/+1
2008-01-30Remove bunch of unnecessary rpmlib.h includesPanu Matilainen10-12/+9
2008-01-30Move header and -iterator to rpmtypesPanu Matilainen1-0/+3
2008-01-30Move rpmalKey and rpmal to rpmtypesPanu Matilainen2-8/+3
2008-01-30Move fnpyKey typedef to rpmtypes, its widely used...Panu Matilainen2-2/+2
2008-01-30Move rpmts and other major data typedefs to rpmtypes from rpmlibPanu Matilainen2-42/+11
2008-01-30Add missing c++ ifdefs to rpmtag and rpmtypes headersPanu Matilainen2-0/+16
2008-01-30Move header tagdata types from header.h to rpmtypes.hPanu Matilainen1-0/+9
2008-01-30Add stub rpmtypes.h header stubPanu Matilainen1-0/+10
2008-01-30Remove fts flag API symbols from help messagesPanu Matilainen1-8/+8
2008-01-28More missing system includes for size_t & friendsPanu Matilainen1-0/+1
2008-01-25Don't reset target when reading included rpmrc's.Panu Matilainen1-0/+2
2008-01-25Bandaid patch for truncated error message in russian (mdvbz#31680)Panu Matilainen1-1/+1
2008-01-25Permit conflicting ghost filesPanu Matilainen1-0/+3
2008-01-19Add support for Geode CPU (rhbz#428979)Panu Matilainen2-1/+29
2008-01-10And *really* skip the leading % in --define, double duh :)Panu Matilainen1-3/+4
2008-01-10Fix thinko in macroname underscore conversion, duhPanu Matilainen1-3/+3
2008-01-09Implementation of triggerprein scriptlets.Panu Matilainen2-4/+12
2008-01-09Avoid access(2) quirks querying symlinks, lstat(2) instead (#60288)Panu Matilainen1-17/+10
2008-01-09Handle spaces in file path arguments correctly (#217258)Panu Matilainen2-2/+7
2008-01-09Convert '-' to '_' within --define macro names (#124995)Panu Matilainen1-3/+14
2008-01-07Set a default 0022 umask value always (#83006)Panu Matilainen1-0/+4
2008-01-07Don't unlink non-temporary file in FSM_UNDO (rhbz#223931)Panu Matilainen2-5/+7
2008-01-02Revert rpmfi bits from 01cd03ea8f8aPanu Matilainen1-3/+3
2008-01-02Signedness consistency in rpmfi interface vs internal structuresPanu Matilainen2-24/+24
2008-01-02Avoid compressFilelist() stack overflow in pathological casesPanu Matilainen1-3/+6
2008-01-02Assorted int -> size_t corrections for string lengthsPanu Matilainen8-24/+25
2008-01-02Use size_t, not int for header format padding argsPanu Matilainen1-8/+8
2007-12-19Add rpm_data_t (and _constdata_t) for header data, use everywherePanu Matilainen17-151/+151