platform/upstream/rpm.git
2010-09-21 Panu MatilainenUse actual rpmTags in place of the old HEADER_FOO defin...
2010-09-21 Panu MatilainenRename specdFlags to remove unnecessary type vs variabl...
2010-09-21 Panu MatilainenFix up bunch of silly int vs rpmRC return code mismatches
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
2010-09-17 Panu MatilainenExpel Tarjan from his nest
2010-09-15 Panu MatilainenDont check source packages against installed obsoletes
2010-09-14 Panu MatilainenPlug memleak from rpmSpecCheckDeps()
2010-09-13 Héctor Daniel... l10n: Updated Spanish (Castilian) (es) translation...
2010-09-13 Taylon Silmerl10n: Updated Portuguese (Brazilian) (pt_BR) translatio...
2010-09-13 Panu MatilainenReplace dbi walking copy-slop with an internal helper...
2010-09-13 Panu MatilainenRearrange newRpmdb() a bit for clarity
2010-09-13 Panu MatilainenEliminate broken "can't happen" early return
2010-09-13 Panu MatilainenRearrange rpmdbInitIterator() a bit for clarity
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-09-13 Panu MatilainenUnify header creation between headerNew() and headerLoad()
2010-09-13 Panu MatilainenFix some broken fooUnlink() usages
2010-09-13 Panu MatilainenLift header verifying out of rpmdbNextIterator()
2010-09-13 Panu MatilainenMinor optimizations on DBT initializations
2010-09-13 Panu Matilainen...and now eliminate the unnecessary pointer variables
2010-09-13 Panu MatilainenEliminate mi_key and mi_data from match iterator structure
2010-09-08 Panu MatilainenAdd test for manifest query in testsuite
2010-09-08 Panu MatilainenFix _USE_LIBIO test
2010-09-08 Panu MatilainenDifferentiate between IO-errors and non-package "error...
2010-09-08 Panu MatilainenFix rpmReadPackageManifest() on non-fpio FD when libio...
2010-09-08 Panu MatilainenTurn rpmQueryVerify() into query iterator initializer
2010-09-08 Panu MatilainenLift the remaining oddball case out of rpmQueryVerify()
2010-09-08 Panu MatilainenEliminate qva_mi and qva_gi from rpmQVKArguments
2010-09-08 Panu MatilainenEliminate some dozen redundant rpmcliShowMatches()...
2010-09-08 Panu MatilainenCut some extra twists from the query maze
2010-09-08 Panu MatilainenEliminate rpmQueryVerify() from librpm API
2010-09-08 Panu MatilainenUrk, mixed up in branches and wrong stuff getting pushe...
2010-09-07 Panu MatilainenBeat a little bit of sense into rpmQueryVerify()
2010-09-07 Panu MatilainenMark ts argument unused in bunch of query APIs
2010-09-07 Panu MatilainenEliminate rpmcliShowMatches() from librpm API
2010-09-07 Panu MatilainenAdd bunch of verification tests to the test suite
2010-09-07 Panu MatilainenFix error code on verify scriptlet failure
2010-09-04 Piotr Drągl10n: Updated Polish (pl) translation to 100%
2010-09-03 Panu MatilainenAnd yet another translation update to pick up stuff...
2010-09-03 Panu MatilainenRip IAM_RPMDB, ie --initdb, --rebuilddb etc modes out...
2010-09-03 Panu MatilainenAdd a brand new rpmdb utility for rpmdb maintenance...
2010-09-03 Panu MatilainenRip IAM_RPMK, ie --import and --checksig modes out...
2010-09-03 Panu MatilainenAdd a brand new rpmkeys utility for keyring operations
2010-09-03 Panu MatilainenFurther simplify rpmcliVerifySignatures()
2010-09-03 Panu MatilainenUpdate translations again again to pick up changes...
2010-09-03 Panu MatilainenPut the rpmLookupSignature() and rpmGetPassPhrase(...
2010-09-03 Panu MatilainenRrrriiip the addsign/resign/delsign bits out of rpmqv...
2010-09-03 Panu MatilainenAdd a brand new rpmsign utility for package signing
2010-09-03 Panu MatilainenLookup signature type from cli utility already
2010-09-03 Panu MatilainenrpmcliSign() only creates or deletes signatures
2010-09-03 Panu MatilainenSplit argv loop out of the actual signing function...
2010-09-03 Panu MatilainenSigning doesn't need transaction set, eliminate the...
2010-09-03 Panu MatilainenSplit package signing out of rpmchecksig.c
2010-09-03 Panu MatilainenUse rpmcliVerifySignatures() directly from rpmqv.c...
2010-09-03 Panu MatilainenExport the cli-level signature checking as rpmcliVerify...
2010-09-03 Panu MatilainenUse rpmcliImportPubkeys() for importing instead of...
2010-09-03 Panu MatilainenExport rpmcliImportPubkeys() (again) in the public API
2010-09-03 Panu MatilainenRemove hysterically useless RPMSIGN_NONE + --sign popt...
2010-09-03 Panu MatilainenEliminate unused rootdir member from rpmInstallArguments
2010-09-03 Panu MatilainenEliminate unused qva_prefix and qva_verbose from rpmQVK...
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-09-03 Panu MatilainenUse the common rpmcliQueryFlags for signature verify...
2010-09-02 Panu MatilainenPermit passing spec parse flags in python too
2010-09-02 Panu MatilainenAdd an experimental low-level build method to python...
2010-09-02 Panu MatilainenAdd the various spec + build flags to python
2010-09-02 Panu MatilainenCosmetics: use an enum instead of #defines for source...
2010-09-02 Panu MatilainenClarify RPMBUILD_STRINGBUF comment
2010-09-02 Panu MatilainenSwap rpmSpecBuild() arguments for consistency with...
2010-09-02 Panu MatilainenUpdate translations again to pick up strings moving...
2010-09-02 Panu MatilainenOops, forgot to update POTFILES.in on poptBT.c removal
2010-09-02 Panu MatilainenAdd a new public function for retrieving build dependen...
2010-09-02 Panu MatilainenMove build dependency checking from cli tool to librpmbuild
2010-09-02 Panu MatilainenReturn NULL from rpmtsProblems() if no problems exist
2010-09-02 Panu MatilainenCosmetics: update comments + use a specific type for...
2010-09-02 Panu MatilainenEliminate specFlags from rpmBuildArguments
2010-09-02 Panu MatilainenEliminate targets from rpmBuildArguments
2010-09-02 Panu MatilainenEliminate buildMode and buildChar from rpmBuildArguments
2010-09-02 Panu MatilainenEliminate verify flags from rpmBuildArguments
2010-09-02 Panu MatilainenEliminate noDeps and shortCircuit from rpmBuildArgument...
2010-09-02 Panu MatilainenEliminate popt goo from librpmbuild
2010-09-02 Panu MatilainenEliminate _noDirTokens from librpmbuild API+ABI
2010-09-02 Panu MatilainenEliminate freeNames() from librpmbuild ABI
2010-09-02 Panu MatilainenDetect short-circuited build based on executed build...
2010-09-02 Panu MatilainenHandle --nobuild as another buildAmount flag
2010-09-01 Piotr Drągl10n: Updated Polish (pl) translation to 100%
2010-09-01 Panu MatilainenHandle spec flags parse option figuring in popt callbac...
2010-09-01 Panu MatilainenHandle --nolang as another spec parse flag
2010-09-01 Panu MatilainenCombine spec parsing options into a common flag bitfield
2010-09-01 Panu MatilainenRename freeSpec() -> rpmSpecFree() for namespacing
2010-09-01 Panu Matilainen...and finally eliminate the spec crapola from transact...
2010-09-01 Panu MatilainenEliminate transaction set from spec parsing internals
2010-09-01 Panu MatilainenPass flags directly to the lower level parseSpec()...
2010-09-01 Panu MatilainenEliminate parseSpec() from librpmbuild, trim unused...
2010-09-01 Panu MatilainenUpdate callers to use the new rpmSpecParse() interface
2010-09-01 Panu MatilainenA new saner interface for parsing spec files
2010-09-01 Panu MatilainenEliminate silly and unused timecheck feature from ...
2010-09-01 Panu MatilainenSpec rootDir is only relevant for building, eliminate...
2010-09-01 Panu MatilainenEliminate cookie from spec structure
2010-09-01 Panu MatilainenSanitize buildSpec() arguments a bit
2010-09-01 Panu MatilainenReplace buildSpec() with a new interface in the API
2010-09-01 Panu MatilainenLift remaining build-related stuff out of librpm over...
next