platform/upstream/rpm.git
2008-09-25 Jindrich NovyUse safer xrealloc() instead of realloc()
2008-09-25 Jindrich NovyAvoid segfault in rpmLeadNew() if calloc() fails
2008-09-25 Jindrich NovyUse safer xstrdup() instead of strdup() wherever possible
2008-09-25 Panu MatilainenFix up fuzz in Finnish translation
2008-09-25 Panu MatilainenExtra ')' in error message
2008-09-25 Panu MatilainenDon't go onto wild zombie rampage if python callback...
2008-09-24 Jindrich NovyUpdate Brasilian Portuguese translation (rhbz#463748)
2008-09-24 Jindrich NovyDon't treat %patch numberless if -P parameter is present
2008-09-22 Panu MatilainenKick out useless and ancient junk genCpioListAndHeader()
2008-09-22 Jindrich NovyFix error messages in processScriptFiles()
2008-09-18 Jindrich NovyDrop rpmfcFileDep() to simplify things
2008-09-18 Jindrich NovyMove type regression test back to asserts
2008-09-18 Jindrich NovyUse proper codes for logging via rpmlog().
2008-09-18 Panu MatilainenForce error return if headerLoad() fails
2008-09-18 Panu MatilainenDocument manifest behavior for install options too...
2008-09-18 Panu MatilainenKick out references to "Red Hat Linux" out of the manpa...
2008-09-18 Panu MatilainenUpdate man-page wrt supported query formatter types
2008-09-18 Panu MatilainenDon't segfault on unknown format specifiers
2008-09-18 Panu MatilainenAdd error message on query of unsupported files (rhbz...
2008-09-18 Panu MatilainenRemove pointless non-NULL check
2008-09-18 Panu MatilainenSave some screen estate by initializing on declaration..
2008-09-18 Panu MatilainenMore informative output on ambiguous erase (rhbz#164743)
2008-09-18 Panu MatilainenFix rpmErase() exit code when arch is specified (rhbz...
2008-09-16 Panu MatilainenKick out double definitions of --(no)dirtokens options
2008-09-16 Panu MatilainenResurrect --nodirtokens build option
2008-09-15 Jindrich NovyAvoid asserts and output error instead (rhbz#448939...
2008-09-15 Jindrich NovyUse proper return codes in rpmfc.c
2008-09-15 Jindrich NovyUse proper return codes in files.c
2008-09-12 Panu MatilainenheaderAddEntry() is deprecated, use headerPutString...
2008-09-12 Panu MatilainenMake sure RPMTAG_GROUP is always present in packages
2008-09-12 Panu MatilainenFix indentation
2008-09-11 Panu MatilainenMacro argument handling regression regression (rhbz...
2008-09-10 Jindrich NovyDon't generate broken cpio in case of hardlink pointing...
2008-09-06 Jindrich NovyFail hard if patch isn't found (rhbz#461347)
2008-09-04 Jindrich NovyAdd Dutch translation to LINGUAS
2008-09-04 Jindrich NovyAdd initial Dutch translation (rhbz#461060)
2008-09-02 Panu MatilainenUpdated German translation from Fabian Affolter
2008-09-02 Panu Matilainen--repackage is gone, remove references from French...
2008-09-02 Panu MatilainenUpdated French translation from man-pages-fr
2008-09-02 Panu MatilainenFix --dump usage description in Japanese manpage transl...
2008-09-02 Panu MatilainenAvoid dumb casts
2008-09-01 Jindrich NovyCreate directory structure for rpmbuild prior to build...
2008-09-01 Jindrich NovyCreate _topdir if it doesn't exist when installing...
2008-08-26 Jindrich NovyFix type in format string to avoid segfault (rhbz#460146)
2008-08-26 Jindrich NovyAllow noarch subpackages
2008-08-19 Panu MatilainenImprove INSTALL documentation wrt NSRP/NSS requirements
2008-08-19 Panu MatilainenUse standard auto*foo checks for NSS
2008-08-14 Panu MatilainenFix segfault on zero-length %policy file
2008-08-14 Panu MatilainenFix segfault on zero-length rpmrc
2008-08-14 Jindrich NovyAccept numerical characters in macro expansion (related...
2008-08-14 Panu MatilainenDon't fail build on too large but excluded files
2008-08-13 Panu MatilainenUnbreak payload size tag generation on ppc (rhbz#458817)
2008-08-11 Panu MatilainenMacroize configure command/path in %configure (rhbz...
2008-08-08 Panu MatilainenAdd parenthesis to make gcc happy
2008-08-08 Panu MatilainenMissing include
2008-08-08 Panu MatilainenRemember to free up resources from matchpathcon_init()
2008-08-08 Panu MatilainenFix check for nocontext flag
2008-08-08 Panu MatilainenPlug memleak from %pretrans
2008-08-08 Panu MatilainenAdd key to transaction keyring on rpmtsImportPubkey...
2008-08-08 Panu MatilainenUse rpmPubkey + methods for pubkey header generation
2008-08-08 Panu MatilainenAdd couple of new rpmPubkey() methods
2008-08-08 Panu MatilainenSplit gpg-pubkey header generation out of rpmtsImportPu...
2008-08-07 Panu MatilainenPermit i18nstring in headerPutString()
2008-08-07 Jindrich NovyDon't allow multiple definition of PatchX or SourceX...
2008-08-06 Panu MatilainenClarify %buildroot in macros
2008-08-06 Panu MatilainenSimplify spec buildroot hysteria
2008-08-06 Panu MatilainenAdd %sparc macro for supported Sparc architectures...
2008-08-05 Panu MatilainenIncrement exit code on file not found errors too (...
2008-08-04 Panu MatilainenBunch of keyring / pubkey refcounting fixes
2008-07-26 Panu MatilainenUpdated Italian translation from Francesco Tombolini...
2008-07-26 Panu MatilainenRevert "plug memory leak in spec parsing code"
2008-07-26 Panu MatilainenFix typo in buildroot dir definition (rhbz#456708)
2008-07-25 Florian Festiplug memory leak in spec parsing code
2008-07-25 Florian Festifix parsing of empty doublequoted strings in spec file...
2008-07-24 Panu MatilainenDumb thinko breaking tar builds from relative paths...
2008-07-19 Panu MatilainenFix regression in %patch handling (rhbz#455872)
2008-07-17 Panu MatilainenAdd (and use) refcounting for rpmKeyring and rpmPubkey
2008-07-17 Florian FestiAdded .gitignore file to get sane git status reports
2008-07-16 Panu MatilainenMake sure there's room for \0 (packages with no files)
2008-07-16 Panu MatilainenMake rpmExpand() smarter wrt memory allocations
2008-07-16 Panu MatilainenEliminate another unnecessary temp variable
2008-07-16 Panu MatilainenEliminate unnecessary variable
2008-07-16 Panu MatilainenMacro argument handling regression (rhbz#455333)
2008-07-14 Panu MatilainenAdjust querytags expected results for autotests
2008-07-14 Panu MatilainenDon't put unimplemented tags into tagtable
2008-07-14 Panu MatilainenMark unimplemented tags as such in tag table
2008-07-14 Panu MatilainenFix mono dependency extraction
2008-07-12 Panu MatilainenNSS uses unsigned int, not size_t for hash lengths
2008-07-11 Panu MatilainenUpdated Polish translation (Piotr Drąg)
2008-07-11 Ville SkyttäDecompressor clarifications.
2008-07-09 Panu MatilainenInclude rpmlib.h from rpmcli.h, legacy stuff expects...
2008-07-09 Panu MatilainenCheck for _RPM_4_4_COMPAT in rpmlib.h too
2008-07-08 Panu MatilainenInclude legacy compat from rpmlib.h to cover maximum...
2008-07-08 Panu MatilainenAdd compat definitions for renamed string functions too
2008-07-08 Panu MatilainenMissing cplusplus-wrappers in rpmtd
2008-07-08 Panu MatilainenBunch of dumb macros to make up for renamed functions
2008-07-08 Panu MatilainenAdd deprecation markers for hge etc vector prototypes
2008-07-08 Panu MatilainenAdd deprecation warnings to all legacy types
2008-07-08 Panu MatilainenCompat typedef for Spec -> rpmSpec rename
2008-07-08 Panu MatilainenAdd mappings from hTAG_t and friends to legacy interfaces
next