Age | Commit message (Expand) | Author | Files | Lines |
2009-10-28 | Dont bother calculating hardlink counts when the value is not used | Panu Matilainen | 1 | -1/+1 |
2009-09-22 | Remove no longer necessary RPMDBI_PACKAGES special casing | Panu Matilainen | 1 | -4/+0 |
2009-09-22 | Unbreak --tid and --querybynumber | Panu Matilainen | 1 | -34/+10 |
2009-09-15 | Take non-gi errors into account too (SuseBug:527191) | Panu Matilainen | 1 | -1/+1 |
2009-09-07 | Eliminate bunch of unused variables | Panu Matilainen | 1 | -2/+1 |
2009-09-02 | Use %{nvra} as default query format, much simpler... | Panu Matilainen | 1 | -1/+1 |
2009-07-23 | Kill off lclint remnants everywhere | Panu Matilainen | 1 | -1/+0 |
2009-04-23 | Cleanup: Move similar patterns in rpmcliArgIter to rpmcliArgIterHelper. | Rakesh Pandit | 1 | -51/+27 |
2009-03-13 | - Cleanup: removing unnecessary repeated code. | Rakesh Pandit | 1 | -9/+0 |
2008-12-15 | Check for termination signals during query loops | Panu Matilainen | 1 | -0/+2 |
2008-11-18 | Limit the data rpmfi loads in query | Panu Matilainen | 1 | -1/+5 |
2008-11-03 | Ensure PATH_MAX is defined (ticket #3) Adam Tkac | Panu Matilainen | 1 | -4/+0 |
2008-10-30 | Convert in-tree users of rpmfiNew() to use flag names | Panu Matilainen | 1 | -2/+1 |
2008-10-06 | Malformed query query items (pkid's and such) are errors | Panu Matilainen | 1 | -4/+4 |
2008-09-18 | Remove pointless non-NULL check | Panu Matilainen | 1 | -1/+0 |
2008-09-18 | Save some screen estate by initializing on declaration.. | Panu Matilainen | 1 | -23/+11 |
2008-07-04 | rpmfiFNlink() returns unsigned int | Panu Matilainen | 1 | -1/+1 |
2008-06-16 | Use PRIu64 for file size formatter in queries | Panu Matilainen | 1 | -4/+5 |
2008-06-12 | Make rpmfiFSize() return rpm_loff_t type, fixup callers | Panu Matilainen | 1 | -1/+1 |
2008-06-11 | Use rpm_loff_t in printFileInfo() | Jindrich Novy | 1 | -5/+5 |
2008-06-02 | Change rpmTagGetNames() interface to more like that of headerGet() | Panu Matilainen | 1 | -1/+2 |
2008-06-02 | Permit non-md5 digests on --fileid queries | Panu Matilainen | 1 | -6/+10 |
2008-06-02 | Use RPMTAG_FILEDIGESTS instead of MD5S internally | Panu Matilainen | 1 | -1/+1 |
2008-06-02 | rpmfiFDigestHex() instead of manual hex conversion | Panu Matilainen | 1 | -5/+2 |
2008-06-02 | On a second thought, rename rpmfiDigest() to rpmfiFDigest() for consistency | Panu Matilainen | 1 | -1/+1 |
2008-06-02 | Convert showQueryPackage() to use rpmfiDigest() | Panu Matilainen | 1 | -4/+7 |
2008-05-22 | Oops, rpmTagGetValue() expects tagname without RPMTAG_ prefix | Panu Matilainen | 1 | -1/+1 |
2008-05-21 | Dom't muck with rpmTagTable internals in rpmDisplayQueryTags() | Panu Matilainen | 1 | -16/+17 |
2008-05-14 | Simplify rpmDisplayQueryTags() | Panu Matilainen | 1 | -14/+0 |
2008-05-12 | Simplify header extension handling | Panu Matilainen | 1 | -4/+0 |
2008-05-12 | Convert internal uses of headerSprintf() to headerFormat() | Panu Matilainen | 1 | -1/+1 |
2008-04-25 | Avoid alloca() on links in printFileInfo() | Panu Matilainen | 1 | -6/+6 |
2008-04-17 | Use rstrlcpy() for printFileInfo() username + group fields | Panu Matilainen | 1 | -5/+2 |
2008-04-16 | Kill queryHeader(), it is not used and buggy | Jindrich Novy | 1 | -15/+6 |
2008-04-16 | Kill useless initialization to "(unkown error)" | Jindrich Novy | 1 | -1/+1 |
2008-04-16 | Plug a memleak from pgpHexStr() in showQueryPackage() | Panu Matilainen | 1 | -4/+4 |
2008-04-16 | Don't try to print buf if it's empty | Jindrich Novy | 1 | -2/+4 |
2008-04-16 | Remove insecure hacks in query.c | Jindrich Novy | 1 | -77/+30 |
2008-04-16 | Remove useless statements from showQueryPackage() | Jindrich Novy | 1 | -4/+1 |
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 | -12/+3 |
2008-04-07 | ARGV_t const pendantry | Panu Matilainen | 1 | -2/+2 |
2008-04-04 | Rename currentDirectory() to rpmGetCwd() and move to librpmio | Panu Matilainen | 1 | -2/+1 |
2008-03-07 | Log message adjustments | Panu Matilainen | 1 | -1/+1 |
2008-03-07 | Another pile of read-only constants marked as such.. | Panu Matilainen | 1 | -2/+2 |
2008-02-14 | Fix a bunch of string format mismatches found by gcc's variadic checks | Panu Matilainen | 1 | -2/+2 |
2008-02-05 | Add rpm_mode_t type, use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-04 | Add rpm_time_t type for time types (in headers), use where spotted | Panu Matilainen | 1 | -1/+1 |
2008-02-04 | Add rpm_off_t type for file size types, use where spotted | Panu Matilainen | 1 | -2/+2 |
2008-02-03 | Make rpmtag.h standalone, include from rpmtypes.h | Panu Matilainen | 1 | -1/+1 |