2008-05-12 |
Panu Matilainen | headerfmt.c has translatable strings, add to POTFILES |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Use rpmTagGetFoo() instead of local myTagFoo() versions |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Push extension defaults one level deeper into headerFor... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Simplify header extension handling |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Move headerVerifyInfo() to header.[ch] where it logical... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Eliminate copy-paste versions of hdrchkFoo() macros |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Convert internal uses of headerSprintf() to headerFormat() |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Add simpler headerFormat() function, deprecate headerSp... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Split header sprintf formatting to separate source |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Jindrich Novy | fully translate to CZ after latest po files regeneration |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Move header "default" formats to formats.c along with... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Update translations after the big shuffle |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Adjust pkg-config now that librpmdb is gone |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Fixup paths and Makefiles for rpmdb/ elimination |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Start (re-)joining librpmdb and librpm |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Rip old, bit-rotten librpm test programs |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Rip old, bit-rotten librpmio test programs |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Rip old, bit-rotten librpmdb test programs |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Panu Matilainen | Remove internal copy of Lua for good |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Jindrich Novy | Fully transale RPM to Czech |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Caught pants down with strlcpy() vs strncpy() semantics |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Eliminate static print buffer from prDbiOpenFlags() |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Avoid entirely unnecessary static temp string buffer |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Rip useless ROOT_GROUP checking from configure |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Don't run fixowner and fixgroup at end of %prep |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Oops, matchpathcon() wants st_mode, not the entire... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Block signals while moving the rpmdb to final location... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Lose the silly db argument from block/unblockSignals() |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Restore rpmdb selinux contexts to default after rebuild... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | is_selinux_enabled() returns 0 if not enabled, not -1 |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Check for transaction root sanity in rpmtsSetRootDir() |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Set ts rootdir to /, not empty if rootDir arg is NULL |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Only append trailing slash to ts rootdir if rootdir... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Fix up some fuzz in Finnish translation |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Fix up / remove some fuzzy German translations |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Updated Serbian translations from Igor Miletic (rhbz... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Updated Polish translation from Piotr Drąg |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Updated German translation from Fabian Affolter (rhbz... |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Panu Matilainen | Check rpmAddSignature() return codes (rhbz#442761) |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Panu Matilainen | Oops, don't access variable after freeing |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Panu Matilainen | Oops, plug leak introduced by previous commit |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Panu Matilainen | Simplify doPatch() |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Panu Matilainen | Plug another memleak from genCpioListAndHeader() |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Panu Matilainen | rpmfi actions is already alloced by rpmfiNew(), don... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Panu Matilainen | Eliminate nasty hackery with "special" doc + docdir... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Panu Matilainen | Eliminate static buffer in lua findkey() |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Jindrich Novy | Nuke EXPRBUFSIZ, it is now useless |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Jindrich Novy | Don't use static buffer for parsing an expression |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Indentation fixes |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Eliminate static sized string buffer in parseScript() |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Trap RPMRC_FAIL returns from spec parse with abort... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Make readLine() return PART_ERROR on errors |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Fix (hopefully ;) signaling for line continuations... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Indentation fixes |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Make parseSpec() return PART_ERROR on all errors |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Make parseFiles() return PART_ERROR on failure |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Make parseScript() return PART_ERROR on errors |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Make parseDescription() return PART_ERROR on errors |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Make parseChangeLog() return PART_ERROR on errors |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Make parseBuildInstallClean() return PART_ERROR on... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Make parsePrep() return PART_ERROR on errors |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Streamline parsePreamble() exists |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Start cleaning up the rpmerr removal mess of build... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Jindrich Novy | Remove obsolete parseForRegexLang() |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Jindrich Novy | macros.in cleanup |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Use fprintf() for writing PGP passphrase (like we do... |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Check for pipe() returns on GPG and PGP signature creation |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Check for pipe() returns in rpmfc helper output reading |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Silence bogus warning on memset() |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Panu Matilainen | Check for pipe() return code on --pipe |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Panu Matilainen | Add missing include |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Panu Matilainen | Initialize nb before use |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Panu Matilainen | Create signature target rpm in same directory as original |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Panu Matilainen | Temp file handling tweaks |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Panu Matilainen | rpmReSign() doesn't return rpmRC codes, make it more... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Panu Matilainen | Eliminate static sized string buffer frpm rpmReSign() |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Panu Matilainen | Check for arch compatibility on multilib too |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Panu Matilainen | Ensure default SIGPIPE handler for --pipe (rhbz#444389) |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Panu Matilainen | RIP alloca() |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jindrich Novy | Rewrite xmlFormat() and remove useless xmlstrlen()... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Panu Matilainen | Kill of alloca() from tufdio tests |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Panu Matilainen | Lazily copy basenames in relocation if needed |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Panu Matilainen | Simplify relocation directory name manipulation |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jindrich Novy | Don't use alloca in rpmal.c |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Panu Matilainen | Allocate relocation dirnames on heap, not stack |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jindrich Novy | Don't use alloca() in fpsCompare() |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Panu Matilainen | Begin untangling relocation alloca()'s |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Panu Matilainen | Kill the remaining alloca in fp doLookup() |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Panu Matilainen | One alloca() down in fp doLookup() |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Panu Matilainen | Plug a memleak in lzclose() |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Panu Matilainen | Plug memleak in parseSimplePart() |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Panu Matilainen | Plug memleak in macro doFoo() |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jindrich Novy | Don't use alloca in rpmGenPath() |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jindrich Novy | Calm down compiler warnings due to fsm->patch being... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jindrich Novy | Merge branch 'master' of ssh://login.linux.duke.edu... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jindrich Novy | Avoid general ETXBSY and allow it for HP-UX exclusively |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jindrich Novy | Remove useless alloca_strdup() |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Panu Matilainen | Remove unused alloca_strdup() define |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Panu Matilainen | Allocate directory names on heap in compressFilelist() |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Panu Matilainen | Use rpmGetPath() to construct full dbpath in db3open() |
commit | commitdiff | tree | snapshot |
next |