Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-24 | Remove meaningless extern on function declarations in headers | Panu Matilainen | 1 | -1/+1 | |
2008-03-24 | Remove bogus consts from rpmdb and dbi structs | Panu Matilainen | 1 | -10/+10 | |
2008-03-12 | Refcount dbiTags on db open+close, automatically free | Panu Matilainen | 1 | -6/+0 | |
- avoids rpmdb_internal include in rpmqv.c and memleak in API clients - avoids having to export dbiTags(Max) at all | |||||
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 1 | -6/+6 | |
- cast away a few cases where the enum usage causes ridiculous amount of compiler warnings from unhandled switch-cases | |||||
2008-01-30 | Include spring-cleaning | Panu Matilainen | 1 | -1/+1 | |
- 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" | |||||
2008-01-30 | Remove bunch of unnecessary rpmlib.h includes | Panu Matilainen | 1 | -1/+1 | |
- replace with rpmtypes.h where needed | |||||
2007-12-14 | Bunch of silly ssize_t casts | Panu Matilainen | 1 | -3/+3 | |
- cuts down the amount of spurious warnings from inlined code... | |||||
2007-12-13 | Use rpm_tag_t everywhere for rpm (header) tag type | Panu Matilainen | 1 | -6/+6 | |
- 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-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -2/+2 | |
- adjust include paths accordingly | |||||
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -2/+2 | |
2007-10-28 | Include "rpmlib.h" instead of <rpmlib.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-28 | Include "rpmsw.h" instead of <rpmsw.h>. | Ralf Corsépius | 1 | -1/+1 | |
2007-10-17 | #include <db.h> | Ralf Corsépius | 1 | -1/+1 | |
2007-09-17 | Mergesort is internal details.. | Panu Matilainen | 1 | -0/+10 | |
2007-09-17 | Hide db index handling and rpmdb details from the API to internal header | Panu Matilainen | 1 | -0/+661 | |