platform/upstream/rpm.git
2010-06-22 Steve LawrenceAdd a generic plugin for use by simple Collections
2010-06-22 Steve LawrenceDetermine when to perform Collection actions
2010-06-22 Steve LawrenceAdd plugin calling support
2010-06-22 Steve LawrenceAdd common Collection requirements
2010-06-22 Steve LawrenceAdd new Collections preamble tag
2010-06-14 Héctor Daniel... l10n: Updated Spanish (Castilian) (es) translation...
2010-06-11 Panu MatilainenDont bother with selinux contexts in test transactions
2010-06-11 Panu MatilainenIf there are no hardlinks, dont bother with s-bit and...
2010-06-07 Tadashi Jokagil10n: Updated Japanese (ja) translation to 97%
2010-06-07 Tadashi Jokagil10n: Updated Japanese (ja) translation to 97%
2010-06-07 Panu MatilainenOops, bad format spec in Finnish translation
2010-06-07 Panu MatilainenEliminate fuzzies from Finnish translation
2010-06-07 Panu MatilainenUpdate .gitignore a bit
2010-06-06 Yuri Chornoivanl10n: Updated Ukrainian (uk) translation to 100%
2010-06-03 Piotr Drągl10n: Updated Polish (pl) translation to 100%
2010-06-03 Panu MatilainenFix "empty reply from server" curl-syndrome with url...
2010-06-03 Panu MatilainenRemove POSIX file capabilities from executables on...
2010-06-02 Panu MatilainenStrip s-bits on upgrade too (RhBug:598775)
2010-06-02 Tadashi Jokagil10n: Updates to Japanese (ja) translation
2010-06-01 Panu MatilainenRefactor rpmdb lookups + caching to a helper function...
2010-06-01 Panu MatilainenOn colored transactions, require matching arch for...
2010-06-01 Panu MatilainenPermit DOS line-endings in PGP armors (RhBug:532992)
2010-06-01 Panu MatilainenSupport many pubkeys in a single file in --import ...
2010-06-01 Panu MatilainenDon't return errors on trying to import duplicate keys
2010-05-31 Panu MatilainenNuke leftover variable from the chroot workout
2010-05-31 Panu MatilainenUpdate translations to pick up chroot-related string...
2010-05-31 Panu MatilainenUse the new chroot API everywhere, eliminate old relate...
2010-05-31 Panu MatilainenAdd a simple API for dealing with chroot state changes
2010-05-31 Panu MatilainenEliminate unused no-op FSM_CHROOT stage
2010-05-28 Panu MatilainenAdd internal helper for formatting file attribute strings
2010-05-28 Panu MatilainenAdd header extension tag RPMTAG_FILESTATUS for file...
2010-05-28 Panu MatilainenAdd internal helper for formatting verify flags
2010-05-28 Panu MatilainenMove shared file timestamp filtering out of rpmVerifyFile()
2010-05-28 Panu MatilainenDont crash on NULL ts to rpmtsInitIterator()
2010-05-28 Panu MatilainenOnly pass the info we actually care about to verifyHeader()
2010-05-28 Panu MatilainenEliminate unused argument to verifyDependencies()
2010-05-28 Panu MatilainenClean up verify script handling a bit
2010-05-26 Panu MatilainenHandle test-transaction centrally on entry to psm
2010-05-26 Panu MatilainenEliminate rpmts from the scriptlet machinery
2010-05-26 Panu MatilainenSimplify chroot handling wrt scriptlets
2010-05-25 Panu MatilainenMove scriptlet statistics collection (back) inside psm
2010-05-24 Jindrich NovyPut the macro evaluation in spec comments back.
2010-05-21 Panu MatilainenMove the lone hashFunctionString() into misc.[ch],...
2010-05-21 Jindrich NovyDo not evaluate macros in spec comments (RhBug:594672)
2010-05-20 Till MaasSearch all locale dirs in find-lang.sh, not just those...
2010-05-19 Panu MatilainenUse pgpValString() for :pgpsig header formatting (RhBug...
2010-05-19 Panu MatilainenAdd public pgpValString() function + enum for the vario...
2010-05-19 Panu MatilainenBury struct pgpValTbl_s definition inside rpmpgp.c
2010-05-19 Panu MatilainenHandle non-existent dependency sets in python (RhBug...
2010-05-18 Panu MatilainenFix return from chroot() on verify (RhBug:590588)
2010-05-11 Roland McGrathMake debugedit -i recompute build ID only when any...
2010-05-11 Roland McGrathWhitespace fixups for tools/debugedit.c
2010-05-07 Panu MatilainenPlug dumb memleak in rpmpsMerge()
2010-05-07 Panu MatilainenFix breakage from removedPackages changing to hash
2010-05-07 Panu MatilainenRevert back to rpmdbRemove() taking instance number...
2010-05-07 Panu MatilainenConvert rpmte internals to use the transaction pointer...
2010-05-07 Panu MatilainenStore pointer to transaction set in transaction elements
2010-05-07 Florian FestiFix compiler warning in rpmhash Resize()
2010-05-06 Florian FestiRemove no longer needed function intcmp()
2010-05-06 Florian FestiConvert tsmem->removedPackages to a hash table and...
2010-05-06 Florian Festirpmhash: new Empty() function to remove all entries
2010-05-06 Florian Festirpmhash: Accessor functions for the size and usage
2010-05-06 Florian Festirpmhash: Grow when hash table gets too full
2010-05-06 Panu MatilainenMove header filecount retrieve from addTE() to rpmfsNew()
2010-05-06 Panu MatilainenTolerate NULL in rpmfsFree() and rpmfsFC()
2010-05-06 Panu MatilainenMinor cleanup to rpmfsNew()
2010-05-06 Panu MatilainenMove delTE() inline to rpmteFree()
2010-05-06 Panu MatilainenUnexport rpmteNew() and rpmteFree()
2010-05-06 Panu MatilainenMinor cleanup to rpmReSign()
2010-05-06 Panu MatilainenFix minor header iterator leak in rpmReSign()
2010-05-06 Panu MatilainenClean up rpmcliImportPubkeys() a bit, no functional...
2010-05-04 Pavol RusnakDon't process desktop files without Type=Application...
2010-05-04 Panu MatilainenRename python module version symbol to __version__...
2010-04-29 Panu MatilainenDoh, dont shadow the rpmtsVerifyDB() return value
2010-04-29 Giulio EulisseFixes missing __fxstat64 symbol on mac.
2010-04-29 Panu MatilainenFix a few uninitialized variable cases found by clang...
2010-04-27 Taylon Silmerl10n: Updates to Portuguese (Brazilian) (pt_BR) translation
2010-04-22 Panu MatilainenProtect rpmtsVerifyDB() with transaction lock
2010-04-22 Panu MatilainenDitch "fcntl_locking" bdb config option
2010-04-22 Panu MatilainenMake transaction lock path per-transaction
2010-04-22 Panu MatilainenFurther generalize the rpmlock interface
2010-04-22 Panu MatilainenGeneralize rpmlock_new() by moving transaction lock...
2010-04-22 Panu MatilainenMake rpmlock type visible inside rpm, use instead of...
2010-04-21 Panu MatilainenLose the useless header refcounting debug junk
2010-04-21 Rakesh PanditEliminate unused "known problems" based filtering from...
2010-04-21 Alexey Tourbinrpmdb.c (dbiOpen): fix dbix condition
2010-04-21 Panu MatilainenOnly check the type of dependency requested in checkIns...
2010-04-21 Panu MatilainenAdd a basic reinstall test to test-suite
2010-04-14 Panu Matilainen...but make sure the pre-requisite isn't also an erasur...
2010-04-14 Panu MatilainenPre-requisites of installed packages dont need to be...
2010-04-13 Panu MatilainenUpdate a few tag descriptions + visibility
2010-04-13 Panu MatilainenUse correct tag for NOPATCH
2010-04-13 Panu MatilainenRPMTAG_NOSOURCE and NOPATCH aren't internal, they end...
2010-04-12 Michael SchroederGnu tar sometimes prints a "tar: Record size = 16"...
2010-04-12 Michael SchroederAdapt the Makefile as rpmdb_svc can no longer be built.
2010-04-12 Michael SchroederNew gcc versions comlpain about undefined behaviour...
2010-04-12 Michael SchroederreadLineFromOFI may modify the fileStack, thus we have...
2010-04-12 Michael SchroederDo not load keyring if signature checking is disabled.
2010-04-12 Michael SchroederSeems like a change was made to make %attr(-) go back...
2010-04-09 Panu MatilainenClean up dbiOpen() a bit
next