2008-04-24 |
Panu Matilainen | Add rpmteEVR() function |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | I'm out of words for this one. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Check for chroot() result in rpmtsRun() |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Make verification with --root reliable (rhbz#434150) |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Force preloading of name service libraries early in... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Panu Matilainen | Relax spec permissions in tar build mode (rhbz#253648) |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Panu Matilainen | Simplify rebuild path generation |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Panu Matilainen | More path manipulation craziness eliminated in rpmdbRem... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Panu Matilainen | Eliminate wtf dbpath shuffling in rpmdbMoveDatabase() |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Panu Matilainen | Don't use alloca for struct stat, there's no need to. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Panu Matilainen | Add rpmdb internal helper for cleaning up db4 environme... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jindrich Novy | Recognize lzma payload from its magic |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jindrich Novy | Prefer lzma's default -7 compression |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jindrich Novy | Main lzma rpmio part based on SuSE patches, thanks... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jindrich Novy | Handle lzma payload |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jindrich Novy | Check for lzma library in configure.ac and reference... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Jindrich Novy | Allow lzma payload in writeRPM() |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Panu Matilainen | Rip i386-specific RDTSC support from rpmsw, use gettime... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Panu Matilainen | Avoid %patch0 getting applied twice |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Panu Matilainen | Retrofit RPMTAG_SOURCEPACKAGE to source rpms. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Panu Matilainen | Use argvAppend() instead of manual reallocs, plug a... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Panu Matilainen | Use argvNew() instead of manual xcalloc() |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Jindrich Novy | Allow setting fuzz factor to 0 |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Jindrich Novy | Don't use static buffers |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Jindrich Novy | Fail if it is impossible to chdir to directory to run... |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Jindrich Novy | Fix find-requires (rhbz#443015), thanks to Bill Nottingham |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Panu Matilainen | Sanitize + simplify %patch "macro" parsing |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Panu Matilainen | Single exit point for doPatchMacro() |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Panu Matilainen | Remove ugly hardcoded docDirs list, use a macro instead |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Panu Matilainen | Avoid entirely silly rpmio FD_t use in processPackageFi... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Panu Matilainen | Change rpmGlob() argvPtr type to ARGV_t to make it... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Panu Matilainen | Use argvFree() instead of manual free in loop |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Panu Matilainen | Further simplify rpmInitMacros() |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Panu Matilainen | Use argvFree() to free, well, an argv, instead of manua... |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Panu Matilainen | Simplify rpmGlob() a bit |
commit | commitdiff | tree | snapshot |
2008-04-19 |
Panu Matilainen | Dynamically allocate buffers in rpmGetPath() |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Panu Matilainen | Avoid entirely silly rpmio FD_t use |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Panu Matilainen | Remove unnecessary xstrdup() of dynamically allocated... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Panu Matilainen | Cosmetics: group operations more logically... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Panu Matilainen | Simplify macro option + argument processing |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Panu Matilainen | Add argvJoin() for combining an argv array into a string |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Jindrich Novy | Put '\0' to the end of xmalloc'd string to avoid surprises |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Eliminate splitString() and freeSplitString() |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Accidental typo introduced to rpmrc.c |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Fix dumb off-by-one errors introduced by rstrlcpy(... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Bunch of strncpy/strcpy -> rstrlcpy() converts in rpmrc |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Add missing include |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Use rstrlcpy() for various parseForFoo() functions... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Use rstrlcpy() for parseRCPOT() version + release |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Use rstrlcpy() for printFileInfo() username + group... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Make sure lead->name is zero-terminated |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Add rstrlcpy() string helper function |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | More accurate filtering of .rpmnew etc when reading... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Panu Matilainen | Have gcc check for NULL terminated arglist in rstrscat |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Jindrich Novy | Use sizeof() instead of direct element count in rpmluaG... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Jindrich Novy | Don't copy unknown number of args to buffer of fixed... |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Jindrich Novy | Introduce rstrscat() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Fixup leftovers from lua/local -> luaext/ move |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Document external Lua requirement |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Convert to Lua 5.1 library loading style |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Add modemuncher + lua init stuff to extra dist |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Start phasing out internal copy of Lua |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Don't use mktemp(), we are sure mkstemp() is available now |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Require mkstemp() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Kill queryHeader(), it is not used and buggy |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Kill useless initialization to "(unkown error)" |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Plug a memleak from pgpHexStr() in showQueryPackage() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Don't try to print buf if it's empty |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Remove insecure hacks in query.c |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Jindrich Novy | Remove useless statements from showQueryPackage() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Make headerNVR() just a special case of headerNEVRA() |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Oops, only free if allocated ;) |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Panu Matilainen | Plug a memory leak in armorFormat() |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Doxygen parameter name mismatch |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Jindrich Novy | Get rid of string hackery and overflows while rpm -V |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Plug a memleak in pgpArmorWrap() |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Jindrich Novy | Introduce rstrcat() |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Make find-lang.sh --with-man brp-compress friendly... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Don't exempt *.jar.so.debug from buildroot checks ... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Jindrich Novy | Remove rhnplatform, cvsid/svnid, serial and copyright... |
commit | commitdiff | tree | snapshot |
2008-04-15 |
Panu Matilainen | Abort build on unknown payload compressor |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Avoid unnecessary rpmio_flags alloc+free in psm |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Fix indentation, no functional changes |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Remove glibc upgrade-helper kludge, only necessary... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Lose useless variable |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Split scriptlet execv() preparations to separate function |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Use argvAddNum() for passing package count numbers... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Add argvAddNum() for adding integers to ARGV_t arrays |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Use ARGV_t for passing around scriptlet args psm internally |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Add argvNew() to create an empty argv array |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Avoid redundant script name formatting |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Reduce #ifdef clutter |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Streamline lua scriptlet name formatting - just do... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Move legacy prefix compat thing out of the loop |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Panu Matilainen | Don't bother calculating max prefix lengths |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Jindrich Novy | Prevent buffer overflow in readKeys() |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Jindrich Novy | Use dynamic allocation in rpmlibNeedsFeature() |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Jindrich Novy | Don't warn about BuildRoot being "/" while it is actual... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Panu Matilainen | Simplify url retrieval in rpmInstall() |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Panu Matilainen | Simplify url io a lot |
commit | commitdiff | tree | snapshot |
next |