summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-09Oops, missing wrappers for C++ in headers (ticket #12)Panu Matilainen2-0/+14
2008-12-08Work around broken packages which dont have RPMTAG_SOURCERPMPanu Matilainen1-0/+10
2008-12-08Add function to retrieve type from rpmleadPanu Matilainen2-0/+12
2008-12-08Fix segfault on packages without separate scriptlet program tags (rhbz#475214)Panu Matilainen1-1/+1
2008-12-05Fix pkg-config provide generation on interdependent .pc's (rhbz#473814)Panu Matilainen1-0/+2
2008-12-05Avoid "template" which is a reserved word in C++Panu Matilainen2-4/+4
2008-12-05Tighten up setting and checking of buildroot (ticket #10)Panu Matilainen2-9/+21
2008-12-04Adjust test result to meet current expectationPanu Matilainen1-1/+1
2008-12-04Pay more attention to tag extension return codesPanu Matilainen1-10/+18
2008-12-04Fix triggerconds return when no data is there (rhbz#474550)Panu Matilainen1-2/+2
2008-12-04Avoid rpmtd abuse to report "(none)" when no data is foundPanu Matilainen1-12/+7
2008-12-04Comment out rpmbuild --root testsPanu Matilainen1-31/+31
2008-12-04Add a pile of queryformat testsPanu Matilainen1-0/+197
2008-12-04Fix python header retrieval return type for non-existent tags (rhbz#473239)Panu Matilainen1-16/+10
2008-12-03Add tests to verify on-disk status after install+erasePanu Matilainen1-0/+45
2008-12-03Add test to verify status of installed filesPanu Matilainen1-0/+22
2008-12-03Remove unnecessary fiddling with rpmte internalsPanu Matilainen1-9/+1
2008-12-01Include rpmfileutil.h from rpmmacro.h so thatJindrich Novy1-0/+1
2008-12-01Retrieve header from rpmdb on rpmteOpen() if possible, even for TR_ADDEDPanu Matilainen1-33/+48
2008-11-30Set/clear rpmte db instance on RPMDB_ADD / REMOVE from psmPanu Matilainen1-1/+5
2008-11-30Record header instance on rpmdbAdd() on successPanu Matilainen1-0/+4
2008-11-30Add and use (internal) method for setting header instancePanu Matilainen3-1/+14
2008-11-30Move install langs to per-transaction levelPanu Matilainen3-16/+20
2008-11-30Move netsharedpaths to per-transaction levelPanu Matilainen3-10/+12
2008-11-30Eliminate unused filename field in rpmts_sPanu Matilainen1-2/+0
2008-11-29Read default popt aliases again (rhbz#473167)Panu Matilainen2-4/+0
2008-11-29Unify dbiIndexSet allocations, allocate in power-of-two sizesPanu Matilainen2-10/+24
2008-11-29Use proper type (unsigned) for index set offset/countPanu Matilainen2-12/+12
2008-11-28Delete _dbiIndexItem.fpNum as it is no longer used and also does not really f...Florian Festi2-8/+2
2008-11-28Delete rpmdbFindFpList and skipDirFlorian Festi2-152/+0
2008-11-27Oops, it wasn't unnecessary include afterall..Panu Matilainen1-0/+1
2008-11-27Remove unnecessary rpmfi_internal.h includePanu Matilainen2-2/+1
2008-11-27Add + use internal rpmteHaveTransScript() functionPanu Matilainen3-9/+19
2008-11-27Eliminate the now unused ts element field of file info setsPanu Matilainen2-3/+1
2008-11-27Eliminate rpmtsiFi(), use rpmteFI() insteadPanu Matilainen2-32/+11
2008-11-27Avoid unnecessary use of file info sets transaction elementPanu Matilainen1-3/+6
2008-11-27Drop the useless "tag" argument from rpmteFI()Panu Matilainen7-33/+12
2008-11-27Eliminate silly rpmfiTypeString()Panu Matilainen3-20/+13
2008-11-27Eliminate fi->te use in fsmPanu Matilainen1-11/+19
2008-11-27Pass rpmte to fsmSetup()Panu Matilainen4-7/+17
2008-11-27Remove bogus consts from fsmSetup() argsPanu Matilainen2-3/+3
2008-11-26Use rpmteNEVRA() for scriptlet messages now that it's possiblePanu Matilainen1-10/+4
2008-11-26Increase memory limit for LZMA compressionJindrich Novy1-2/+2
2008-11-26Initialize the LZMA encoder/decoder on demand, not bothJindrich Novy2-2/+6
2008-11-26Fix up couple of missed pieces rpmffi_s fi->te switchoverPanu Matilainen2-1/+2
2008-11-26runTransScripts() don't need no steenking rpmfi's nowPanu Matilainen1-17/+1
2008-11-26Lose unnecessary and silly rpmpsmGetTs() internal funcPanu Matilainen2-12/+0
2008-11-26Resurrect rpmVerifyScript()Panu Matilainen1-14/+21
2008-11-26Rip the remains of fi->h in psmPanu Matilainen1-6/+0
2008-11-26Use ts element, not fi header for PSM_PKGINSTALL (PSM_POST + PSM_INIT)Panu Matilainen1-11/+13