2008-04-07 Kristian H?gsberg Reduce harmless warnings from run_script().
2008-04-07 Kristian H?gsberg Don't install files if package has no files.
2008-04-07 Kristian H?gsberg Create the new repo file O_EXCL to prevent racing with another razor process.
2008-04-07 Kristian H?gsberg Merger razor_transaction_run() and destroy() as finish().
2008-04-07 Kristian H?gsberg Finish razor_transaction_destroy some more.
2008-04-06 Kristian H?gsberg Make install command download and install all requirements.
2008-04-06 Kristian H?gsberg Fix segfault on ./razor list.
2008-04-06 Kristian H?gsberg Also store the package arch in the pacakge set file.
2008-04-06 Kristian H?gsberg Merger structs razor_transaction and razor_transaction_resolver.
2008-04-06 Kristian H?gsberg Hide a bunch of depsolver internals in razor.c.
2008-04-06 Kristian H?gsberg Make a note about how we don't handle release-less properties.
2008-04-06 Kristian H?gsberg Don't print stray newline if nothing was downloaded.
2008-04-05 Kristian H?gsberg Add download command to download packages from yum repo.
2008-04-05 Kristian H?gsberg Move qsort_with_data to util.c.
2008-04-05 Kristian H?gsberg No dirnames more likely means 'no files', not old-style filenames.
2008-04-05 Kristian H?gsberg Use razor_write() for piping script to interpreter.
2008-03-20 Dan Winship fix find_package_matching to not accidentally skip some packages
2008-03-18 Dan Winship Merge branch 'master' of git://people.freedesktop.org/~krh/razor
2008-03-14 Dan Winship description of the repo file format / struct razor_set
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