summaryrefslogtreecommitdiff
path: root/lib/rpmtypes.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-03Rename rpmdbKeyIterator to rpmdbIndexIteratorFlorian Festi1-1/+1
2010-10-22Document our supported rpmdb indexes in the API via an enum of their ownPanu Matilainen1-0/+1
2010-10-22rpmTagFoo() getters take arbitrary integers, not rpmTag enumsPanu Matilainen1-0/+1
2010-10-22Use concrete integer types for entryInfo and rpmtd membersPanu Matilainen1-1/+1
2010-10-21rpmdbKeyIterator: loop over keys in the database indexesFlorian Festi1-0/+1
2010-09-21Stop abusing enum typedefs for bitfield typesPanu Matilainen1-0/+2
2010-09-01Update the plugin architecture to allow for remembering stateSteve Lawrence1-0/+2
2010-03-12Move rpmps typedef into rpmtypes.h, its common enufPanu Matilainen1-0/+1
2009-12-18Move transaction element iterator into rpmts.c where it logically belongsPanu Matilainen1-0/+2
2009-04-03Make rpmal header & all internalPanu Matilainen1-2/+0
2009-01-08Make rpm_tid_t unsigned type to shut up remaining compiler warningsPanu Matilainen1-1/+1
2008-07-08Add a new legacy compatibility header, kill rpmints.hPanu Matilainen1-1/+1
2008-07-01Move keyring related typedefs to rpmtypes.hPanu Matilainen1-0/+3
2008-06-06Introduce 64bit rpm_loff_tJindrich Novy1-0/+1
2008-05-21Include rpmtypes.h first instead of rpmtag.h everywherePanu Matilainen1-1/+3
2008-05-13New "tag data" container struct + some basic methods to deal with itPanu Matilainen1-0/+2
2008-02-05Use rpmTagType always now that it's available everywherePanu Matilainen1-1/+1
2008-02-05Yet another typedef for transaction ID, use where spottedPanu Matilainen1-0/+1
2008-02-05Use rpm_flag_t for header generic bitfields (file flags etc)Panu Matilainen1-0/+1
2008-02-05Doxygen bits for rpmtypes, much to do stillPanu Matilainen1-9/+28
2008-02-05More rpm-headerdata types: rpm_dev_t and rpm_ino_t, use where spottedPanu Matilainen1-0/+2
2008-02-05Add rpm_rdev_t type for rdev entriesPanu Matilainen1-0/+1
2008-02-05Add rpm_mode_t type, use where spottedPanu Matilainen1-0/+1
2008-02-05Add rpm_color_t type for rpm color bits, use where spottedPanu Matilainen1-0/+2
2008-02-04Add rpm_time_t type for time types (in headers), use where spottedPanu Matilainen1-0/+1
2008-02-04Add rpm_off_t type for file size types, use where spottedPanu Matilainen1-0/+2
2008-02-03Make rpmtag.h standalone, include from rpmtypes.hPanu Matilainen1-0/+1
2008-01-30Add rpmtypes to doxygen, with todo reminders..Panu Matilainen1-0/+3
2008-01-30Stick rpmCallbackType to rpmtypes too..Panu Matilainen1-0/+2
2008-01-30Stick relocation struct to rpmfi, typedef to rpmtypes...Panu Matilainen1-0/+1
2008-01-30Move FD_t to rpmtypes.h, used all over ..Panu Matilainen1-0/+2
2008-01-30Move rpmRC definition to rpmtypesPanu Matilainen1-0/+11
2008-01-30Move header and -iterator to rpmtypesPanu Matilainen1-0/+3
2008-01-30Move rpmalKey and rpmal to rpmtypesPanu Matilainen1-0/+3
2008-01-30Move fnpyKey typedef to rpmtypes, its widely used...Panu Matilainen1-0/+2
2008-01-30Move rpmts and other major data typedefs to rpmtypes from rpmlibPanu Matilainen1-0/+11
2008-01-30Add missing c++ ifdefs to rpmtag and rpmtypes headersPanu Matilainen1-0/+8
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