summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rpmdsMerge() expects ds->N and ds->EVR as argv-style arrays (ticket #22)Panu Matilainen2009-01-201-26/+6
* Preparing from rpm 4.6.0-rc4Panu Matilainen2009-01-1927-730/+730
* Update / clarify documentation on building API/hacking docsPanu Matilainen2009-01-191-2/+4
* Don't segfault on "" rcfiles argument (spotted by Pixel)Panu Matilainen2009-01-191-1/+1
* Use temporary table for Depends DB in sqlite too (Olivier Thauvin)Panu Matilainen2009-01-191-2/+4
* Fix segfault if ts rootdir is NULL (Pixel)Panu Matilainen2009-01-191-1/+1
* Fix memleak from i18n strings if retrieved with HEADERGET_ALLOCPanu Matilainen2009-01-191-0/+1
* Make it possible to disable %pre- and %posttrans scriptlets (rhbz#475582)Panu Matilainen2009-01-191-3/+3
* Don't try to create "" directoriesPanu Matilainen2009-01-191-1/+1
* javadeps format string fix from PixelPanu Matilainen2009-01-191-1/+1
* Fix buffer overflow on oversized filelist entries (susebz#397006)Panu Matilainen2009-01-191-1/+1
* Actually check for dbenv->failchk() exit codePanu Matilainen2009-01-141-0/+3
* Update docs wrt gpg path macro (rhbz#476201)Panu Matilainen2009-01-081-2/+2
* Don't bother translators with messages from unused utilities (rhbz#466834)Panu Matilainen2009-01-084-22/+22
* Delay NSS initialization until actually usedPanu Matilainen2009-01-084-7/+8
* Only touch _crypto_initialized if we actually change itPanu Matilainen2009-01-081-5/+6
* Include isaname support for arm (Kedar Sovani)Panu Matilainen2009-01-081-0/+4
* Don't segfault in pgpPubkeyFingerprint() if rpmDigest* failsPanu Matilainen2009-01-081-3/+5
* Updated Polish translation (Piotr Drąg)Panu Matilainen2009-01-081-34/+35
* Check chroot() result in psm too (Pixel)Panu Matilainen2008-12-181-1/+5
* Permit --noscripts on verify (to disable %verifyscript execution)Panu Matilainen2008-12-181-2/+2
* Check for termination signals during query loopsPanu Matilainen2008-12-181-0/+2
* Preparing for rpm 4.6.0-rc3rpm-4.6.0-rc3Panu Matilainen2008-12-0927-529/+547
* Return nothing at all on empty array queryformatsPanu Matilainen2008-12-091-6/+1
* Oops, missing wrappers for C++ in headers (ticket #12)Panu Matilainen2008-12-092-0/+14
* Work around broken packages which dont have RPMTAG_SOURCERPMPanu Matilainen2008-12-081-0/+10
* Add function to retrieve type from rpmleadPanu Matilainen2008-12-082-0/+12
* Fix segfault on packages without separate scriptlet program tags (rhbz#475214)Panu Matilainen2008-12-081-1/+1
* Fix pkg-config provide generation on interdependent .pc's (rhbz#473814)Panu Matilainen2008-12-051-0/+2
* Avoid "template" which is a reserved word in C++Panu Matilainen2008-12-052-4/+4
* Tighten up setting and checking of buildroot (ticket #10)Panu Matilainen2008-12-052-9/+21
* Pay more attention to tag extension return codesPanu Matilainen2008-12-041-10/+18
* Fix triggerconds return when no data is there (rhbz#474550)Panu Matilainen2008-12-041-2/+2
* Avoid rpmtd abuse to report "(none)" when no data is foundPanu Matilainen2008-12-041-12/+7
* Fix python header retrieval return type for non-existent tags (rhbz#473239)Panu Matilainen2008-12-041-16/+10
* Include rpmfileutil.h from rpmmacro.h so thatJindrich Novy2008-12-041-0/+1
* Preparing for 4.6.0-rc2rpm-4.6.0-rc2Panu Matilainen2008-11-2927-4762/+4894
* Read default popt aliases again (rhbz#473167)Panu Matilainen2008-11-292-4/+0
* Unify dbiIndexSet allocations, allocate in power-of-two sizesPanu Matilainen2008-11-292-10/+24
* Use proper type (unsigned) for index set offset/countPanu Matilainen2008-11-292-12/+12
* Fix build tree creation with relative paths for %_topdir and friendsPanu Matilainen2008-11-292-4/+9
* Permit relative paths in rpmioMkpath() and rpmMkdirs()Panu Matilainen2008-11-291-2/+2
* Restore SIGPIPE to default action for scriptlets (rhbz#471591)Panu Matilainen2008-11-291-0/+1
* Updated Brazilian Portugese translation from Igor Pires SoaresPanu Matilainen2008-11-291-446/+313
* Add AC_CONFIG_MACRO_DIR for the new libtoolJindrich Novy2008-11-291-0/+1
* Calculate total file size correctly in build (mdvbz#45820, rhbz#247374)Panu Matilainen2008-11-291-12/+9
* Make depflagsFormat() accept any numeric typePanu Matilainen2008-11-291-5/+3
* Simplify xmlFormat() by taking advantage of rpmtdClass()Panu Matilainen2008-11-291-10/+4
* Make fflagsFormat() accept any numeric typePanu Matilainen2008-11-291-3/+2
* Make permsFormat() work with any numeric typePanu Matilainen2008-11-291-2/+2