tools/librpm-tizen.git
2011-05-03 Panu MatilainenClean up file type verification logic a bit
2011-05-03 Jindrich NovyRemove obsolete timedRead() from API
2011-05-03 Panu MatilainenRIP rpmsqFork() + rpmsqWait() and the related bits
2011-05-03 Panu MatilainenUse good ol' fork() + waitpid() for running scriptlets
2011-04-29 Ville SkyttäRemove unneeded regex grouping.
2011-04-29 Ville SkyttäComment spelling fix.
2011-04-29 Ville SkyttäAdd lrzip support.
2011-04-29 Ville SkyttäAdd lzip support.
2011-04-28 Panu MatilainenRemove duplicate fpLookup() doxygen annotation
2011-04-28 Panu MatilainenRemove redundant strlen()'s on sha1 digest verification
2011-04-28 Panu MatilainenAvoid malloc() + redundant strlen() calls in dbiFindByL...
2011-04-28 Jindrich NovySimplify findTag()
2011-04-27 Jindrich NovyFix find-lang so that it finds *@*.qm QT i18n files...
2011-04-26 Jindrich NovyUnderstand 'PK00' zip archives (RhBug:699529)
2011-04-22 Jindrich NovyDo not compile unused functions when SELinux support...
2011-04-21 Panu MatilainenHandle errors from moving target file into place in...
2011-04-21 Panu MatilainenheaderPut() and headerDel() returns aren't interesting...
2011-04-21 Panu MatilainenRemove redundant indentation block from rpmSign()
2011-04-21 Panu MatilainenJust ignore miFreeHeader() return on rpmdbNextIterator...
2011-04-21 Panu MatilainenIgnore dbiSync() return code everywhere
2011-04-20 Panu MatilainenOops, thinko/typo in commit 8215e17c248f91f501bd8a2968d...
2011-04-20 Panu MatilainenRemove pointless xx tmp return code from dbiAppendSet...
2011-04-20 Panu MatilainenEliminate last three assert()'s from the backend
2011-04-20 Panu MatilainenAnd finally at six feet, the old cursor api is official...
2011-04-20 Panu MatilainenAnd another foot deeper...
2011-04-20 Panu MatilainenBury the old cursor api one foot deeper
2011-04-20 Panu MatilainenConvert the other (rpmdb iterators etc) uses to the...
2011-04-20 Panu MatilainenConvert local-only uses of DBC to dbiCursor interface
2011-04-20 Panu MatilainenAdd a db cursor abstraction and interfaces for using it
2011-04-20 Panu MatilainenRename _dbConfig and _dbiIndex structs to common foo_s...
2011-04-20 Panu MatilainenRemove non-cursor support from dbiDel(), dbiPut() and...
2011-04-19 Panu MatilainenReturn explicit NULL's from db iterator free functions...
2011-04-19 Panu MatilainenIgnore error codes in rpmdbIndexIteratorFree()
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
next