razor.git
2008-06-21 Kristian H... Introduce install/remove iterators.
2008-06-21 Kristian H... Fix the razor_set_diff() callback prototype.
2008-06-21 Kristian H... command_update: check the right return code to see...
2008-06-21 Kristian H... Fix package queries for empty sets.
2008-06-20 Kristian H... Add getter to return system set for a razor_root.
2008-06-20 Kristian H... Rename razor_importer_new to _create to follow convention.
2008-06-20 Kristian H... Break up the monolithic razor.c.
2008-06-20 Kristian H... Record the time of dependencies (post, pre, postun...
2008-06-19 Kristian H... Handle NULL dirnames when importing rpms into a set.
2008-06-19 Kristian H... Make razor install work again after the razor_root...
2008-06-17 Kristian H... Don't fail to update if there is not older package...
2008-06-17 Kristian H... Fix a typo when creating the root path.
2008-06-16 Richard HughesAdd spec file.
2008-06-16 Richard HughesAutoconfify razor.
2008-06-16 Kristian H... Do the same for rpm -i and rpm -U.
2008-06-16 Kristian H... Use depsolver to verify rpm -e, flush out more options.
2008-06-10 Kristian H... Make razor_transaction_describe() work and use it in...
2008-06-10 Kristian H... Remove some debug prints from depsolver.
2008-06-10 Kristian H... Add read-only open function for razor_root and support...
2008-06-09 Kristian H... Add --initdb support for rpm wrapper.
2008-06-09 Kristian H... Move razor root code to its own file.
2008-06-09 Kristian H... Add librazor.a to Makefile to make it clearer what...
2008-06-09 Kristian H... Introduce struct razor_root.
2008-06-09 Kristian H... Make yum url overridable by environment variable YUM_URL.
2008-06-09 Kristian H... Rewrite depsolver to use a series of passes over all...
2008-06-05 Kristian H... Factor out --query package selection, share with -...
2008-06-05 Kristian H... Start implementing rpm -i.
2008-06-05 Kristian H... Start implementing erase - still need better depsolver.
2008-06-05 Kristian H... Support bundling of single letter options.
2008-06-05 Kristian H... Process all option structs that match a given arg.
2008-06-04 Kristian H... Implement the rpm --package option.
2008-06-04 Kristian H... Flesh out the rpm -q part of the rpm command line wrapper.
2008-06-03 Kristian H... Start rpm commandline compatible wrapper.
2008-04-30 Kristian H... Add more TODO items.
2008-04-10 Kristian H... Edit TODO a bit.
2008-04-10 Kristian H... Add GPLv2 license headers.
2008-04-09 Kristian H... Use the cpio headers instead of the rpm headers when...
2008-04-09 Kristian H... Make transaction resolve step optional.
2008-04-08 Kristian H... Don't add package to transaction more than once.
2008-04-08 Kristian H... Mark package to be installed or removed after creating...
2008-04-08 Kristian H... Detect failure to create download target file.
2008-04-08 Kristian H... Create rpms dir on demand.
2008-04-07 Kristian H... Silly spelling error.
2008-04-07 Kristian H... Handle http errors better.
2008-04-07 Kristian H... Handle arch correctly in command_download() and print...
2008-04-07 Kristian H... Remove redundant curl initialization.
2008-04-07 Kristian H... Skip epoch prefix when creating filenames/urls.
2008-04-07 Kristian H... Misc comment/todo changes.
2008-04-07 Kristian H... Reduce harmless warnings from run_script().
2008-04-07 Kristian H... Don't install files if package has no files.
2008-04-07 Kristian H... Create the new repo file O_EXCL to prevent racing with...
2008-04-07 Kristian H... Merger razor_transaction_run() and destroy() as finish().
2008-04-07 Kristian H... Finish razor_transaction_destroy some more.
2008-04-07 Kristian H... Make install command download and install all requirements.
2008-04-07 Kristian H... Fix segfault on ./razor list.
2008-04-07 Kristian H... Also store the package arch in the pacakge set file.
2008-04-06 Kristian H... Merger structs razor_transaction and razor_transaction_...
2008-04-06 Kristian H... Hide a bunch of depsolver internals in razor.c.
2008-04-06 Kristian H... Make a note about how we don't handle release-less...
2008-04-06 Kristian H... Don't print stray newline if nothing was downloaded.
2008-04-06 Kristian H... Add download command to download packages from yum...
2008-04-05 Kristian H... Move qsort_with_data to util.c.
2008-04-05 Kristian H... No dirnames more likely means 'no files', not old-style...
2008-04-05 Kristian H... Use razor_write() for piping script to interpreter.
2008-03-20 Dan Winshipfix find_package_matching to not accidentally skip...
2008-03-18 Dan WinshipMerge branch 'master' of git://people.freedesktop.org...
2008-03-17 Kristian H... Only mark pacakges for update if there is a newer versi...
2008-03-14 Dan Winshipdescription of the repo file format / struct razor_set
2008-03-14 Dan Winshipremove some done things
2008-03-14 Dan Winshipspell out the depsolving rules explicitly, separate...
2008-03-13 Dan WinshipMerge branch 'master' of git://people.freedesktop.org...
2008-03-12 Kristian H... install: Handle the case where a directory already...
2008-03-12 Dan Winshipadd more background to DEPSOLVE.txt
2008-03-12 Dan Winship64-bit fixes
2008-03-12 Kristian H... install: Initialize package array correctly.
2008-03-12 Kristian H... Fix importing flags from RPM file.
2008-03-12 Kristian H... Write out the new repo on install.
2008-03-12 Dan Winship"requires x > n" matches "provides x", but "obsoletes...
2008-03-12 Dan Winshipfix up transaction descriptions a little more
2008-03-12 Dan Winshipupdate to match latest DEPSOLVE.txt changes; find updat...
2008-03-11 Dan Winshipmove the initialization of the root entry name to razor...
2008-03-11 Dan Winshipdeal with a single package being the target of both...
2008-03-11 Dan Winshipfix req_package in one case
2008-03-11 Dan WinshipFix file tree merging (broken since 7b26d6b3)
2008-03-11 Dan Winshipfix generated provides of files provided by more than...
2008-03-11 Dan Winshipfix the types of fields in razor_property for easier...
2008-03-11 Dan Winshipupdate to deal with obsoletes better
2008-03-11 Dan Winshipupdate to match DEPSOLVE.txt
2008-03-10 Dan Winshipwhen importing, create fake file PROVIDES to match...
2008-03-10 Dan Winshipupdate DEPSOLVE.txt after talking with Kristian
2008-03-07 Dan Winshipdepsolving plan
2008-03-07 Dan WinshipFix both sides of provide/conflict handling to work...
2008-03-07 Dan Winshipkill warning
2008-03-07 Dan Winshipanother checkpoint...
2008-03-07 Dan Winshipfix version parsing to not sometimes use octal :)
2008-03-06 Kristian H... Use the razor transaction logic when installing rpms.
2008-03-06 Kristian H... Split install root creation out into command_init().
2008-03-06 Kristian H... Initalize empty package sets with a proper empty file...
2008-03-06 Kristian H... Fix bug in razor_create_dir() path component loop.
2008-03-06 Kristian H... Fix epoch in rpm and rpmdb importer: epoch is an intege...
next