summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Remove redundant indentation block from rpmSign()Panu Matilainen1-128/+125
2011-04-21Just ignore miFreeHeader() return on rpmdbNextIterator() tooPanu Matilainen1-2/+1
2011-04-21Ignore dbiSync() return code everywherePanu Matilainen1-9/+6
2011-04-20Oops, thinko/typo in commit 8215e17c248f91f501bd8a2968dfadf896a350cePanu Matilainen1-2/+1
2011-04-20Remove pointless xx tmp return code from dbiAppendSet() resultPanu Matilainen1-2/+1
2011-04-20Eliminate last three assert()'s from the backendPanu Matilainen1-9/+7
2011-04-20And finally at six feet, the old cursor api is officially deadPanu Matilainen1-47/+28
2011-04-20And another foot deeper...Panu Matilainen1-85/+56
2011-04-20Bury the old cursor api one foot deeperPanu Matilainen2-79/+46
2011-04-20Convert the other (rpmdb iterators etc) uses to the new cursor apiPanu Matilainen1-50/+36
2011-04-20Convert local-only uses of DBC to dbiCursor interfacePanu Matilainen1-32/+26
2011-04-20Add a db cursor abstraction and interfaces for using itPanu Matilainen2-1/+67
2011-04-20Rename _dbConfig and _dbiIndex structs to common foo_s stylePanu Matilainen3-8/+8
2011-04-20Remove non-cursor support from dbiDel(), dbiPut() and dbiGet()Panu Matilainen1-32/+17
2011-04-19Return explicit NULL's from db iterator free functions for clarityPanu Matilainen1-6/+3
2011-04-19Ignore error codes in rpmdbIndexIteratorFree()Panu Matilainen1-2/+1
2011-04-19Ignore error codes in rpmdbFreeIterator()Panu Matilainen1-3/+2
2011-04-19Attempt to fetch sources/patches when they are missing from %_sourcedirJindrich Novy2-20/+25
2011-04-19Give at least some indication of error from fchdir() failuresPanu Matilainen1-3/+5
2011-04-19Use rpmsqFork() return code instead of semi-private struct member for pidPanu Matilainen1-10/+9
2011-04-19Fclose() and unlink() errors aren't fatal here, just ignorePanu Matilainen1-2/+2
2011-04-19Catch write errors when generating scriptlet temporary filesPanu Matilainen1-13/+28
2011-04-19Improve fsm error code handling in psmPanu Matilainen1-13/+25
2011-04-19Actually handle headerGet() / pgpPrtPkts() failure on signature verifyPanu Matilainen1-4/+7
2011-04-19Eliminate unused variable in rpmpluginsAdd()Panu Matilainen1-2/+1
2011-04-19Restore previous vsflags on return from rpmInstall() and rpmErase()Panu Matilainen1-3/+5
2011-04-19Eliminate another set-but-unused xx warningPanu Matilainen1-2/+1
2011-04-18Reflect file classifier errors in rpmdeps exit codePanu Matilainen1-8/+6
2011-04-18Remove yet another pointless tmp variablePanu Matilainen1-4/+4
2011-04-18Collect proper exit status from rpmdbRemoveDatabase()Panu Matilainen1-6/+5
2011-04-18Ignore rpmdbClose() return on failed rpmdbOpen()Panu Matilainen1-2/+2
2011-04-18Clean up urlGetFile() return valuesPanu Matilainen2-7/+6
2011-04-15Remember to free db index iterators too on forced terminationPanu Matilainen1-0/+7
2011-04-15Fix dangling databases from iterators (ticket #820)Panu Matilainen1-3/+2
2011-04-15Only muck with signals on first and last db open/closePanu Matilainen1-10/+14
2011-04-13Extract perl dependecies from "use parent qw(Foo)".Ville Skyttä1-2/+2
2011-04-13Honor $TMPDIR in various scripts.Ville Skyttä3-7/+7
2011-04-13Unbreak obsoletes from commit b1a4b57315d31ba98bc0e5803db1ebc2517f6bb5Panu Matilainen1-1/+1
2011-04-05Dont reference transaction set from transaction elementsPanu Matilainen1-2/+1
2011-04-04Don't list packages which will not be created in spec query (RhBug:693338)Jindrich Novy1-1/+3
2011-04-04Update INSTALL a bit, include blurb about the test-suite + fakechrootPanu Matilainen1-16/+7
2011-04-04Only enable test-suite if fakechroot is availablePanu Matilainen2-2/+8
2011-04-04Execute all non-compilation rpmbuild tests in fakechrootPanu Matilainen3-28/+28
2011-04-04Add more stuff to test-suite root environmentPanu Matilainen2-3/+4
2011-04-04Switch more test-suite builds to run under fakechrootPanu Matilainen2-6/+6
2011-04-04Run dependency tests entirely in fakechrootPanu Matilainen1-26/+26
2011-04-04Prepare the test root entirely from Makefile, add missing bitsPanu Matilainen2-3/+5
2011-04-04Remove redundant data copying into test-suite rootPanu Matilainen3-30/+11
2011-04-04Avoid leaking our compilation directory into test-suitePanu Matilainen2-9/+7
2011-04-01Adjust rpmdb path for all remaining non-fakeroot runsPanu Matilainen2-2/+2