razor2.git/.git
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...
2008-02-04 Dan WinshipFix repo format on x86_64 by using uint32_t instead...
2008-02-04 Dan Winshipdon't use -O2 for now
2008-01-22 Kristian H... Fix comparisong bug in razor_set_diff().
2008-01-22 Kristian H... Use a package iterator in find_packages() to add packag...
2008-01-22 Kristian H... Factor out property importing for rpm importer.
2008-01-22 Kristian H... Use iterators for razor_set_diff() implementation.
2008-01-18 Kristian H... Use the package iterator for looping over file owners...
2008-01-18 Kristian H... Add a package iterator for iterating through property...
2008-01-11 Kristian H... Move more front-end logic from razor_set_list_property_...
2008-01-11 Kristian H... Use property iterator in razor_set_list_property_packag...
2008-01-11 Kristian H... Clean up property iterator constructor a bit.
2008-01-11 Kristian H... Implement razor_set_get_package() using the package...
2008-01-11 Kristian H... Use property iterator for razor_set_get_property().
2008-01-11 Kristian H... Get rid of razor_importer_tokenize() helper function.
2008-01-11 Kristian H... Fix a few warnings.
2008-01-08 Kristian H... Add missing test.xml.
2008-01-04 Kristian H... Add iterator API, boot-strap test suite.
2008-01-03 Kristian H... Split a few functions out into new file util.c.
2007-12-30 Kristian H... Drop unused sha1.h.
2007-12-29 Kristian H... Fix a bit of return -1 / exit(-1) confusion.
2007-12-29 Kristian H... Use fstat() instead of stat() when opening rpm.
2007-12-29 Kristian H... Drop table based section lookup and look up sections...
2007-12-27 Kristian H... Extend installer implementation further.
2007-12-27 Kristian H... Run install scripts.
2007-12-27 Kristian H... Use an array of tags instead of a big switch for parsin...
2007-11-16 Kristian H... Fix file tree traversal to not skip the last entry.
2007-11-13 Kristian H... Dump a couple of ideas to TODO, prune a few old items.
2007-11-13 Kristian H... Drop unused sha1.c from repository.
2007-11-13 Kristian H... Add the start of a test suite for the core razor functi...
2007-11-12 Kristian H... Clean up the merging code a bit.
2007-11-11 Kristian H... Split out hashtable functionality from importer.
2007-11-09 Kristian H... First steps towards rpm installation.
2007-11-09 Kristian H... Drop support for half-baked rzr file idea.
2007-11-08 Kristian H... Extend rpm dumper into an rpm importer.
2007-11-07 Kristian H... Add the first bits of rpm file parser.
2007-11-06 Kristian H... Improve download error handling, don't use libcurl...
2007-11-06 Kristian H... Only download yum files if they're not there.
2007-11-06 Kristian H... Link to curl and download yum files automatically.
2007-11-04 Kristian H... Parse filelists.xml.gz too, so we import the yum files...
2007-11-04 Kristian H... Set the property type when merging package sets.
2007-11-04 Kristian H... Don't reset yum parser state when finishing parsing...
2007-11-03 Kristian H... Import obsoletes and conflicts; add commands to list...
2007-11-01 Kristian H... Store requires and provides in the same list.
2007-10-29 Kristian H... Trim TODO, start tracking what's needed for 0.1 (replac...
next