Eliminate static sized string buffer in parseScript()
[platform/upstream/rpm.git] / build /
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
2008-03-31 Jindrich NovyMake ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS...
2008-03-29 Panu MatilainenFixup for rpmfcSaveArg() no longer freeing key
2008-03-29 Jindrich NovyDon't use static buffer ptr as return value in doUntar()
2008-03-28 Jindrich NovyDon't use static buffer in rpmfcELF(), make code more...
2008-03-28 Jindrich NovyRemove unneeded buffer operations
2008-03-28 Jindrich NovyAdd rpmfcAddFileDep() to handle file dependencies securely
2008-03-26 Panu MatilainenSimplify changelog entry additions
2008-03-26 Jindrich NovyRemove unneeded free()
2008-03-26 Jindrich NovyUse rasprintf() in rpmfcHelper() and rpmfcGenerateDepends()
2008-03-25 Jindrich NovyDon't use static buffers to communicate between funcs...
2008-03-25 Jindrich NovyUse rasprintf() for NVR construction to remove BUFSIZ...
2008-03-25 Jindrich NovyAvoid artificial limits on tag name.
2008-03-24 Panu MatilainenEliminate bogus const's from spec structure
2008-03-24 Panu MatilainenEliminate bogus const's from OFI_t and spectags structs
2008-03-24 Panu MatilainenEliminate bogus const from expression value
2008-03-24 Panu MatilainenEliminate wtf pointer games with rpmGetPath result.
2008-03-24 Panu MatilainenAvoid entirely silly rpmio use in addFileToTagAux()
2008-03-23 Jindrich NovyFix buffer overflow while creating patch script, avoid...
2008-03-23 Jindrich NovyUse rasprintf() to prevent overflows and remove BUFSIZ...
2008-03-23 Jindrich NovyFix writeRPM, use dynamic allocation, remove bogus...
2008-03-18 Panu MatilainenBump up sonames, we're not exactly ABI compatible with...
2008-03-18 Panu MatilainenMinimal namespacing for locale-insensitive x*() string...
2008-03-07 Panu MatilainenLog message adjustments
2008-03-06 Panu MatilainenMake yet more build tables readonly
2008-03-06 Panu MatilainenMark bunch of static build-related tables as read-only
2008-03-06 Panu MatilainenMake rpmfc token and apply tables readonly
2008-02-25 Panu MatilainenRemove some ancient dead code
2008-02-25 Panu MatilainenAdd %{sources} and %{patches} macros to build
next