Age | Commit message (Expand) | Author | Files | Lines |
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 | Rip the url-craziness in rpmMkdirPath() | Panu Matilainen | 1 | -15/+1 |
2008-04-04 | Get rid of the horrid zcmd hackery in build | Panu Matilainen | 1 | -12/+4 |
2008-04-04 | Missing decompression arguments for bzip in uncompress macro | Panu Matilainen | 1 | -1/+1 |
2008-04-04 | getcwd(NULL,0) has undefined behavior, use rpmGetCwd() instead | Panu Matilainen | 1 | -2/+6 |
2008-04-04 | Stop pretending spec can be an URL or stdin, neither works | Panu Matilainen | 1 | -35/+26 |
2008-04-04 | Escape '%' in format | Jindrich Novy | 1 | -1/+1 |
2008-04-04 | Wait for popen() to finish before passing to isSpecFile() | Panu Matilainen | 1 | -2/+2 |
2008-04-04 | Move spec extraction from tarball out of buildForTarget(), simplify | Panu Matilainen | 1 | -98/+99 |
2008-04-04 | Oops, add --wildcards back to spec extraction | Panu Matilainen | 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-04 | Assume failure in buildForTarget() to remove redundancy | Panu Matilainen | 1 | -9/+1 |
2008-04-04 | Refactor spec extraction on tar build to address several issues | Panu Matilainen | 1 | -28/+27 |
2008-04-04 | Spec of size zero cannot be a valid spec file | Panu Matilainen | 1 | -0/+3 |
2008-04-04 | Remove copy-paste currentDirectory() from sqlite, use rpmGetCwd() | Panu Matilainen | 1 | -12/+1 |
2008-04-04 | Rename currentDirectory() to rpmGetCwd() and move to librpmio | Panu Matilainen | 6 | -24/+23 |
2008-04-03 | We don't support url's in db paths, rip. | Panu Matilainen | 3 | -46/+11 |
2008-04-03 | Replace silly static rpmioFileExists() in rpmdb.c with plain old access() | Panu Matilainen | 1 | -41/+5 |
2008-04-03 | Remove ancient db1->db3 conversion cruft | Panu Matilainen | 1 | -9/+0 |
2008-04-03 | Don't use static buffers in parseForRegexLang() | Jindrich Novy | 1 | -8/+8 |
2008-04-03 | Lose the remaining static buffer from rpmVerifySignatures() | Panu Matilainen | 1 | -5/+8 |
2008-04-03 | Typo... | Panu Matilainen | 1 | -1/+1 |
2008-04-03 | Refactor signature check results formatting | Panu Matilainen | 1 | -73/+56 |
2008-04-03 | Enable stack protector by default if gcc supports it | Panu Matilainen | 1 | -1/+1 |
2008-04-03 | Remove unnecessary check for "keyid:" in result | Panu Matilainen | 1 | -4/+0 |
2008-04-03 | Start eliminating static buffers from header/signature checks | Panu Matilainen | 4 | -50/+68 |
2008-04-03 | Simplify message key creation in i18nTag() | Jindrich Novy | 1 | -13/+6 |
2008-04-03 | Shut up a few silly compiler warnings that have crept in | Panu Matilainen | 3 | -3/+3 |
2008-04-02 | Further streamline / simplify rpmVerifySignatures() | Panu Matilainen | 1 | -72/+67 |
2008-04-02 | Make signature verification result not depend on rpm verbosity level, ick | Panu Matilainen | 1 | -6/+1 |
2008-04-02 | Further redundancy / copy-paste coding elimination | Panu Matilainen | 1 | -9/+3 |
2008-04-02 | Collapse the huge sigtag switch in rpmVerifySignatures() a bit | Panu Matilainen | 1 | -47/+40 |
2008-04-02 | Simplify missing/untrusted keys logging | Panu Matilainen | 1 | -27/+10 |
2008-04-02 | Revert "Disable signature and digest checks on query modes (rhbz#438625)" | Panu Matilainen | 1 | -1/+1 |
2008-04-01 | Fix off-by one in urlOpen() | Jindrich Novy | 1 | -2/+1 |
2008-04-01 | Updated German translation from Fabian Affolter | Panu Matilainen | 1 | -310/+307 |
2008-04-01 | Enhance error message on failed ts lock acquire (rhbz#427064) | Panu Matilainen | 1 | -2/+4 |
2008-04-01 | Convert rpmlock.c to general rpm indentation style | Panu Matilainen | 1 | -86/+87 |
2008-03-31 | Avoid entirely unnecessary static buffer + string copy. | Panu Matilainen | 1 | -5/+3 |
2008-03-31 | Make ExcludeArch/ExclusiveArch/ExcludeOS/ExclusiveOS actually work | Jindrich Novy | 1 | -2/+5 |
2008-03-31 | Avoid static sprintf buffer in rpmReadHeader() | Panu Matilainen | 1 | -16/+13 |
2008-03-31 | Avoid static buffer for error messages in rpmReadSignature() | Panu Matilainen | 1 | -29/+27 |
2008-03-31 | Make rpmLeadCheck() return error msg instead of direct logging | Panu Matilainen | 4 | -10/+21 |
2008-03-31 | Dead code removal (macro stuff) | Panu Matilainen | 1 | -17/+0 |
2008-03-31 | Dead code removal (popt switches) | Panu Matilainen | 2 | -42/+0 |
2008-03-31 | Simplify rpmdsThis() code | Panu Matilainen | 1 | -20/+9 |
2008-03-31 | Copy N + EVR into ds in rpmdsSingle() instead of just referring | Panu Matilainen | 1 | -4/+20 |
2008-03-31 | Bunch of formatting & indentation fixes to rpmds | Panu Matilainen | 1 | -7/+11 |