summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Fix the totally broken rpm.fd() read methodPanu Matilainen1-20/+25
2011-07-01Add basic test for rpmio python bindingsPanu Matilainen1-0/+24
2011-06-28Fix explicit directory %attr() when %defattr() is active (RhBug:481875)Panu Matilainen2-31/+22
2011-06-28Add a test-case for various %attr and %defattr combinationsPanu Matilainen3-0/+101
2011-06-28Enable GLOB_ONLYDIR of the bundled glob() on platforms that support itPanu Matilainen2-2/+2
2011-06-27Pay attention to dir vs file when building (RhBug:505995)Panu Matilainen1-3/+18
2011-06-27Honor trailing slash in rpmGlob()Panu Matilainen1-1/+16
2011-06-27Remove ugly isDir recurse prevention hack on buildPanu Matilainen1-6/+2
2011-06-23Eliminate static BUFSIZ use in filelist parsingPanu Matilainen1-1/+1
2011-06-21Use ARGV_t for filelist current locale storagePanu Matilainen1-75/+32
2011-06-21Eliminate redundant noGlob member from filelistPanu Matilainen1-9/+2
2011-06-21Eliminate redundant special docs tracking members in filelistPanu Matilainen1-12/+2
2011-06-21Eliminate unused fileCount member from FileList structPanu Matilainen1-3/+0
2011-06-17Add DWARF-4 support to debugedit (RhBug:707677)Jakub Jelinek1-7/+20
2011-06-17Avoid extra newlines in parsed spec output outside preamblePanu Matilainen1-1/+1
2011-06-17Add --parse option to rpmspec tool to dump parsed spec contentsPanu Matilainen1-0/+20
2011-06-17Support retrieving the spec contents in parsed formatPanu Matilainen4-1/+15
2011-06-16Error on unclosed macros & trailing line continuations in spec (RhBug:681567)Panu Matilainen1-1/+11
2011-06-16Try to generate fileclass in the tag ext at runtime if missing from headerPanu Matilainen1-21/+55
2011-06-16Export rpmteFailed() to python bindingsPanu Matilainen1-0/+7
2011-06-13Don't remove buildroot docdir on %doc usage (ticket #836)Panu Matilainen1-1/+0
2011-06-10Adjust script detection rules to work with file >= 5.07 too (RhBug:712251)Panu Matilainen2-3/+4
2011-06-09Add bunch of further rpm-python tests for this and thatPanu Matilainen1-0/+68
2011-06-09Eww, python ds.Instance() doesn't take any argumentsPanu Matilainen1-1/+1
2011-06-09Add a bunch of db match/key iterator test-cases in pythonPanu Matilainen1-0/+72
2011-06-09Rearrange test-suite python helper macros a bitPanu Matilainen3-8/+14
2011-06-09Fix the non-keyed match iteration case wrt DB_NOTFOUNDPanu Matilainen1-0/+4
2011-06-09Use dbiCursorGetToSet() for the non-keyed match-iterator case tooPanu Matilainen1-21/+3
2011-06-09Support set append in dbiCursorGetToSet()Panu Matilainen1-1/+9
2011-06-09If key not specified, use DB_NEXT cursor mode (DB_SET wouldn't make sense)Panu Matilainen1-2/+4
2011-06-09Only honor keylen if keyp is also specifiedPanu Matilainen1-2/+4
2011-06-09Make it an error to call dbiGetToSet() with NULL keypPanu Matilainen1-2/+2
2011-06-08Move the remaining DBT's in rpmdbInitIterator() to (more) local scopePanu Matilainen1-4/+4
2011-06-08Error/notfound case is handled the same for both these casesPanu Matilainen1-9/+5
2011-06-08Take advantage of dbiCursorGetToSet() in dbiFindByLabel() & friendsPanu Matilainen1-31/+13
2011-06-08Split actual cursor get + set-conversion to separate functionPanu Matilainen1-9/+22
2011-06-08Add cursor method for retrieving the underlying db index handlePanu Matilainen2-0/+12
2011-06-08Add tests for the most common nvra query combinationsPanu Matilainen1-2/+9
2011-06-08Use dbiGetToSet() in rpmdbFindByFile(), lose now unnecessary argumentsPanu Matilainen1-25/+4
2011-06-08Use dbiGetToSet() for the common case in rpmdbInitIterator()Panu Matilainen1-23/+2
2011-06-08Simplify + cleanup rpmdbExtendIterator()Panu Matilainen1-35/+14
2011-06-08Simplify + cleanup rpmdbCountPackages()Panu Matilainen1-32/+9
2011-06-08Add a helper function to convert cursor retrievals to dbiIndexSetsPanu Matilainen1-0/+33
2011-06-08Rename dbiFreeIndexSet() to dbiIndexSetFree() for naming style consistencyPanu Matilainen1-17/+17
2011-06-08Minor cleanup to rpmdbFindByFile()Panu Matilainen1-10/+7
2011-06-08Push cursor init+free down to dbiFindByLabel()Panu Matilainen1-6/+7
2011-06-08Handle EINTR on the spot instead of restarting the entire loopPanu Matilainen1-14/+20
2011-06-08Kick out self-pipe trick from depgen helperPanu Matilainen1-43/+1
2011-06-08Abort depgen output reading on EOF, not child exitingPanu Matilainen1-2/+2
2011-06-06Return explicit NULL from dbiFreeIndexSet()Panu Matilainen1-3/+4