2008-04-28 |
Panu Matilainen | Avoid alloca() in getFilesystemList() |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Jindrich Novy | Remove remaining alloca() from rpmdb.c |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Jindrich Novy | Simplify dirName handling in rpmdbFindByFile() |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Drop va_copy check, it's already done by C99 checks |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Require C99 capable compiler in configure |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Jindrich Novy | Remove alloca() ussage from rpmcache.c |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Jindrich Novy | Remove unused alloca'd variable |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Jindrich Novy | Remove alloca() from build() |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Eliminate pointless alloca() of hsa struct |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Remove bogus/misleading return value of hsaInit() and... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Remove useless hsa != NULL checks |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Remove unused variable |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Eliminate pointless alloca() of entryInfo and indexEntr... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Eliminate pointless alloca() of local DBT structs |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Eliminate pointless alloca() of struct fileIndexEntry... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Eliminate pointless alloca() of availableIndexEntry... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Eliminate pointless alloca()'s of local dirInfo struct |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Eliminate pointless alloca() of entryInfo and indexEntr... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Eliminate pointless alloca() of local DBT structs. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Panu Matilainen | Revert bunch of alloca() -> xcalloc() changes in rpmdb... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Replace alloca() + memset() with xcalloc() in runImmedT... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Avoid alloca() in markReplacedFiles() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Reduce alloca() use in relocateFileList() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Replace alloca() + memset() with xcalloc() in skipFiles() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Avoid alloca() on links in printFileInfo() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Avoid alloca() in rpmInstall() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Simplify setPathDefault() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Avoid alloca() in rpmteColorDS() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Single point of exit for dateToTimet(), avoid alloca() |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Panu Matilainen | Simplify lookupPackage(), avoid alloca() |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Remove outdated comment, add a todo reminder |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Might as well compare against tag shortname now that... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Update translations for a change |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Remove bogus const from rpmfi pre- and posttrans members |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Eliminate rpmtsi refcount debug junk from the API |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Update doxygen docs for rpmteNEVR() and friends |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Panu Matilainen | Remove meaningless extern on function declarations... |
commit | commitdiff | tree | snapshot |
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 |
next |