Move key size fixups from rpmdbAdd & Remove to td2key()
[platform/upstream/rpm.git] / build /
2008-05-26 Jindrich NovyRemove unused pointer
2008-05-26 Panu MatilainenOops, don't free data we're supposed to pass around...
2008-05-26 Panu MatilainenUse rpmds methods to check for duplicates in addReqProv()
2008-05-26 Panu MatilainenConvert addPackageProvides() to new headerGet()
2008-05-26 Panu MatilainenConvert writeRPM() to use new headerGet()
2008-05-26 Panu MatilainenConvert processPackageFiles() to new headerGet() interface
2008-05-26 Panu MatilainenConvert addFileToTag() to new headerGet()
2008-05-26 Panu MatilainenConvert timeCheck() to new headerGet() & resurrect...
2008-05-22 Panu MatilainenFix printing of patch numbers, doh :)
2008-05-21 Panu MatilainenInclude rpmtypes.h first instead of rpmtag.h everywhere
2008-05-20 Jindrich NovyIgnore quotes in expression
2008-05-14 Panu MatilainenConvert file color calculation in rpmfcGenerateDepends...
2008-05-13 Panu MatilainenConvert a few cases in rpmfc to use the new rpmtdFromAr...
2008-05-13 Panu MatilainenConvert couple of headerGetEntry() uses to new interfac...
2008-05-13 Panu MatilainenUse tag container iterator for ismemberInEntry()
2008-05-13 Panu MatilainenConvert checkForDuplicates() to use new interfaces
2008-05-13 Panu MatilainenSimplify initSourceHeader()
2008-05-12 Panu MatilainenConvert internal uses of headerSprintf() to headerFormat()
2008-05-12 Panu MatilainenFixup paths and Makefiles for rpmdb/ elimination
2008-05-08 Panu MatilainenDon't run fixowner and fixgroup at end of %prep
2008-05-07 Panu MatilainenOops, plug leak introduced by previous commit
2008-05-07 Panu MatilainenSimplify doPatch()
2008-05-07 Panu MatilainenPlug another memleak from genCpioListAndHeader()
2008-05-07 Panu Matilainenrpmfi actions is already alloced by rpmfiNew(), don...
2008-05-06 Panu MatilainenEliminate nasty hackery with "special" doc + docdir...
2008-05-06 Jindrich NovyNuke EXPRBUFSIZ, it is now useless
2008-05-06 Jindrich NovyDon't use static buffer for parsing an expression
2008-05-05 Panu MatilainenIndentation fixes
2008-05-05 Panu MatilainenEliminate static sized string buffer in parseScript()
2008-05-05 Panu MatilainenTrap RPMRC_FAIL returns from spec parse with abort...
2008-05-05 Panu MatilainenMake readLine() return PART_ERROR on errors
2008-05-05 Panu MatilainenFix (hopefully ;) signaling for line continuations...
2008-05-05 Panu MatilainenIndentation fixes
2008-05-05 Panu MatilainenMake parseSpec() return PART_ERROR on all errors
2008-05-05 Panu MatilainenMake parseFiles() return PART_ERROR on failure
2008-05-05 Panu MatilainenMake parseScript() return PART_ERROR on errors
2008-05-05 Panu MatilainenMake parseDescription() return PART_ERROR on errors
2008-05-05 Panu MatilainenMake parseChangeLog() return PART_ERROR on errors
2008-05-05 Panu MatilainenMake parseBuildInstallClean() return PART_ERROR on...
2008-05-05 Panu MatilainenMake parsePrep() return PART_ERROR on errors
2008-05-05 Panu MatilainenStreamline parsePreamble() exists
2008-05-05 Panu MatilainenStart cleaning up the rpmerr removal mess of build...
2008-05-05 Jindrich NovyRemove obsolete parseForRegexLang()
2008-05-05 Panu MatilainenCheck for pipe() returns in rpmfc helper output reading
2008-05-03 Panu MatilainenTemp file handling tweaks
2008-04-29 Panu MatilainenPlug memleak in parseSimplePart()
2008-04-28 Panu MatilainengenCpioListAndHeader() indentation fixes, no other...
2008-04-28 Panu MatilainenAllocate buffer for %doc filenames dynamically
2008-04-28 Panu MatilainenRemove unnecessary block which just messes up indentation
2008-04-28 Panu MatilainenSet processingFailed just once
2008-04-28 Panu MatilainenDon't leak memory on failure in checkForValidArchitectu...
2008-04-28 Panu MatilainenOops...
2008-04-28 Panu Matilainen..and for parseForLang()
2008-04-28 Panu Matilainen..and the same for parseForConfig()
2008-04-28 Panu MatilainenparseForAttr() tweaks
2008-04-28 Panu MatilainenAvoid alloca() in parseForVerify(), streamline exit...
2008-04-28 Panu MatilainenAvoid alloca() in parseForDev()
2008-04-25 Panu MatilainenSingle point of exit for dateToTimet(), avoid alloca()
2008-04-25 Panu MatilainenSimplify lookupPackage(), avoid alloca()
2008-04-24 Panu MatilainenRemove meaningless extern on function declarations...
2008-04-22 Jindrich NovyAllow lzma payload in writeRPM()
2008-04-21 Panu MatilainenAvoid %patch0 getting applied twice
2008-04-21 Jindrich NovyAllow setting fuzz factor to 0
2008-04-20 Jindrich NovyFail if it is impossible to chdir to directory to run...
2008-04-20 Panu MatilainenSanitize + simplify %patch "macro" parsing
2008-04-20 Panu MatilainenSingle exit point for doPatchMacro()
2008-04-19 Panu MatilainenRemove ugly hardcoded docDirs list, use a macro instead
2008-04-19 Panu MatilainenAvoid entirely silly rpmio FD_t use in processPackageFi...
2008-04-19 Panu MatilainenUse argvFree() instead of manual free in loop
2008-04-17 Panu MatilainenEliminate splitString() and freeSplitString()
2008-04-17 Panu MatilainenFix dumb off-by-one errors introduced by rstrlcpy(...
2008-04-17 Panu MatilainenUse rstrlcpy() for various parseForFoo() functions...
2008-04-17 Panu MatilainenUse rstrlcpy() for parseRCPOT() version + release
2008-04-16 Jindrich NovyKill queryHeader(), it is not used and buggy
2008-04-15 Jindrich NovyRemove rhnplatform, cvsid/svnid, serial and copyright...
2008-04-15 Panu MatilainenAbort build on unknown payload compressor
2008-04-11 Jindrich NovyUse dynamic allocation in rpmlibNeedsFeature()
2008-04-11 Jindrich NovyDon't warn about BuildRoot being "/" while it is actual...
2008-04-11 Panu MatilainenRewrite rpmMkTempFile() for sanity
2008-04-10 Panu MatilainenFirst crack at adding ISA provides to packages (rhbz...
2008-04-10 Panu MatilainenAdd a static, far simpler addPackageProvides() to build
2008-04-10 Panu MatilainenRemove unnecessary providePackageNVR() from writeRPM()
2008-04-10 Panu MatilainenUnbreak srpm generation broken by 6c4b0cbd93709a0fa18af...
2008-04-09 Panu MatilainenAnd one more url->path rename for local variable...
2008-04-09 Panu MatilainenRip the last remaining disk/file URL stuff in processSo...
2008-04-09 Panu MatilainenAnd more url ripping in build internals... (addFile)
2008-04-09 Panu MatilainenURL -> path renames continued... (build internal)
2008-04-09 Panu MatilainenRename FileListRec_s disk + cpio path variables
2008-04-09 Panu MatilainenYet more url ripping - buildroot is never an url
2008-04-09 Panu MatilainenRemove remote host stuff from build doScript()
2008-04-09 Panu MatilainenMore url-path ripping in build/
2008-04-07 Panu MatilainenARGV_t const pendantry
2008-04-04 Panu Matilainen%{_builddir} is not an url, ever
2008-04-04 Panu MatilainenWe only ever deal with local, regular files in doUntar()
2008-04-04 Panu MatilainenWe only ever deal with local, regular files in doPatch()
2008-04-04 Jindrich NovyEscape '%' in format
2008-04-04 Jindrich NovySimplify formatting
2008-04-04 Jindrich NovySimplify package comparison and format creation.
2008-04-03 Jindrich NovyDon't use static buffers in parseForRegexLang()
2008-04-03 Panu MatilainenShut up a few silly compiler warnings that have crept in
next