tools/librpm-tizen.git
2011-06-28 Panu MatilainenEnable GLOB_ONLYDIR of the bundled glob() on platforms...
2011-06-27 Panu MatilainenPay attention to dir vs file when building (RhBug:505995)
2011-06-27 Panu MatilainenHonor trailing slash in rpmGlob()
2011-06-27 Panu MatilainenRemove ugly isDir recurse prevention hack on build
2011-06-23 Panu MatilainenEliminate static BUFSIZ use in filelist parsing
2011-06-21 Panu MatilainenUse ARGV_t for filelist current locale storage
2011-06-21 Panu MatilainenEliminate redundant noGlob member from filelist
2011-06-21 Panu MatilainenEliminate redundant special docs tracking members in...
2011-06-21 Panu MatilainenEliminate unused fileCount member from FileList struct
2011-06-17 Jakub JelinekAdd DWARF-4 support to debugedit (RhBug:707677)
2011-06-17 Panu MatilainenAvoid extra newlines in parsed spec output outside...
2011-06-17 Panu MatilainenAdd --parse option to rpmspec tool to dump parsed spec...
2011-06-17 Panu MatilainenSupport retrieving the spec contents in parsed format
2011-06-16 Panu MatilainenError on unclosed macros & trailing line continuations...
2011-06-16 Panu MatilainenTry to generate fileclass in the tag ext at runtime...
2011-06-16 Panu MatilainenExport rpmteFailed() to python bindings
2011-06-13 Panu MatilainenDon't remove buildroot docdir on %doc usage (ticket...
2011-06-10 Panu MatilainenAdjust script detection rules to work with file >=...
2011-06-09 Panu MatilainenAdd bunch of further rpm-python tests for this and...
2011-06-09 Panu MatilainenEww, python ds.Instance() doesn't take any arguments
2011-06-09 Panu MatilainenAdd a bunch of db match/key iterator test-cases in...
2011-06-09 Panu MatilainenRearrange test-suite python helper macros a bit
2011-06-09 Panu MatilainenFix the non-keyed match iteration case wrt DB_NOTFOUND
2011-06-09 Panu MatilainenUse dbiCursorGetToSet() for the non-keyed match-iterato...
2011-06-09 Panu MatilainenSupport set append in dbiCursorGetToSet()
2011-06-09 Panu MatilainenIf key not specified, use DB_NEXT cursor mode (DB_SET...
2011-06-09 Panu MatilainenOnly honor keylen if keyp is also specified
2011-06-09 Panu MatilainenMake it an error to call dbiGetToSet() with NULL keyp
2011-06-08 Panu MatilainenMove the remaining DBT's in rpmdbInitIterator() to...
2011-06-08 Panu MatilainenError/notfound case is handled the same for both these...
2011-06-08 Panu MatilainenTake advantage of dbiCursorGetToSet() in dbiFindByLabel...
2011-06-08 Panu MatilainenSplit actual cursor get + set-conversion to separate...
2011-06-08 Panu MatilainenAdd cursor method for retrieving the underlying db...
2011-06-08 Panu MatilainenAdd tests for the most common nvra query combinations
2011-06-08 Panu MatilainenUse dbiGetToSet() in rpmdbFindByFile(), lose now unnece...
2011-06-08 Panu MatilainenUse dbiGetToSet() for the common case in rpmdbInitItera...
2011-06-08 Panu MatilainenSimplify + cleanup rpmdbExtendIterator()
2011-06-08 Panu MatilainenSimplify + cleanup rpmdbCountPackages()
2011-06-08 Panu MatilainenAdd a helper function to convert cursor retrievals...
2011-06-08 Panu MatilainenRename dbiFreeIndexSet() to dbiIndexSetFree() for namin...
2011-06-08 Panu MatilainenMinor cleanup to rpmdbFindByFile()
2011-06-08 Panu MatilainenPush cursor init+free down to dbiFindByLabel()
2011-06-08 Panu MatilainenHandle EINTR on the spot instead of restarting the...
2011-06-08 Panu MatilainenKick out self-pipe trick from depgen helper
2011-06-08 Panu MatilainenAbort depgen output reading on EOF, not child exiting
2011-06-06 Panu MatilainenReturn explicit NULL from dbiFreeIndexSet()
2011-06-06 Panu MatilainenCosmetics: function blocks start on a new line
2011-06-01 Panu MatilainenLift Dijkstra algorithm out of collectSCC() to separate...
2011-06-01 Panu MatilainenEliminate struct copy in collectSCC(), use a pointer...
2011-06-01 Panu MatilainenClean up + simplify pgpsigFormat()
2011-06-01 Panu MatilainenSplit the --replacepkgs hack to a helper function and...
2011-06-01 Panu MatilainenMake test-case for --replacepkgs stricter
2011-06-01 Panu MatilainenReset cli configured flag on rpmcliFini() (RhBug:709421)
2011-05-31 Panu MatilainenCleanup rpmpsmNew() and rpmpsmFree()
2011-05-31 Panu MatilainenRemove reamining dead assignments from rpmtsiFree(...
2011-05-31 Panu MatilainenRemove dead NULL-assignment before reassign
2011-05-31 Panu MatilainenRemove superfluous localtime() call
2011-05-31 Panu MatilainenRemove dead keyp & keylen assignments in rpmdbNextItera...
2011-05-31 Panu MatilainenClean up + clarify popMacro() a bit
2011-05-31 Panu MatilainenUse popMacro() when freeing the entire macro table
2011-05-31 Panu MatilainenPass dbiClose() flags down to db->close()
2011-05-31 Panu MatilainenReturn an explicit NULL from dbiFree(), remove dead...
2011-05-31 Panu MatilainenRemove bogus condition on provide checking in query
2011-05-30 Panu MatilainenEliminate dead NULL-assignment by avoiding unnecessary...
2011-05-30 Panu MatilainenFix a logic error leading to unlink(NULL) call, oops.
2011-05-30 Panu MatilainenEliminate bunch of dead assignments on ts vsflags
2011-05-30 Panu MatilainenEliminate dead assignment(s) on rpmfsFree(), memset...
2011-05-30 Panu MatilainenrpmgiFree() cleanup to remove an exit point and dead...
2011-05-30 Panu MatilainenRemove trailing dead NULL-assignments from sepoltransFree()
2011-05-30 Panu MatilainenMinor cleanups to sepolLoadPolicies() in sepolicy plugin
2011-05-30 Panu MatilainenReturn explicit NULL on sepoltransNew() failure
2011-05-30 Panu MatilainenRemove possibility of abusing freed iterator by moving...
2011-05-30 Panu MatilainenEliminate obvious dead NULL-assignment at headerLoad...
2011-05-30 Panu MatilainenEliminate dead NULL-assignment on lua scriptlet execution
2011-05-30 Panu MatilainenEliminate a few dead NULL-assignment eliminations in...
2011-05-30 Panu MatilainenSpring-cleaning for rpmdeps
2011-05-30 Panu MatilainenEliminate dead NULL-assignments at scope-end in main...
2011-05-29 Panu MatilainenA few more dead NULL-assignment eliminations in low...
2011-05-29 Panu MatilainenMove db cursor to local scopes, remove dead NULL-assign...
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpmsign
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-29 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments at scope-end in librpm...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments from rpmio fd close...
2011-05-28 Panu MatilainenEliminate bunch of obvious dead NULL-assignments around...
2011-05-28 Panu MatilainenEliminate dead NULL-assignments on argvFree() and argiF...
2011-05-28 Panu MatilainenClean up spec %files -f <manifest> processing
2011-05-28 Panu MatilainenRemove pointless variable and a dead assignment to it
2011-05-28 Panu MatilainenClean up checkFiles() a bit
2011-05-27 Panu MatilainenEliminate bunch of obvious dead NULL-assingments from...
2011-05-27 Panu MatilainenRip hysterical hoop-jumping on spec/pkg cpiolist freeing
2011-05-27 Panu MatilainenEliminate dead NULL-assignments on parsePolicies()...
2011-05-27 Panu MatilainenEliminate bunch of obvious dead NULL-assignments from...
2011-05-27 Panu MatilainenEliminate bunch of obvious dead NULL-assignments from...
2011-05-27 Panu MatilainenEliminate dead NULL-assignments in parseFiles()
2011-05-27 Panu MatilainenEliminate dead NULL-assignments from rpmSpecFree()
2011-05-27 Panu MatilainenEliminate dead NULL-assignments on OFI frees on spec...
next