Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-05 | Use rpmSigTag enum for signature tags everywhere, more or less.. | Panu Matilainen | 1 | -1/+1 | |
2008-02-05 | Use rpmTagType always now that it's available everywhere | Panu Matilainen | 1 | -1/+1 | |
- RPM_MASK_TYPE is not a datatype, move it out of the enum - add missing cases python header handling to shut up gcc | |||||
2008-02-05 | Yet another typedef for transaction ID, use where spotted | Panu Matilainen | 1 | -1/+1 | |
- most remaining [u]int16|32 uses are indexes and such, ie actual numbers | |||||
2008-02-05 | Add rpm_color_t type for rpm color bits, use where spotted | Panu Matilainen | 1 | -2/+2 | |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 1 | -1/+2 | |
- put some consistency into include ordering - everything (apart from bits missed ;) is now ordered like this 1. "system.h" 2. other system includes 3. rpm public headers 4. rpm private headers 5. "debug.h" | |||||
2007-12-19 | Add rpm_data_t (and _constdata_t) for header data, use everywhere | Panu Matilainen | 1 | -1/+1 | |
- consistent, easy to grep for and change... - bogus consts removed where spotted | |||||
2007-12-18 | Drop bogus const from rpmts rootDir + curDir | Panu Matilainen | 1 | -2/+2 | |
2007-12-16 | pgpReadPkts returns malloced memory, unconstify | Panu Matilainen | 1 | -1/+1 | |
2007-12-13 | Big bunch of int -> size_t corrections for various signature items | Panu Matilainen | 1 | -1/+1 | |
2007-12-13 | Use rpm_tagtype_t everywhere for rpm (header) tagtype type | Panu Matilainen | 1 | -1/+1 | |
- typedef'ed as uint32_t, doesn't matter much but negative types dont exist - easy to grep, easy to change... - define RPM_FORCEFREE_TYPE instead of -1 "magic" for forcing headerFreeData (ugh), easier to grep for and change than "-1" | |||||
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -1/+1 | |
- typedef'ed as int32_t for now, negative values used in some places for error cases - easy to grep, easy to change... - add RPMTAG_NOT_FOUND define, used in place of -1 "magic", | |||||
2007-12-13 | Use rpm_count_t everywhere for header data count | Panu Matilainen | 1 | -1/+1 | |
- typedef'ed as uint32_t as that's the key size limit imposed by BDB, relevant for RPM_BIN_TYPE - easy to change to whatever later on as it's now consistent everywhere | |||||
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -2/+2 | |
- adjust include paths accordingly | |||||
2007-11-26 | Define and use pgpKeyID_t for pgp key id's | Panu Matilainen | 1 | -1/+1 | |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -2/+2 | |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -2/+2 | |
2007-10-31 | Split out rpmts_internal.h from rpmts.h | Panu Matilainen | 1 | -0/+120 | |