summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for rpm-4.7.0 finalrpm-4.7.0-releaserpm-4.7.0Panu Matilainen2009-04-1627-755/+755
* Pad RSA signatures up to modulus size if necessary (rhbz#494049)Panu Matilainen2009-04-161-4/+23
* Check for termination signals during signing / signature checking loopPanu Matilainen2009-04-161-0/+1
* Error out at build on unsupported payload compressors (rhbz#495429)Panu Matilainen2009-04-141-0/+4
* Updated Polish translation (Piotr Drąg)Panu Matilainen2009-04-091-25/+14
* Preparing for rpm-4.7.0-rc1rpm-4.7.0-rc1Panu Matilainen2009-04-0927-7044/+7636
* Updated Spanish translation (Oscar Bacho)Panu Matilainen2009-04-091-1075/+621
* Updated Serbian translations (Milos Komarcevic)Panu Matilainen2009-04-092-312/+276
* Updated Catalan translation (Xavier Conde)Panu Matilainen2009-04-091-478/+496
* Make it clearer that PACKAGE_FILE logic applies to all -F, -U, and -i.Ville Skyttä2009-04-091-19/+15
* Remove obsolete info about --buildarch and --buildos.Ville Skyttä2009-04-091-6/+0
* Fix PGP v4 fingerprint calculation (rhbz#493777)Panu Matilainen2009-04-091-1/+7
* Don't allow '~', '/' characters and ".." sequence in NVR (rhbz#493157)Jindrich Novy2009-04-091-1/+12
* Fixup Polish translation HEAD vs 4.7.x differencePanu Matilainen2009-04-031-3/+3
* Make sure installed files have state (rhbz#492947)Panu Matilainen2009-04-033-9/+7
* Use -mtune instead of -mcpu (rhbz#493696)Jindrich Novy2009-04-031-10/+10
* Prefer more specific types over generic "text" in classification (rhbz#491349)Panu Matilainen2009-04-031-1/+1
* Handle XZ in %uncompress macroPanu Matilainen2009-04-031-0/+3
* Rip the macro default settings in rpmrc setDefaults()Panu Matilainen2009-04-031-68/+0
* Add built-in %getconfdir macro for getting rpmConfigDir() valuePanu Matilainen2009-04-032-0/+7
* Plug minor memleak from default rc and macro file pathsPanu Matilainen2009-04-031-2/+6
* Plug minor memleak from rpmGetCwd() on buildPanu Matilainen2009-04-031-0/+1
* Eliminate pointless xstrdup()'s, the strings are never modifiedPanu Matilainen2009-04-031-4/+2
* process the "./" in file paths correctly (rhbz#491388)Jindrich Novy2009-04-031-4/+12
* Show query/verify selection options just once in --helpPanu Matilainen2009-04-032-9/+3
* Python doesn't need libelf, nss or popt directlyPanu Matilainen2009-04-031-6/+0
* librpmio doesn't need libmagic for anythingPanu Matilainen2009-04-031-1/+0
* Move leftover signature stuff from rpmlib.h to signature.hPanu Matilainen2009-04-032-22/+19
* Don't try to parse %patch on spec query (rhbz#487855)Panu Matilainen2009-04-031-5/+2
* Doxygen parameter name mismatchPanu Matilainen2009-04-031-1/+1
* Add support for "lzma alone" compression format (lzdio)Panu Matilainen2009-04-036-12/+79
* LZMA -> XZ renamingPanu Matilainen2009-04-0311-30/+38
* Free all keys not only those on the first bucketsFlorian Festi2009-04-031-2/+2
* Catch exceptions from python conversions in dbMatch()Panu Matilainen2009-04-031-0/+4
* Silence compiler whining on rpmsort and rpminjectPanu Matilainen2009-04-032-29/+24
* Plug a memleak in genCpioListAndHeader()Panu Matilainen2009-04-031-0/+1
* NSS supports MD2, we might as well handle it tooPanu Matilainen2009-04-031-3/+5
* Fix memleak on signature checking failurePanu Matilainen2009-04-031-3/+3
* Eliminate pointless {} block inflating indentation levelPanu Matilainen2009-04-031-189/+186
* Don't return data from headerGet() on regionSwab() failurePanu Matilainen2009-04-031-0/+4
* Port XZ payload compression to xz-4.999.8 APIJindrich Novy2009-04-032-10/+4
* Add test for _install_lang and statusPanu Matilainen2009-04-033-0/+54
* Revert couple of checksum -> digest renamesPanu Matilainen2009-04-033-3/+3
* Fix documentation and help for the md5 -> filedigest moveJindrich Novy2009-04-035-8/+10
* Add md5->filedigest aliases (rhbz#487597)Jindrich Novy2009-04-0319-88/+96
* Polish translation update (Piotr Drąg)Panu Matilainen2009-04-011-42/+38
* Unbreak %_install_langs handling (rhbz#489235)Panu Matilainen2009-03-091-1/+2
* Fix RPMTAG_FILESTATES in rpmdbPanu Matilainen2009-03-093-5/+7
* Initialize on declaration, cosmetics only...Panu Matilainen2009-03-081-5/+2
* Dont bother retrieving colors unless actually neededPanu Matilainen2009-03-081-10/+4