tools/librpm-tizen.git
2011-04-19 Panu MatilainenIgnore error codes in rpmdbFreeIterator()
2011-04-19 Jindrich NovyAttempt to fetch sources/patches when they are missing...
2011-04-19 Panu MatilainenGive at least some indication of error from fchdir...
2011-04-19 Panu MatilainenUse rpmsqFork() return code instead of semi-private...
2011-04-19 Panu MatilainenFclose() and unlink() errors aren't fatal here, just...
2011-04-19 Panu MatilainenCatch write errors when generating scriptlet temporary...
2011-04-19 Panu MatilainenImprove fsm error code handling in psm
2011-04-19 Panu MatilainenActually handle headerGet() / pgpPrtPkts() failure...
2011-04-19 Panu MatilainenEliminate unused variable in rpmpluginsAdd()
2011-04-19 Panu MatilainenRestore previous vsflags on return from rpmInstall...
2011-04-19 Panu MatilainenEliminate another set-but-unused xx warning
2011-04-18 Panu MatilainenReflect file classifier errors in rpmdeps exit code
2011-04-18 Panu MatilainenRemove yet another pointless tmp variable
2011-04-18 Panu MatilainenCollect proper exit status from rpmdbRemoveDatabase()
2011-04-18 Panu MatilainenIgnore rpmdbClose() return on failed rpmdbOpen()
2011-04-18 Panu MatilainenClean up urlGetFile() return values
2011-04-15 Panu MatilainenRemember to free db index iterators too on forced termi...
2011-04-15 Panu MatilainenFix dangling databases from iterators (ticket #820)
2011-04-15 Panu MatilainenOnly muck with signals on first and last db open/close
2011-04-13 Ville SkyttäExtract perl dependecies from "use parent qw(Foo)".
2011-04-13 Ville SkyttäHonor $TMPDIR in various scripts.
2011-04-13 Panu MatilainenUnbreak obsoletes from commit b1a4b57315d31ba98bc0e5803...
2011-04-05 Panu MatilainenDont reference transaction set from transaction elements
2011-04-04 Jindrich NovyDon't list packages which will not be created in spec...
2011-04-04 Panu MatilainenUpdate INSTALL a bit, include blurb about the test...
2011-04-04 Panu MatilainenOnly enable test-suite if fakechroot is available
2011-04-04 Panu MatilainenExecute all non-compilation rpmbuild tests in fakechroot
2011-04-04 Panu MatilainenAdd more stuff to test-suite root environment
2011-04-04 Panu MatilainenSwitch more test-suite builds to run under fakechroot
2011-04-04 Panu MatilainenRun dependency tests entirely in fakechroot
2011-04-04 Panu MatilainenPrepare the test root entirely from Makefile, add missi...
2011-04-04 Panu MatilainenRemove redundant data copying into test-suite root
2011-04-04 Panu MatilainenAvoid leaking our compilation directory into test-suite
2011-04-01 Panu MatilainenAdjust rpmdb path for all remaining non-fakeroot runs
2011-04-01 Panu MatilainenAdjust rpmdb path in python tests
2011-04-01 Panu MatilainenExplicitly initialize the test-root database always
2011-04-01 Panu MatilainenSwitch the two remaining rpm runs under fakechroot
2011-04-01 Panu MatilainenRun all rpmmacro tests under fakechroot
2011-04-01 Panu MatilainenMake a bunch of tools available in the testsuite root...
2011-04-01 Panu MatilainenRun most rpmi tests under fakechroot
2011-04-01 Panu MatilainenRun testsuite rpmdb init helper with fakechroot
2011-04-01 Panu MatilainenMake all query tests run under fakechroot
2011-04-01 Panu MatilainenMake all generic tests run under fakechroot
2011-04-01 Panu MatilainenAvoid unnecessary use of 'id' in test-suite specs
2011-04-01 Panu MatilainenMake all test data available in the test-root
2011-04-01 Panu MatilainenTest-suite spring cleaning
2011-04-01 Panu MatilainenAdd a more useful example to rpm2cpio manpage
2011-03-31 Florian FestiRemove rpm v3 code
2011-03-31 Florian FestiAdd rpmdsMatchesDep() as alternative to rpmdsAnyMatches...
2011-03-28 Jindrich NovySimplify fsmMapFContext()
2011-03-28 Jindrich NovyRemove unused variables from db3.c
2011-03-28 Panu MatilainenUse pkg-config to find Lua + determine flags (ticket...
2011-03-25 Panu MatilainenDrop the unused + unmaintained javadeps helper
2011-03-25 Panu MatilainenOops, lib/misc.c is no more, remove from POTFILES.in
2011-03-25 Panu MatilainenUse canoncolor to determine lib vs lib64
2011-03-25 Panu MatilainenPush platform config out of main rpm macros file
2011-03-25 Panu MatilainenGenerate platform configuration for all known architectures
2011-03-25 Panu MatilainenSimplify the hysterical per-platform vendor-sed thing
2011-03-25 Panu MatilainenCreate platform specific config on all OS'es
2011-03-25 Panu MatilainenMove %_fixperms to main macro config
2011-03-25 Panu MatilainenYank out 2001 vintage Mandrake-specific macros
2011-03-25 Panu MatilainenReplace distro/vendor autodetection with a configure...
2011-03-25 Florian FestiMove find-provides and find-requires link to autodeps/
2011-03-24 Jindrich NovyClean up headerRead()
2011-03-23 Jindrich NovyRemove checks of unused things from configure.ac
2011-03-23 Jindrich NovyDon't use mtrace(3), muntrace(3) and don't check for...
2011-03-23 Jindrich NovyAvoid timedRead() usage
2011-03-23 Jindrich NovyRemove libio support to suppress timedRead()
2011-03-23 Panu MatilainenEliminate pointless isSource member from eiu struct...
2011-03-23 Panu MatilainenEliminate header from eiu struct, its just a local...
2011-03-23 Panu MatilainenReduce vsflags flip-flop
2011-03-23 Panu MatilainencheckFreshenStatus() only needs a header, not the entir...
2011-03-22 Panu MatilainenFix classification of ELF binaries with sticky bit...
2011-03-17 Panu MatilainenFix a small memleak in rpmsign tool
2011-03-17 Panu MatilainenPlug memory leaks on macro definition error cases
2011-03-17 Panu MatilainenFix couple of incorrect sizeof() uses
2011-03-17 Panu MatilainenMissing va_end() call
2011-03-16 Jindrich NovyAvoid freeing an unallocated variable (RhBug:688091)
2011-03-15 Jindrich NovyFix cpio_doio()
2011-03-14 Jindrich NovyClean up rpmfcClassify()
2011-03-11 Panu MatilainenUpdate librpm doxygen module list
2011-03-11 Panu MatilainenMark htonll() as "const" function
2011-03-10 Jindrich NovyClean up rpmfcApply() and rpmfcHelper()
2011-03-10 Florian FestiFix whitespace in Python doc string
2011-03-10 Panu MatilainenMove string hash function to librpmio and rename for...
2011-03-09 Panu MatilainenFix the PyBytes vs PyString compatibility defines
2011-03-09 Panu MatilainenPython 3 fixups
2011-03-09 Panu MatilainenPreliminary distutils support for the python bindings
2011-03-09 Panu MatilainenCut the remaining ties python bindings have to main...
2011-03-09 Panu MatilainenDon't bother with the callback die-die-die error transl...
2011-03-09 Panu MatilainenEliminate unnecessary _free() usages in python
2011-03-09 Panu MatilainenPython bindings dont need our debug.h for anything
2011-03-09 Panu MatilainenVerify some properties of replaced and wrong-colored...
2011-03-09 Panu MatilainenTake file state into account for file dependencies
2011-03-09 Jindrich NovyClean up rpmfcExec()
2011-03-08 Panu MatilainenImprove the dependency loop debug message a bit
2011-03-08 Panu MatilainenPreferred color pkgs should be erased last
2011-03-07 Panu MatilainenClean up rpmgiGlobArgv() a bit
2011-03-04 Panu MatilainenMake peace with autoconf-2.68
2011-03-04 Panu MatilainenMerge branch 'master' of ssh://rpm.org/srv/projects...
next