tools/librpm-tizen.git
2008-07-01 Panu MatilainenMake every pgp function not needed by other parts of...
2008-06-30 Panu MatilainenWe don't need ts to stash the keyid locally now
2008-06-30 Panu MatilainenheaderCheck() does not recurse
2008-06-30 Panu MatilainenDetach pgp digest from transaction set
2008-06-30 Panu MatilainenPass pgpDig around from rpmVerifySignature()
2008-06-30 Panu MatilainenDetach signature tag data from transaction set
2008-06-30 Panu MatilainenActually use the sigtd passed to verifier functions
2008-06-30 Panu MatilainenStart getting signature tag out of transaction set
2008-06-30 Panu Matilainen(char)NULL doesn't make much sense, use \0 instead
2008-06-30 Jindrich NovyFix missspelling in macro name (_initddir -> _initrddir...
2008-06-30 Panu Matilainensize_t for "left" is wrong, use rpm_loff_t instead
2008-06-30 Panu Matilainenstrntoul() is supposed to return unsigned long, not int
2008-06-27 Panu Matilainendebugedit: Include empty CU current directories (rhbz...
2008-06-27 Panu MatilainenUse correct formatters for debug-printing in rpmtsInitDSI()
2008-06-27 Panu MatilainenUse correct formatters for debug-printing sizes in...
2008-06-27 Panu MatilainenAdjust python callback for amount+total type change
2008-06-26 Panu MatilainenArgh, the tag is LONGSIZE, not LARGESIZE
2008-06-26 Jindrich NovyTake new directory into account in rpmbuild test
2008-06-26 Jindrich NovyAdd new BUILDROOT directory to default rpm build dirs.
2008-06-26 Jindrich NovyAdd new macros for enabling default build root
2008-06-26 Panu MatilainenMake --info work on large packages too
2008-06-26 Panu MatilainenTeach build about 64bit payload etc size tags
2008-06-26 Panu MatilainenTeach rpmAddSignature() and rpmReadSignature() about...
2008-06-26 Panu MatilainenRPMTAG_LONGSIGSIZE and RPMTAG_LONGARCHIVESIZE are signa...
2008-06-26 Panu MatilainenOnly insert 64bit filesizes on build if required
2008-06-26 Panu MatilainenUnbreak compressFilelist()
2008-06-26 Panu MatilainenAdd a bit of protection against oversized files
2008-06-26 Panu MatilainenType corrections
2008-06-25 Panu MatilainenFix handling of "%posttrans -p /xxx" with no body ...
2008-06-25 Panu MatilainenAdjust autotest querytag expectations to match current...
2008-06-25 Panu MatilainenAdjust autotests for rpmi etc removal
2008-06-25 Panu MatilainenForce "rpm" popt context for everything but build
2008-06-25 Panu Matilainen--buildpolicy is rpmbuild, not rpm, alias
2008-06-25 Panu MatilainenKill the million duplicate aliases in rpmpopt
2008-06-25 Panu MatilainenEliminate rpmd, rpmi, rpmk, rpmq "helper binaries"
2008-06-25 Panu MatilainenUpdate rpm manpage wrt build modes
2008-06-25 Panu MatilainenEliminate build-related aliases on "rpm"
2008-06-24 Panu MatilainenEliminate already commented out build mode aliases...
2008-06-24 Panu MatilainenEliminate rpmb aliases from rpmpopt
2008-06-24 Panu MatilainenEliminate the pointless rpmb + rpmt symlinkery
2008-06-24 Panu MatilainenForce FD_CLOEXEC on all potentially open descriptors
2008-06-23 Panu MatilainenRemove artificial limit in dependency loop elimination...
2008-06-23 Panu MatilainenAvoid silly deprecation warning on headerFreeData()
2008-06-23 Panu MatilainenSimplify requires and provides addition in rpmfcGenerat...
2008-06-23 Panu MatilainenOops, provideflags were being inserted as requireflags
2008-06-23 Panu MatilainenAdd Malay translation from Sharuzzaman Ahmat Raslan
2008-06-19 Panu MatilainenDumb, dumb thinko/leftover from earlier prototype...
2008-06-19 Panu MatilainenUse type-specific headerPuts() for rpmcache
2008-06-19 Panu MatilainenUse type-specific headerPut() for the case where it...
2008-06-19 Panu MatilainenUse type-specific headerPut() in rpmpsmStage()
2008-06-19 Panu MatilainenUse type-specific headerPut() for installtid stuff...
2008-06-19 Panu MatilainenUse type-specific headerPut()'s for rpmtsImportPubkey()
2008-06-19 Panu MatilainenUse type-specific headerPut()'s for legacy retrofitting...
2008-06-19 Panu MatilainenUse type-specific headerPut() where makes sense in...
2008-06-19 Panu MatilainenUse type-specific headerPut() where makes sense in...
2008-06-19 Panu Matilainenuse type-specific headerPut() on all of build/reqprov.c
2008-06-19 Panu MatilainenUse type-specific headerPut() on all of build/parseSpec.c
2008-06-19 Panu MatilainenUse type-specific headerPut() for all of build/parsePre...
2008-06-19 Panu MatilainenUse type-specific headerPut() for all of build/parseCha...
2008-06-19 Panu MatilainenUse type specific headerPut() for all of build/pack.c
2008-06-19 Panu MatilainenUse type specific headerPut() for all of build/files.c
2008-06-19 Panu MatilainenAdd type-safe headerPutFoo() methods for supported...
2008-06-18 Panu MatilainenDumb thinko breaking scriptlet interpreter
2008-06-18 Panu MatilainenGroup legacy interfaces at the end of header.h
2008-06-18 Panu MatilainenConvert headerAddI18NString() to use headerPut()
2008-06-18 Panu MatilainenSwitch around headerAdd*Entry() family vs headerPut()
2008-06-18 Panu MatilainenSwitch around headerMod() and headerModifyEntry()
2008-06-18 Panu MatilainenStuff legacy compat wrappers out of sight into header_i...
2008-06-18 Panu MatilainenStart shredding legacy cruft out of header code
2008-06-18 Panu MatilainenConvert signature code to use headerPut()
2008-06-18 Panu MatilainenConvert parseScript() to headerPut()
2008-06-18 Panu MatilainenConvert rpmpsmStage() to use headerPut()
2008-06-18 Panu MatilainenConvert rpmdbAdd() to use headerPut()
2008-06-18 Panu MatilainenConvert rpmtsImportPubkey() to use headerPut()
2008-06-18 Panu MatilainenConvert RPM_BIN_TYPE uses in build to headerPut()
2008-06-18 Panu MatilainenAdd rpmtdFromUint8()
2008-06-18 Panu MatilainenConvert legacy retrofits & friends to headerPut()
2008-06-18 Panu MatilainenLose the remaining hae and hme vectors from rpmfi
2008-06-18 Panu MatilainenConvert file relocation to use headerPut/Mod
2008-06-18 Panu MatilainenAdd headerMod() to headerPut() etc family
2008-06-18 Panu MatilainenConvert rpmcache to headerGet+Put
2008-06-17 Panu MatilainenNumber of sources can't very well be negative...
2008-06-17 Panu MatilainenShut up incompatible pointer warnings from rpmtdFromStr...
2008-06-17 Panu MatilainenMake rpmtdFromStringArray() data argument const afterall
2008-06-17 Panu MatilainenOops, RPMTAG_FILEMODES is INT16, not 32 type
2008-06-17 Panu MatilainenConvert rest of writeRPM() to headerPut()
2008-06-17 Panu MatilainenConvert the final pieces of rpmfc to headerPut()
2008-06-17 Panu MatilainenConvert the rest of genCpioListAndHeader() to headerPut()
2008-06-17 Panu MatilainenAdd rpmtdFrom() methods for 16 and 64 bit types
2008-06-17 Panu MatilainenConvert the straightforward bits of build/files.c to...
2008-06-17 Panu MatilainenConvert most of parsePreamble to headerPut()
2008-06-17 Panu MatilainenConvert build reqprov to headerPut()
2008-06-17 Panu MatilainenConvert parseSpec to headerPut()
2008-06-17 Panu MatilainenConvert parseChangelog to headerPut()
2008-06-17 Panu MatilainenConvert most of build/pack.c to use rpmtdFromFoo()...
2008-06-17 Panu MatilainenAdd some new rpmtd creation methods
2008-06-17 Panu MatilainenReplace headerRemoveEntry() with headerDel() everywhere
2008-06-17 Panu MatilainenRename headerRemoveEntry() to headerDel(), add compat...
2008-06-17 Panu MatilainenEliminate last headerFreeData() in rpmfi
2008-06-16 Panu MatilainenPreserve headerNext() allocation behavior
next