summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 4.9.0rpm-4.9.0-releaserpm-4.9.0Panu Matilainen2011-03-0227-781/+781
* Fix uninitialized variable in fsmTero Aho2011-03-021-1/+1
* Silence error callback during from BDB during environment openPanu Matilainen2011-03-021-1/+3
* Mention %bcond_with* in conditional build doc.Ville Skyttä2011-03-011-0/+2
* Man page syntax fixes.Ville Skyttä2011-03-014-6/+3
* Documentation spelling fixes.Ville Skyttä2011-03-013-3/+3
* Fix db cursor double-open, causing yum to hang on reinstall (RhBug:678644)Panu Matilainen2011-02-281-1/+0
* Fix braindamage in the depgen helper collector loop (RhBug:675002)Panu Matilainen2011-02-281-10/+13
* Allow both string + unicode in python addInstall() / addErase()Panu Matilainen2011-02-281-2/+2
* Preparing for 4.9.0-rc1rpm-4.9.0-rc1Panu Matilainen2011-02-1527-2783/+3044
* Allow installation of self-conflicting packages (ticket #806, RhBug:651951)Panu Matilainen2011-02-151-3/+18
* Fix corner-case behavior on dependency matching when release not presentMichael Schroeder2011-02-152-12/+24
* Allow uncompressed payload in packagesMichael Schroeder2011-02-151-2/+5
* Import the C-level ts python object as TransactionSetCorePanu Matilainen2011-02-151-8/+8
* Avoid emitting empty perl() module deps.Ville Skyttä2011-02-121-1/+1
* Callback argument mismatch from previous commit, mehPanu Matilainen2011-02-071-1/+1
* Add + use a db error callback functionPanu Matilainen2011-02-071-1/+6
* Fix segfault when building more than one rpm (RhBug:675565)Panu Matilainen2011-02-071-1/+1
* Adjust OCaml detection rule for libmagic 5.04 -> 5.05 string changePanu Matilainen2011-02-061-1/+1
* Mark the identical signature warning as translatablePanu Matilainen2011-02-061-2/+2
* Argh, yet more mono dependency generation braindamagePanu Matilainen2011-01-311-2/+2
* Eww, mono rules both buggy AND missing from tarballs, doh.Panu Matilainen2011-01-312-2/+2
* Comment spelling fix.Ville Skyttä2011-01-311-1/+1
* Add an error message + comments on open(".") behavior (RhBug:672576)Panu Matilainen2011-01-283-1/+8
* Teach rpm about post-transaction dependenciesPanu Matilainen2011-01-255-4/+9
* Don't try to remove existing environment when using private environmentPanu Matilainen2011-01-211-1/+3
* Plug potential division by zero in the rpmdb size calculation (RhBug:671056)Panu Matilainen2011-01-211-1/+2
* Fix rpmdb index match iteration termination with NULL keyp (#671149)Panu Matilainen2011-01-211-2/+1
* Avoid automatic index generation on db rebuildPanu Matilainen2011-01-211-1/+2
* Fix python documentation wrt dbIndex()Panu Matilainen2011-01-211-3/+3
* Restore default SIGPIPE handling for build scriptlets (RhBug:651463)Panu Matilainen2011-01-211-1/+2
* Permit queries from rpmdb on read-only media (RhBug:671200)Panu Matilainen2011-01-211-1/+1
* Preparing for 4.9.0-beta1rpm-4.9.0-beta1Panu Matilainen2011-01-1327-261/+261
* Add switch to allow printing only soname dependencies to elfdeps helperPanu Matilainen2011-01-131-3/+5
* Fix rpmsign --key-id popt alias typoPanu Matilainen2011-01-111-1/+1
* Honor --root in rpmkeys tooPanu Matilainen2011-01-071-0/+2
* Hide --verifydb switch againPanu Matilainen2011-01-051-2/+2
* Tweak up BDB flags to avoid breakage from --verifydbPanu Matilainen2011-01-051-0/+5
* A largish man-page updatePanu Matilainen2011-01-059-597/+30
* Bump up default BDB cache- and allowed mmap size considerablyPanu Matilainen2011-01-032-2/+2
* Require %files section for package generation againPanu Matilainen2010-12-236-1/+16
* Only sepolicy-plugin needs linking to libsemanagePanu Matilainen2010-12-222-2/+5
* Make rpmplugins.h private for nowPanu Matilainen2010-12-225-8/+3
* Update translations to kick out removed messages etcPanu Matilainen2010-12-2126-6744/+6265
* Move rpmtsSELabelFoo() functions to an internal-only headerPanu Matilainen2010-12-214-21/+23
* Free up a bunch of bits from rpmtransFlags_ePanu Matilainen2010-12-211-15/+18
* Mark two more unused rpmts flags as suchPanu Matilainen2010-12-211-2/+2
* Rip the remains of --aid and --nosuggest, except for the callbackPanu Matilainen2010-12-214-15/+3
* Rip the stillborn, broken apply/commit transaction gooPanu Matilainen2010-12-215-51/+10
* Yet another pile of depmatch tests + added commentaryPanu Matilainen2010-12-211-0/+94