2008-03-14 Dan Winship remove some done things
2008-03-14 Dan Winship spell out the depsolving rules explicitly, separate from the algorithm
2008-03-13 Dan Winship Merge branch 'master' of git://people.freedesktop.org/~krh/razor
2008-03-17 Kristian H?gsberg Only mark pacakges for update if there is a newer version available.
2008-03-12 Kristian H?gsberg install: Handle the case where a directory already exists.
2008-03-12 Kristian H?gsberg install: Initialize package array correctly.
2008-03-12 Dan Winship add more background to DEPSOLVE.txt
2008-03-12 Dan Winship 64-bit fixes
2008-03-12 Kristian H?gsberg Fix importing flags from RPM file.
2008-03-12 Kristian H?gsberg Write out the new repo on install.
2008-03-12 Dan Winship "requires x > n" matches "provides x", but "obsoletes x < n" doesn't
2008-03-12 Dan Winship fix up transaction descriptions a little more
2008-03-12 Dan Winship update to match latest DEPSOLVE.txt changes; find updates of obsoleted packages
2008-03-11 Dan Winship move the initialization of the root entry name to razor_set_create
2008-03-11 Dan Winship deal with a single package being the target of both a FORCED_UPDATE and an INSTALL
2008-03-11 Dan Winship fix req_package in one case
2008-03-11 Dan Winship Fix file tree merging (broken since 7b26d6b3)
2008-03-11 Dan Winship fix generated provides of files provided by more than one package
2008-03-11 Dan Winship fix the types of fields in razor_property for easier debugging
2008-03-11 Dan Winship update to deal with obsoletes better
2008-03-11 Dan Winship update to match DEPSOLVE.txt
2008-03-10 Dan Winship when importing, create fake file PROVIDES to match file REQUIRES
2008-03-10 Dan Winship update DEPSOLVE.txt after talking with Kristian
2008-03-07 Dan Winship depsolving plan
2008-03-07 Dan Winship Fix both sides of provide/conflict handling to work the same way
2008-03-07 Dan Winship kill warning
2008-03-07 Dan Winship another checkpoint...
2008-03-07 Dan Winship fix version parsing to not sometimes use octal :)
2008-03-06 Kristian H?gsberg Use the razor transaction logic when installing rpms.
2008-03-06 Kristian H?gsberg Split install root creation out into command_init().
2008-03-06 Kristian H?gsberg Initalize empty package sets with a proper empty file list.
2008-03-06 Kristian H?gsberg Fix bug in razor_create_dir() path component loop.
2008-03-05 Kristian H?gsberg Fix epoch in rpm and rpmdb importer: epoch is an integer tag.
2008-03-05 Dan Winship keep track of both the install and the remove on an update
2008-03-05 Dan Winship move razor_set_diff so it's not in the middle of the transaction code
2008-03-05 Dan Winship clean up packages states some
2008-03-04 Dan Winship checkpoint, misc rewritage
2008-03-04 Dan Winship Fix version handling (particularly wrt epoch) on import
2008-03-03 Dan Winship unduplicate file-finding code
2008-03-03 Dan Winship add struct razor_transaction_resolver to reduce redundant procedure args
2008-03-03 Dan Winship redo some of the transaction code, get conflicts and obsoletes partly working
2008-02-29 Dan Winship add somewhat inefficient file dep removal code
2008-02-29 Dan Winship implement file dependencies for installs
2008-02-29 Dan Winship Redo updates and removes in terms of a single razor_transaction abstraction
2008-02-29 Dan Winship use -Wmissing-prototypes to help find dead code
2008-02-29 Dan Winship fix
2008-02-26 Dan Winship redo razor_set_update to only rebuild the set once
2008-02-26 Dan Winship fix one of the tests to match the probably mistaken python version, and
2008-02-22 Dan Winship Merge branch 'master' of git+ssh://people.freedesktop.org/~danw/razor
2008-02-21 Dan Winship make razor_set_update not loop forever on unsatisfiable dependencies
2008-02-22 Dan Winship redo razor_set_remove() to only do a single merge
2008-02-21 Dan Winship Add support for removing packages
2008-02-20 Dan Winship fix rebuild_property_package_lists to put the lists in the right pool
2008-02-20 Dan Winship Merge file lists when updating
2008-02-20 Dan Winship Fix file importing code to not generate some duplicate directories
2008-02-15 Dan Winship redo test framework, with tests taken from yum sources
2008-02-15 Dan Winship misc fixes for edge cases
2008-02-15 Dan Winship remove some unused code
2008-02-14 Dan Winship (trivial optimization)
2008-02-14 Dan Winship add a missing comparison to ensure correct repo sorting