platform/upstream/rpm.git
2009-02-24 Panu MatilainenSplit prepare phase out of rpmtsRun()
2009-02-24 Panu MatilainenFile skipping only done for added packages, simplify
2009-02-24 Panu MatilainenEliminate unused variables
2009-02-24 Panu MatilainenSplit sanity checking out of rpmtsRun() to helper function
2009-02-24 Panu MatilainenFix memory leak from unused problem set
2009-02-24 Panu MatilainenCalculate files in transaction just once
2009-02-23 Panu MatilainenFix busted up Korean tranlations of manuals (rhbz#466597)
2009-02-21 Panu MatilainenLoosen up restrictions on dependency token names (rhbz...
2009-02-20 Panu MatilainenOnly run script dependency extraction once per file...
2009-02-20 Panu MatilainenCheck for errors from python bytecompile (Tim Waugh)
2009-02-18 Jindrich NovyRevert fix for rhbz#442105, it has unwanted side effects
2009-02-16 Rakesh Pandit-Moved maifest checking from rpmInstall to rpmCheckMani...
2009-02-16 Rakesh Pandit-Move notify flag settings from rpmInstall and rpmErase...
2009-02-16 Rakesh Pandit-Move vsflags calculation from rpmInstall and rpmErase...
2009-02-16 Rakesh Pandit-Remove stopinstall variable and moved rpmcliPackagesTo...
2009-02-16 Rakesh Pandit-Use installInterfaceFlags in place of eraseInterfaceFl...
2009-02-16 Rakesh Pandit-Merge rpmInstallInterfaceFlags_e and rpmEraseInterface...
2009-02-12 Panu MatilainenOnly initialize file capability cache if actually needed
2009-02-11 Jindrich NovyFix output of pkgconfigdeps.sh so that rpmfc parses...
2009-02-11 Panu MatilainenBe more careful about errors in lua rpm vercmp()
2009-02-11 Jindrich NovyHandle broken pkgconfig files better, rhbz#484970 ...
2009-02-06 Panu MatilainenBump FileDigests rpmlib dependency version
2009-02-05 Panu MatilainenUse per-rpmfi string cache for file capability strings
2009-02-05 Panu Matilainenrpmfi is only needed by verifyHeader(), push it there
2009-02-05 Panu MatilainenFix typo in python bindings documentation (Masatake...
2009-02-05 Panu MatilainenExclude bin and sbin directories from python bytecompil...
2009-02-05 Panu MatilainenUpdated Brazilian Portugese translation (Igor Pires...
2009-02-05 Panu Matilainen--requires lists required capabilities, not packages...
2009-02-02 Panu MatilainenOSGi dep extractor update (rhbz#466111):
2009-02-02 Panu MatilainenPrepend PKG_CONFIG_PATH on pkgconfig requires extractio...
2009-01-30 Panu MatilainenUndo tag clash on RPMTAG_FILEDIGESTALGO[S] with rpm5.org
2009-01-30 Panu MatilainenTry to play nice with OpenPKG (rpm5.org) packages ...
2009-01-30 Panu MatilainenUpdated Swedish translation (Göran Uddeborg)
2009-01-30 Ville SkyttäImprove Qt translation support, particularly --all...
2009-01-28 Panu MatilainenDon't throw away modified config files on cross-hash...
2009-01-28 Panu MatilainenHonor rpmtd type, not tag type, in rpmtdClass() (ticket...
2009-01-28 Panu MatilainenAdd API for getting the class of tag type directly
2009-01-27 Panu MatilainenAdd RPMTAG_SOURCERPM to gpg-pubkeys in rpmdb
2009-01-26 Alexandr D... Added ARMv7 architecture support
2009-01-23 Panu MatilainenCheck for binaries in noarch packages at build-time
2009-01-23 Panu MatilainenUpdate dbi tag names for Filemd5s -> Filedigests change...
2009-01-22 Panu MatilainenReturn NULL instead of blowing up on invalid rpmpsGetPr...
2009-01-20 Panu MatilainenAdd a bit of documentation for headerGet() flags
2009-01-20 Panu MatilainenGrab dependency name & version strings as argv-style...
2009-01-20 Panu MatilainenAdd headerGet() flag to request argv-style NULL-termina...
2009-01-20 Panu MatilainenrpmdsMerge() expects ds->N and ds->EVR as argv-style...
2009-01-19 Panu MatilainenUpdate / clarify documentation on building API/hacking...
2009-01-19 Panu MatilainenDon't segfault on "" rcfiles argument (spotted by Pixel)
2009-01-19 Panu MatilainenMissing space in Russian translation (patch from Mandriva)
2009-01-19 Panu MatilainenUse temporary table for Depends DB in sqlite too (Olivi...
2009-01-19 Panu MatilainenFix segfault if ts rootdir is NULL (Pixel)
2009-01-19 Panu MatilainenFix memleak from i18n strings if retrieved with HEADERG...
2009-01-17 Panu MatilainenMake it possible to disable %pre- and %posttrans script...
2009-01-16 Panu MatilainenAdd getenv macro, use instead of $(echo $HOME) for...
2009-01-15 Jindrich NovyUpdate Brazilian Portuguese translation (rhbz#480040)
2009-01-15 Panu MatilainenAdd extra parameter to rpmteClose() to control fi behavior
2009-01-15 Panu MatilainenMake sure global state gets NULLed on free
2009-01-14 Panu MatilainenAdd central Lua shutdown function and use it
2009-01-14 Panu MatilainenAdd librpm level lua extension stub
2009-01-14 Panu MatilainenAdd rpmluaGetGlobalState() to internal lua api
2009-01-14 Panu MatilainenActually check for dbenv->failchk() exit code
2009-01-13 Jindrich NovyRemove redundant anyarch check
2009-01-13 Jindrich NovySimplify group tag inheritance for a bit
2009-01-13 Jindrich NovyInherit group tag from the main package if unspecified...
2009-01-12 Jindrich NovyIgnore BuildArch tags for anyarch actions (rhbz#442105)
2009-01-12 Florian FestiMake the data array part of the hash bucket to save...
2009-01-12 Panu MatilainenUpdated German translation (Fabian Affolter)
2009-01-11 Jindrich NovyDon't check package BuildRequires when doing --rmsource...
2009-01-11 Jindrich NovyDon't fail because of missing sources when only spec
2009-01-09 Panu Matilainenjavadeps format string fix from Pixel
2009-01-09 Panu MatilainenDon't bother calculating string sizes manually
2009-01-09 Panu MatilainenFix buffer overflow on oversized filelist entries ...
2009-01-09 Florian FestiImplement dbiGet and dbiPut as normal function
2009-01-09 Florian FestiRemove unused database intex functions: dbiCdup, dbiAss...
2009-01-09 Panu MatilainenDon't try to create "" directories
2009-01-08 Panu MatilainenUpdate docs wrt gpg path macro (rhbz#476201)
2009-01-08 Panu MatilainenDon't bother translators with messages from unused...
2009-01-08 Panu MatilainenDelay NSS initialization until actually used
2009-01-08 Panu MatilainenOnly touch _crypto_initialized if we actually change it
2009-01-08 Panu MatilainenCast to intptr_t instead of int to kick out the final...
2009-01-08 Panu MatilainenInclude isaname support for arm (Kedar Sovani)
2009-01-08 Panu MatilainenMake rpm_tid_t unsigned type to shut up remaining compi...
2009-01-08 Panu MatilainenDon't segfault in pgpPubkeyFingerprint() if rpmDigest...
2009-01-07 Panu MatilainenrpmRelocateFileList() doesn't need rpmte for anything...
2009-01-05 Panu MatilainenValidate + sort relocations in rpmte at create time
2009-01-05 Panu MatilainenSplit saving relocations to header out of relocateFileL...
2009-01-05 Panu MatilainenSplit sorting out of relocateFileList()
2009-01-05 Panu MatilainenSplit RPMTAG_INSTPREFIXES addition out of relocateFileL...
2009-01-05 Panu MatilainenRelocation needs to be called even if no relocs specified
2009-01-05 Panu MatilainenLose deprecated DETAILS_AT_TOP doxygen setting
2009-01-05 Panu MatilainenEliminate header magic duplication all over the place...
2009-01-05 Panu MatilainenUse enumeration for header flags
2009-01-05 Panu MatilainenRemove unnecessary HEADER_FOOTAG definitions
2009-01-02 Panu Matilainenrpmte struct is now fully opaque throughout rpm
2009-01-02 Panu MatilainenUse rpmteSetFd() instead of direct access to rpmte...
2009-01-02 Panu MatilainenAdd rpmteSetFd() (internal) function
2008-12-23 Jindrich NovyIncrease XZ decompression memlimit
2008-12-22 Panu MatilainenEliminate silly and now unnecessary rpmts(Set)RelocateE...
2008-12-22 Panu MatilainenPerform relocations from rpmte instead of rpmfi
2008-12-19 Panu MatilainenPerform relocations *before* filling out rpmfi structure
next