Age | Commit message (Expand) | Author | Files | Lines |
2008-05-12 | Fixup paths and Makefiles for rpmdb/ elimination | Panu Matilainen | 1 | -157/+0 |
2008-05-12 | Start (re-)joining librpmdb and librpm | Panu Matilainen | 20 | -13104/+0 |
2008-05-12 | Rip old, bit-rotten librpmdb test programs | Panu Matilainen | 3 | -367/+0 |
2008-05-08 | Eliminate static print buffer from prDbiOpenFlags() | Panu Matilainen | 3 | -17/+24 |
2008-05-08 | Avoid entirely unnecessary static temp string buffer | Panu Matilainen | 1 | -4/+3 |
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-30 | Kill the remaining alloca in fp doLookup() | Panu Matilainen | 1 | -5/+8 |
2008-04-30 | One alloca() down in fp doLookup() | Panu Matilainen | 1 | -4/+5 |
2008-04-29 | Use rpmGetPath() to construct full dbpath in db3open() | Panu Matilainen | 1 | -12/+5 |
2008-04-29 | Avoid alloca() in headerLoad() | Panu Matilainen | 1 | -1/+3 |
2008-04-29 | Avoid alloca() in findTag() | Panu Matilainen | 1 | -8/+7 |
2008-04-29 | Avoid alloca() in shescapeFormat() | Panu Matilainen | 1 | -4/+4 |
2008-04-29 | Avoid alloca() in headerAddI18NString() | Panu Matilainen | 1 | -3/+5 |
2008-04-29 | This code has been commented out since -99, time to let go... | Panu Matilainen | 1 | -36/+0 |
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 hsa struct | Panu Matilainen | 1 | -31/+32 |
2008-04-28 | Remove bogus/misleading return value of hsaInit() and hsaFini() | Panu Matilainen | 1 | -8/+4 |
2008-04-28 | Remove useless hsa != NULL checks | Panu Matilainen | 1 | -10/+6 |
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-24 | Might as well compare against tag shortname now that we have it | Panu Matilainen | 1 | -2/+2 |
2008-04-24 | Remove meaningless extern on function declarations in headers | Panu Matilainen | 1 | -1/+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-16 | Make headerNVR() just a special case of headerNEVRA() | Panu Matilainen | 1 | -11/+7 |
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-09 | Make headerGetNEVRA() return "src" as the arch of source packages | Panu Matilainen | 1 | -2/+4 |
2008-04-09 | Initialize pointers, lowercase local variable | Panu Matilainen | 1 | -4/+4 |
2008-04-09 | Rewrite headerGetN*() for simplicity | Panu Matilainen | 1 | -26/+21 |
2008-04-09 | Add headerGetEVR() convenience function | Panu Matilainen | 2 | -0/+26 |
2008-04-09 | Make headerNEVRA() actually return epoch too | Panu Matilainen | 2 | -2/+7 |
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 | 4 | -27/+3 |
2008-04-06 | Eliminate the uuuuugly and unsafe static tagname buffer | Panu Matilainen | 3 | -22/+25 |
2008-04-06 | Move the tagtbl.c generator monster awk out of Makefile.am | Panu Matilainen | 2 | -14/+80 |
2008-04-04 | getcwd(NULL,0) has undefined behavior, use rpmGetCwd() instead | Panu Matilainen | 1 | -2/+6 |