platform/upstream/rpm.git
2011-03-24 Jindrich NovyClean up headerRead()
2011-03-23 Jindrich NovyRemove checks of unused things from configure.ac
2011-03-23 Jindrich NovyDon't use mtrace(3), muntrace(3) and don't check for...
2011-03-23 Jindrich NovyAvoid timedRead() usage
2011-03-23 Jindrich NovyRemove libio support to suppress timedRead()
2011-03-23 Panu MatilainenEliminate pointless isSource member from eiu struct...
2011-03-23 Panu MatilainenEliminate header from eiu struct, its just a local...
2011-03-23 Panu MatilainenReduce vsflags flip-flop
2011-03-23 Panu MatilainencheckFreshenStatus() only needs a header, not the entir...
2011-03-22 Panu MatilainenFix classification of ELF binaries with sticky bit...
2011-03-17 Panu MatilainenFix a small memleak in rpmsign tool
2011-03-17 Panu MatilainenPlug memory leaks on macro definition error cases
2011-03-17 Panu MatilainenFix couple of incorrect sizeof() uses
2011-03-17 Panu MatilainenMissing va_end() call
2011-03-16 Jindrich NovyAvoid freeing an unallocated variable (RhBug:688091)
2011-03-15 Jindrich NovyFix cpio_doio()
2011-03-14 Jindrich NovyClean up rpmfcClassify()
2011-03-11 Panu MatilainenUpdate librpm doxygen module list
2011-03-11 Panu MatilainenMark htonll() as "const" function
2011-03-10 Jindrich NovyClean up rpmfcApply() and rpmfcHelper()
2011-03-10 Florian FestiFix whitespace in Python doc string
2011-03-10 Panu MatilainenMove string hash function to librpmio and rename for...
2011-03-09 Panu MatilainenFix the PyBytes vs PyString compatibility defines
2011-03-09 Panu MatilainenPython 3 fixups
2011-03-09 Panu MatilainenPreliminary distutils support for the python bindings
2011-03-09 Panu MatilainenCut the remaining ties python bindings have to main...
2011-03-09 Panu MatilainenDon't bother with the callback die-die-die error transl...
2011-03-09 Panu MatilainenEliminate unnecessary _free() usages in python
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2011-03-09 Panu MatilainenVerify some properties of replaced and wrong-colored...
2011-03-09 Panu MatilainenTake file state into account for file dependencies
2011-03-09 Jindrich NovyClean up rpmfcExec()
2011-03-08 Panu MatilainenImprove the dependency loop debug message a bit
2011-03-08 Panu MatilainenPreferred color pkgs should be erased last
2011-03-07 Panu MatilainenClean up rpmgiGlobArgv() a bit
2011-03-04 Panu MatilainenMake peace with autoconf-2.68
2011-03-04 Panu MatilainenMerge branch 'master' of ssh://rpm.org/srv/projects...
2011-03-04 Panu MatilainenRemove unused return code variable
2011-03-04 Panu MatilainenDon't bother storing irrelevant return codes
2011-03-04 Panu MatilainenRemove unused variable in debugedit
2011-03-04 Panu MatilainenDon't bother checking for rasprintf() return codes...
2011-03-04 Panu MatilainenThrow an exception from Fseek() errors in python rpmfd...
2011-03-04 Jindrich NovyYet remove some unused variables to suppress warnings
2011-03-04 Panu MatilainenRemove unused return code variable
2011-03-04 Panu MatilainenRemove pointless return code from handleInstInstalledFi...
2011-03-04 Panu MatilainenRemove unused return code variable
2011-03-04 Panu MatilainenEliminate unused variable
2011-03-04 Panu MatilainenEliminate unused variables
2011-03-04 Panu MatilainenEliminate pointless xx unused error code variable in...
2011-03-04 Panu MatilainenReturn error codes from rpmdsRpmlib()
2011-03-04 Panu MatilainenMake rpmspecQuery() return match the description
2011-03-04 Panu MatilainenRemove unused xx error code variable
2011-03-04 Panu MatilainenRemove unused nowtm variable
2011-03-04 Panu MatilainenEliminate popt wtf'ery in rpmcliInit()
2011-03-04 Jindrich NovyActually propagare failure when addOrAppendListEntry...
2011-03-04 Jindrich NovyDefine variables in processBinaryPolicies() only if...
2011-03-04 Jindrich NovyAdd missing exit status check for waitpid() while execu...
2011-03-03 Panu MatilainenRemove leftover error case from the nineties
2011-03-03 Panu MatilainenEliminate unused-but-set warning from gcc on hashes...
2011-03-03 Panu MatilainenEliminate useless 'I dont care about the return code...
2011-03-03 Panu MatilainenEliminate unused variable + calculations in pgpPubkeyFi...
2011-03-02 Tero AhoFix uninitialized variable in fsm
2011-03-02 Panu MatilainenSilence error callback during from BDB during environme...
2011-03-01 Panu MatilainenTag reservation for MeeGo's security framework (from...
2011-03-01 Ville SkyttäMention %bcond_with* in conditional build doc.
2011-03-01 Ville SkyttäMan page syntax fixes.
2011-03-01 Ville SkyttäDocumentation spelling fixes.
2011-02-21 Panu MatilainenFix db cursor double-open, causing yum to hang on reins...
2011-02-21 Panu MatilainenFix braindamage in the depgen helper collector loop...
2011-02-20 Panu MatilainenAllow both string + unicode in python addInstall()...
2011-02-15 Panu MatilainenAllow installation of self-conflicting packages (ticket...
2011-02-15 Michael SchroederFix corner-case behavior on dependency matching when...
2011-02-15 Michael SchroederAllow uncompressed payload in packages
2011-02-15 Panu MatilainenImport the C-level ts python object as TransactionSetCore
2011-02-12 Ville SkyttäAvoid emitting empty perl() module deps.
2011-02-07 Panu MatilainenCallback argument mismatch from previous commit, meh
2011-02-07 Panu MatilainenAdd + use a db error callback function
2011-02-07 Panu MatilainenFix segfault when building more than one rpm (RhBug...
2011-02-06 Panu MatilainenAdjust OCaml detection rule for libmagic 5.04 -> 5...
2011-01-31 Panu MatilainenMark the identical signature warning as translatable
2011-01-31 Panu MatilainenArgh, yet more mono dependency generation braindamage
2011-01-31 Panu MatilainenEww, mono rules both buggy AND missing from tarballs...
2011-01-28 Ville SkyttäComment spelling fix.
2011-01-28 Panu MatilainenAdd an error message + comments on open(".") behavior...
2011-01-25 Panu MatilainenTeach rpm about post-transaction dependencies
2011-01-21 Panu MatilainenDon't try to remove existing environment when using...
2011-01-21 Panu MatilainenPlug potential division by zero in the rpmdb size calcu...
2011-01-21 Panu MatilainenFix rpmdb index match iteration termination with NULL...
2011-01-21 Panu MatilainenAvoid automatic index generation on db rebuild
2011-01-21 Panu MatilainenFix python documentation wrt dbIndex()
2011-01-21 Panu MatilainenRestore default SIGPIPE handling for build scriptlets...
2011-01-21 Panu MatilainenPermit queries from rpmdb on read-only media (RhBug...
2011-01-13 Panu MatilainenAdd switch to allow printing only soname dependencies...
2011-01-10 Panu MatilainenFix rpmsign --key-id popt alias typo
2011-01-07 Panu MatilainenHonor --root in rpmkeys too
2011-01-05 Panu MatilainenHide --verifydb switch again
2011-01-05 Panu MatilainenTweak up BDB flags to avoid breakage from --verifydb
2011-01-05 Panu MatilainenUpdate translations yet again to pick up string removals
2011-01-05 Panu MatilainenA largish man-page update
2011-01-03 Panu MatilainenBump up default BDB cache- and allowed mmap size consid...
next