Age | Commit message (Expand) | Author | Files | Lines |
2012-11-18 | Add --undefine cli switch for undefining macros (related to RhBug:876308) | Panu Matilainen | 1 | -0/+10 |
2011-06-01 | Reset cli configured flag on rpmcliFini() (RhBug:709421) | Panu Matilainen | 1 | -0/+1 |
2011-05-29 | Eliminate dead NULL-assignments at scope-end in librpm, part VI | Panu Matilainen | 1 | -2/+2 |
2011-05-20 | -D is for --define, not --predefine (RhBug:706161) | Panu Matilainen | 1 | -1/+1 |
2011-03-23 | Don't use mtrace(3), muntrace(3) and don't check for mcheck.h | Jindrich Novy | 1 | -11/+0 |
2011-03-04 | Eliminate popt wtf'ery in rpmcliInit() | Panu Matilainen | 1 | -9/+2 |
2010-11-23 | Axe the rpmsq debug code which was never getting built anyway | Panu Matilainen | 1 | -4/+0 |
2010-11-15 | Make our popt exec path more useful, permit environment override | Panu Matilainen | 1 | -2/+5 |
2010-11-09 | Move --dbpath into common rpm popt options table | Panu Matilainen | 1 | -0/+8 |
2010-11-09 | Eliminate stillborn code | Panu Matilainen | 1 | -13/+0 |
2010-08-20 | Hack to get popt working when running from build tree | Panu Matilainen | 1 | -1/+5 |
2010-08-20 | Argh. Realize we already have equivalents of initCli() and finishCli() | Panu Matilainen | 1 | -1/+5 |
2010-04-21 | Lose the useless header refcounting debug junk | Panu Matilainen | 1 | -4/+0 |
2010-03-23 | Fix fallout from rpmgi.h moving to internal path | Panu Matilainen | 1 | -1/+0 |
2010-03-22 | Lose completely unused rpmte_debug junk | Panu Matilainen | 1 | -4/+0 |
2010-03-22 | Lose the useless rpmdb refcounting debug junk + switches | Panu Matilainen | 1 | -4/+0 |
2010-03-22 | Lose the useless rpmds refcounting debug junk + switches | Panu Matilainen | 1 | -4/+0 |
2010-03-22 | Lose the useless rpmps refcounting debug junk | Panu Matilainen | 1 | -4/+0 |
2010-03-22 | Lose the useless rpmfi refcounting etc debug messages + debug switches | Panu Matilainen | 1 | -4/+0 |
2010-03-22 | Lose the useless rpmts refcounting debug messages + debug switches | Panu Matilainen | 1 | -4/+0 |
2010-03-19 | Lose some unused leftover rpmgi goo | Panu Matilainen | 1 | -4/+0 |
2010-03-19 | Eliminate --wtfwalk .. err, --ftswalk and everything implementing it | Panu Matilainen | 1 | -22/+0 |
2010-03-18 | Oops, more leftovers from rpmal debug goo | Panu Matilainen | 1 | -4/+0 |
2010-03-12 | Turn PSM into a complete blackbox | Panu Matilainen | 1 | -2/+0 |
2010-02-09 | Lose unused stillborn psm threading stuff (didn't I already do this?) | Panu Matilainen | 1 | -4/+0 |
2010-01-05 | Move <mcheck.h> include out of system.h to the couple of places that care | Panu Matilainen | 1 | -0/+4 |
2009-12-15 | Kill off stillborn fsm threading stuff | Panu Matilainen | 1 | -4/+0 |
2008-11-29 | Read default popt aliases again (rhbz#473167) | Panu Matilainen | 1 | -2/+0 |
2008-11-22 | Use rpmConfigDir() for finding our popt alias file | Panu Matilainen | 1 | -2/+7 |
2008-10-24 | Delete findFps foobar | Florian Festi | 1 | -4/+0 |
2008-07-04 | Remove unused _url_debug | Panu Matilainen | 1 | -2/+0 |
2008-03-31 | Dead code removal (popt switches) | Panu Matilainen | 1 | -4/+0 |
2008-03-18 | Minimal namespacing for locale-insensitive x*() string functions | Panu Matilainen | 1 | -1/+1 |
2008-02-26 | Remove hidden --nolibio cli switch, avoid exporting noLibio | Panu Matilainen | 1 | -13/+0 |
2008-01-30 | rpmlib.h mass eviction | Panu Matilainen | 1 | -0/+1 |
2008-01-30 | Remove fts flag API symbols from help messages | Panu Matilainen | 1 | -8/+8 |
2008-01-10 | And *really* skip the leading % in --define, double duh :) | Panu Matilainen | 1 | -3/+4 |
2008-01-10 | Fix thinko in macroname underscore conversion, duh | Panu Matilainen | 1 | -3/+3 |
2008-01-09 | Convert '-' to '_' within --define macro names (#124995) | Panu Matilainen | 1 | -3/+14 |
2007-12-14 | Another bunch of bogus const removals | Panu Matilainen | 1 | -1/+1 |
2007-12-08 | Switch to <rpm/foo.h> style for public headers | Panu Matilainen | 1 | -3/+3 |
2007-11-30 | Move logging related macros rpmlog, adjust includes | Panu Matilainen | 1 | -0/+1 |
2007-11-29 | Export FTS_* options through rpmgi.h as RPMGI_* | Panu Matilainen | 1 | -17/+17 |
2007-11-23 | Expand private include file names to be relative to $(top_srcdir) | Ralf Corsépius | 1 | -1/+1 |
2007-11-23 | Use #include <x.h> syntax to include public headers. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "rpmcli.h" instead of <rpmcli.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-28 | Include "fts.h" instead of <fts.h>. | Ralf Corsépius | 1 | -1/+1 |
2007-10-09 | Use RPMLOG_ levels instead of RPMMESS for verbosity setting | Panu Matilainen | 1 | -1/+1 |
2007-10-09 | Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE | Panu Matilainen | 1 | -1/+1 |
2007-09-17 | Apply poptReadDefaultConfig iff RPM_USES_POPTREADDEFAULTCONFIG is set. | Ralf Corsépius | 1 | -0/+2 |