razor2.git/.git
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...
2008-03-06 Dan Winshipkeep track of both the install and the remove on an...
2008-03-06 Dan Winshipmove razor_set_diff so it's not in the middle of the...
2008-03-05 Dan Winshipclean up packages states some
2008-03-05 Dan Winshipcheckpoint, misc rewritage
2008-03-04 Dan WinshipFix version handling (particularly wrt epoch) on import
2008-03-03 Dan Winshipunduplicate file-finding code
2008-03-03 Dan Winshipadd struct razor_transaction_resolver to reduce redunda...
2008-03-03 Dan Winshipredo some of the transaction code, get conflicts and...
2008-02-29 Dan Winshipadd somewhat inefficient file dep removal code
2008-02-29 Dan Winshipimplement file dependencies for installs
2008-02-29 Dan WinshipRedo updates and removes in terms of a single razor_tra...
2008-02-29 Dan Winshipuse -Wmissing-prototypes to help find dead code
2008-02-29 Dan Winshipfix
2008-02-26 Dan Winshipredo razor_set_update to only rebuild the set once
2008-02-26 Dan Winshipfix one of the tests to match the probably mistaken...
2008-02-22 Dan WinshipMerge branch 'master' of git+ssh://people.freedesktop...
2008-02-22 Dan Winshipredo razor_set_remove() to only do a single merge
2008-02-21 Dan Winshipmake razor_set_update not loop forever on unsatisfiable...
2008-02-21 Dan WinshipAdd support for removing packages
2008-02-20 Dan Winshipfix rebuild_property_package_lists to put the lists...
2008-02-20 Dan WinshipMerge file lists when updating
2008-02-20 Dan WinshipFix file importing code to not generate some duplicate...
2008-02-15 Dan Winshipredo test framework, with tests taken from yum sources
2008-02-15 Dan Winshipmisc fixes for edge cases
2008-02-15 Dan Winshipremove some unused code
2008-02-14 Dan Winship(trivial optimization)
2008-02-14 Dan Winshipadd a missing comparison to ensure correct repo sorting
2008-02-11 Dan WinshipSplit razor_package and razor_entry names into name...
2008-02-11 Dan Winshipsplit razor_property.name into name, flags, and type...
2008-02-11 Dan WinshipChange list flags back to 8 bits instead of just 2
2008-02-08 Dan Winshipimprove the list abstraction with "struct list_head...
2008-02-08 Dan WinshipAdd a list abstraction for package/property lists
2008-02-07 Dan Winshipsplit array and hashtable code out into a new file
2008-02-06 Dan Winshipclean up some duplicated code around calls to add_to_pr...
2008-02-06 Dan Winshippad repo files with 0 bytes, not random memory
2008-02-06 Dan Winshipfix dependencies
2008-02-05 Dan Winships/import/yum/
2008-02-05 Dan Winshipupdate
2008-02-04 Dan WinshipSupport for less/equal/greater version in requires...
next