Age | Commit message (Expand) | Author | Files | Lines |
2008-04-22 | Allow lzma payload in writeRPM() | Jindrich Novy | 1 | -0/+3 |
2008-04-21 | Avoid %patch0 getting applied twice | Panu Matilainen | 1 | -2/+3 |
2008-04-21 | Allow setting fuzz factor to 0 | Jindrich Novy | 1 | -4/+5 |
2008-04-20 | Fail if it is impossible to chdir to directory to run helper script in | Jindrich Novy | 1 | -2/+4 |
2008-04-20 | Sanitize + simplify %patch "macro" parsing | Panu Matilainen | 1 | -92/+69 |
2008-04-20 | Single exit point for doPatchMacro() | Panu Matilainen | 1 | -27/+17 |
2008-04-19 | Remove ugly hardcoded docDirs list, use a macro instead | Panu Matilainen | 1 | -33/+13 |
2008-04-19 | Avoid entirely silly rpmio FD_t use in processPackageFiles() | Panu Matilainen | 1 | -11/+7 |
2008-04-19 | Use argvFree() instead of manual free in loop | Panu Matilainen | 1 | -3/+2 |
2008-04-17 | Eliminate splitString() and freeSplitString() | Panu Matilainen | 2 | -10/+13 |
2008-04-17 | Fix dumb off-by-one errors introduced by rstrlcpy() changes | Panu Matilainen | 2 | -8/+8 |
2008-04-17 | Use rstrlcpy() for various parseForFoo() functions in build | Panu Matilainen | 1 | -12/+6 |
2008-04-17 | Use rstrlcpy() for parseRCPOT() version + release | Panu Matilainen | 1 | -4/+2 |
2008-04-16 | Kill queryHeader(), it is not used and buggy | Jindrich Novy | 1 | -1/+0 |
2008-04-15 | Remove rhnplatform, cvsid/svnid, serial and copyright tag from rpmbuild | Jindrich Novy | 1 | -10/+1 |
2008-04-15 | Abort build on unknown payload compressor | Panu Matilainen | 1 | -6/+13 |
2008-04-11 | Use dynamic allocation in rpmlibNeedsFeature() | Jindrich Novy | 1 | -4/+9 |
2008-04-11 | Don't warn about BuildRoot being "/" while it is actually empty | Jindrich Novy | 1 | -2/+6 |
2008-04-11 | Rewrite rpmMkTempFile() for sanity | Panu Matilainen | 2 | -2/+4 |
2008-04-10 | First crack at adding ISA provides to packages (rhbz#235755) | Panu Matilainen | 1 | -2/+20 |
2008-04-10 | Add a static, far simpler addPackageProvides() to build | Panu Matilainen | 1 | -2/+19 |
2008-04-10 | Remove unnecessary providePackageNVR() from writeRPM() | Panu Matilainen | 1 | -7/+2 |
2008-04-10 | Unbreak srpm generation broken by 6c4b0cbd93709a0fa18af1ef07af44da585bb5f6 | Panu Matilainen | 1 | -5/+4 |
2008-04-09 | And one more url->path rename for local variable... | Panu Matilainen | 1 | -2/+2 |
2008-04-09 | Rip the last remaining disk/file URL stuff in processSourceFiles() | Panu Matilainen | 1 | -15/+11 |
2008-04-09 | And more url ripping in build internals... (addFile) | Panu Matilainen | 1 | -24/+19 |
2008-04-09 | URL -> path renames continued... (build internal) | Panu Matilainen | 1 | -6/+6 |
2008-04-09 | Rename FileListRec_s disk + cpio path variables | Panu Matilainen | 1 | -23/+23 |
2008-04-09 | Yet more url ripping - buildroot is never an url | Panu Matilainen | 9 | -64/+56 |
2008-04-09 | Remove remote host stuff from build doScript() | Panu Matilainen | 1 | -55/+7 |
2008-04-09 | More url-path ripping in build/ | Panu Matilainen | 1 | -29/+20 |
2008-04-07 | ARGV_t const pendantry | Panu Matilainen | 3 | -6/+6 |
2008-04-04 | %{_builddir} is not an url, ever | Panu Matilainen | 1 | -4/+2 |
2008-04-04 | We only ever deal with local, regular files in doUntar() | Panu Matilainen | 1 | -25/+7 |
2008-04-04 | We only ever deal with local, regular files in doPatch() | Panu Matilainen | 1 | -24/+5 |
2008-04-04 | Escape '%' in format | Jindrich Novy | 1 | -1/+1 |
2008-04-04 | Simplify formatting | Jindrich Novy | 1 | -2/+2 |
2008-04-04 | Simplify package comparison and format creation. | Jindrich Novy | 1 | -9/+7 |
2008-04-03 | Don't use static buffers in parseForRegexLang() | Jindrich Novy | 1 | -8/+8 |
2008-04-03 | Shut up a few silly compiler warnings that have crept in | Panu Matilainen | 1 | -2/+1 |
2008-03-31 | Make ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS actually work | Jindrich Novy | 1 | -2/+5 |
2008-03-29 | Fixup for rpmfcSaveArg() no longer freeing key | Panu Matilainen | 1 | -2/+2 |
2008-03-29 | Don't use static buffer ptr as return value in doUntar() | Jindrich Novy | 1 | -28/+20 |
2008-03-28 | Don't use static buffer in rpmfcELF(), make code more comprehensive | Jindrich Novy | 1 | -29/+21 |
2008-03-28 | Remove unneeded buffer operations | Jindrich Novy | 1 | -2/+0 |
2008-03-28 | Add rpmfcAddFileDep() to handle file dependencies securely | Jindrich Novy | 1 | -19/+30 |
2008-03-26 | Simplify changelog entry additions | Panu Matilainen | 1 | -13/+5 |
2008-03-26 | Remove unneeded free() | Jindrich Novy | 1 | -1/+0 |
2008-03-26 | Use rasprintf() in rpmfcHelper() and rpmfcGenerateDepends() | Jindrich Novy | 1 | -9/+12 |
2008-03-25 | Don't use static buffers to communicate between funcs, avoid buffer overflows. | Jindrich Novy | 1 | -10/+11 |