summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 4.10.0 finalrpm-4.10.0-releaserpm-4.10.0Panu Matilainen2012-05-2235-511/+511
* Add support for 7zip compressed tarballsChristophe Fergeau2012-05-226-1/+15
* Fix off-by-ones in mbAppend() and mbAppendStr()Panu Matilainen2012-05-221-2/+2
* Simplify mono file magic regexPanu Matilainen2012-05-221-1/+1
* Relax python file magic regex somewhatPanu Matilainen2012-05-221-1/+1
* Tweak font magic regex a bit (yet again)Panu Matilainen2012-05-221-1/+1
* Small patch to reverse hardlink orderingMichael Schroeder2012-05-041-3/+3
* Fall back to private db environment on system level EINVALPanu Matilainen2012-05-041-2/+3
* Eliminate unused selinux file context path macrosPanu Matilainen2012-05-041-37/+0
* Fix quoting in brp-python-hardlink (patch from Jon Nelson)Panu Matilainen2012-04-231-2/+2
* Preparing for 4.10.0-beta1rpm-4.10.0-beta1Panu Matilainen2012-04-2335-2075/+2520
* Add a few basic test-cases for tilde in version comparisonPanu Matilainen2012-04-231-0/+10
* Add support for dpkg-style sorting of tilde in version/releaseMichael Schroeder2012-04-235-5/+57
* Add further version comparison test-casesPanu Matilainen2012-04-231-6/+87
* rpmdsMatchesDep() isn't correct on obsoletesPanu Matilainen2012-04-201-1/+8
* Always return NULL from fdFree()Panu Matilainen2012-04-201-1/+1
* - Add support for ppc64p7 architecture using new auxv parsing infoPhil Knirsch2012-04-202-0/+13
* - Add general /proc/self/auxv parsing to rpmrc for better machine detectionPhil Knirsch2012-04-201-0/+56
* Use a bit more complicated test for the install/remove file verificationPanu Matilainen2012-04-201-21/+16
* Axe unused leftover variablePanu Matilainen2012-04-161-1/+0
* Document --obsoletes in manual (RhBug:809402)Panu Matilainen2012-04-161-1/+4
* Add test-cases for identical basenames within packagePanu Matilainen2012-04-163-0/+60
* Raise file conflicts on differing device node numbersPanu Matilainen2012-04-161-0/+3
* Raise file conflicts on differing permissions (user, group, mode)Panu Matilainen2012-04-161-3/+10
* Check for file conflicts within package (RhBug:808750)Panu Matilainen2012-04-161-1/+6
* Check for file conflicts within package (RhBug:808750)Panu Matilainen2012-04-161-1/+1
* Change file disposition code to access rpmfi's by indexPanu Matilainen2012-04-162-46/+36
* Change rpmfi replaced size functions to take indexPanu Matilainen2012-04-163-10/+10
* Add rpmfiFooIndex() variants for the conflict handling methodsPanu Matilainen2012-04-162-24/+53
* Further tweak the config file removal/backup logic to make it clearerPanu Matilainen2012-04-161-6/+5
* Avoid unnecessary calls to rpmfiFN()Panu Matilainen2012-04-161-2/+2
* Make config file modification detection a bit more readablePanu Matilainen2012-04-161-2/+3
* Make rpmfiFNIndex() safe for callers on different indexesPanu Matilainen2012-04-162-23/+17
* Oops, automake isn't happy with comment here...Panu Matilainen2012-04-161-1/+0
* Arrange unified /bin <-> $(bindir) in test-suite rootPanu Matilainen2012-04-051-0/+3
* Fix test-suite root population wrt "optional" directoriesPanu Matilainen2012-04-051-1/+1
* Handle obsolete matches (more) correctly in rpmalPanu Matilainen2012-04-051-1/+8
* Remove unused scareFlags member from rpmfi structPanu Matilainen2012-04-052-2/+0
* Fix gpg-pubkey typos in Japanese manual (RhBug:760552)Panu Matilainen2012-04-051-3/+3
* Validate negated offsets too in headerVerifyInfo()Panu Matilainen2012-04-033-3/+3
* Differentiate between non-existent and invalid region tagPanu Matilainen2012-04-032-11/+24
* Specifically validate region tag on header importPanu Matilainen2012-04-031-3/+5
* Axe leftover CANONARCH assignment messing up our "base" archs (RhBug:808250)Panu Matilainen2012-03-301-2/+0
* Accept files as command line arguments again in rpmdeps (RhBug:807767)Panu Matilainen2012-03-291-5/+13
* Dont bother building internal versions of db utilities we dont needPanu Matilainen2012-03-261-39/+0
* Eliminate broken data end calculation in dataLength()Panu Matilainen2012-03-231-7/+17
* Oops, "magic eight" is necessary here afterallPanu Matilainen2012-03-231-2/+2
* Add test case for scriptlet behaviorPanu Matilainen2012-03-235-0/+86
* Transaction element file info can be legally NULL in some casesPanu Matilainen2012-03-211-3/+4
* Don't free up file info sets on transaction test-runs, take IIPanu Matilainen2012-03-211-1/+2