Age | Commit message (Expand) | Author | Files | Lines |
2008-05-12 | Start (re-)joining librpmdb and librpm | Panu Matilainen | 1 | -3525/+0 |
2008-05-08 | Oops, matchpathcon() wants st_mode, not the entire struct stat | Panu Matilainen | 1 | -1/+1 |
2008-05-08 | Block signals while moving the rpmdb to final location after rebuild | Panu Matilainen | 1 | -0/+4 |
2008-05-08 | Lose the silly db argument from block/unblockSignals() | Panu Matilainen | 1 | -8/+8 |
2008-05-08 | Restore rpmdb selinux contexts to default after rebuild (rhbz#442149) | Panu Matilainen | 1 | -2/+15 |
2008-04-28 | Oops, simplified it a little bit much, fixing | Jindrich Novy | 1 | -3/+4 |
2008-04-28 | Remove remaining alloca() from rpmdb.c | Jindrich Novy | 1 | -5/+14 |
2008-04-28 | Simplify dirName handling in rpmdbFindByFile() | Jindrich Novy | 1 | -7/+3 |
2008-04-28 | Eliminate pointless alloca() of local DBT structs. | Panu Matilainen | 1 | -100/+100 |
2008-04-28 | Revert bunch of alloca() -> xcalloc() changes in rpmdb routines | Panu Matilainen | 1 | -28/+16 |
2008-04-24 | Remove outdated comment, add a todo reminder | Panu Matilainen | 1 | -0/+1 |
2008-04-22 | Simplify rebuild path generation | Panu Matilainen | 1 | -6/+1 |
2008-04-22 | More path manipulation craziness eliminated in rpmdbRemoveDatabase() | Panu Matilainen | 1 | -20/+8 |
2008-04-22 | Eliminate wtf dbpath shuffling in rpmdbMoveDatabase() | Panu Matilainen | 1 | -38/+19 |
2008-04-22 | Don't use alloca for struct stat, there's no need to. | Panu Matilainen | 1 | -7/+7 |
2008-04-22 | Add rpmdb internal helper for cleaning up db4 environment, use it | Panu Matilainen | 1 | -17/+27 |
2008-04-09 | Replace alloca+memset with xcalloc() in rpmdbRemove() | Panu Matilainen | 1 | -6/+12 |
2008-04-09 | Replace alloca+memset with xcalloc() in rpmdbAdd() | Panu Matilainen | 1 | -4/+6 |
2008-04-09 | Replace alloca+memset with xcalloc() in rpmdbCountPackages() | Panu Matilainen | 1 | -6/+10 |
2008-04-09 | Tonne of indentation + other formatting corrections to rpmdb.c | Panu Matilainen | 1 | -70/+85 |
2008-04-09 | Remove dead code | Panu Matilainen | 1 | -25/+0 |
2008-04-09 | Report full nevra in rpmdb remove debug message | Panu Matilainen | 1 | -3/+4 |
2008-04-08 | Eliminate four copy-paste versions of nibble(), stick to rpmstring.h | Panu Matilainen | 1 | -18/+2 |
2008-04-07 | Eliminate several copy-paste hex converters, use pgpHexStr() instead | Panu Matilainen | 1 | -1/+1 |
2008-04-03 | We don't support url's in db paths, rip. | Panu Matilainen | 1 | -17/+2 |
2008-04-03 | Replace silly static rpmioFileExists() in rpmdb.c with plain old access() | Panu Matilainen | 1 | -41/+5 |
2008-04-03 | Remove ancient db1->db3 conversion cruft | Panu Matilainen | 1 | -9/+0 |
2008-03-24 | Remove bogus consts from rpmdb and dbi structs | Panu Matilainen | 1 | -5/+5 |
2008-03-18 | Minimal namespacing for locale-insensitive x*() string functions | Panu Matilainen | 1 | -2/+2 |
2008-03-17 | Remove support for automatic rollback on failure | Panu Matilainen | 1 | -14/+0 |
2008-03-12 | Refcount dbiTags on db open+close, automatically free | Panu Matilainen | 1 | -40/+58 |
2008-03-07 | Log message adjustments | Panu Matilainen | 1 | -15/+15 |
2008-03-06 | Make the rpmdb vectors readonly | Panu Matilainen | 1 | -2/+2 |
2008-02-25 | Eliminate rpmdb refcount debug junk from the API | Panu Matilainen | 1 | -8/+8 |
2008-02-14 | Fix a bunch of string format mismatches found by gcc's variadic checks | Panu Matilainen | 1 | -10/+10 |
2008-02-05 | Mass convert (back) to rpmTag as it's usable everywhere now | Panu Matilainen | 1 | -17/+17 |
2008-02-05 | Use rpmTagType always now that it's available everywhere | Panu Matilainen | 1 | -6/+6 |
2008-02-05 | Couple of missed type abstractions | Panu Matilainen | 1 | -1/+1 |
2008-02-05 | Yet another typedef for transaction ID, use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-01-30 | Include spring-cleaning | Panu Matilainen | 1 | -2/+2 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 1 | -0/+1 |
2007-12-19 | Add rpm_data_t (and _constdata_t) for header data, use everywhere | Panu Matilainen | 1 | -12/+12 |
2007-12-18 | Avoid exiting too early due to nested rpmdbCheckSignals() | Panu Matilainen | 1 | -1/+1 |
2007-12-18 | Remove bogus const from rpmdb match iterator contents | Panu Matilainen | 1 | -4/+4 |
2007-12-18 | Use constfree for rpmdb_s contents for now | Panu Matilainen | 1 | -5/+5 |
2007-12-16 | Stupid reversed-logic thinko.. | Panu Matilainen | 1 | -1/+1 |
2007-12-16 | Remove const from bunch of error message return types | Panu Matilainen | 1 | -9/+9 |
2007-12-15 | Remove bogus const from rpmGetPath() temporary targets | Panu Matilainen | 1 | -5/+5 |
2007-12-14 | Another bunch of bogus const removals | Panu Matilainen | 1 | -2/+2 |
2007-12-13 | Use rpm_tagtype_t everywhere for rpm (header) tagtype type | Panu Matilainen | 1 | -6/+6 |