razor2.git/.git
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...
2007-10-26 Kristian H... Use a terminator bit instead of ~0 for all lists.
2007-10-26 Kristian H... More ideas for TODO.
2007-10-25 Kristian H... Fix yum importer.
2007-10-25 Kristian H... Use immediate links for property package lists too.
2007-10-24 Kristian H... Introduce an immediate bit for 1-length lists.
2007-10-24 Kristian H... Import rpm release as part of the version.
2007-10-24 Kristian H... Add README and add primary.xml.gz to .gitignore.
2007-10-24 Kristian H... Fix problem where / would get added as an entry under...
2007-10-24 Kristian H... Track files per package and add command to list them.
2007-10-24 Kristian H... Prune TODO items.
2007-10-23 Kristian H... Add fnmatch() filtering to output to improve tab-comple...
2007-10-23 Kristian H... Add bash completion script.
2007-10-23 Kristian H... Track file owner ship.
2007-10-23 Kristian H... TODO: Add pipelined download and install idea.
2007-10-23 Kristian H... Fix argument parsing for a couple of commands.
2007-10-22 Kristian H... Implement listing only files in a subdirectory.
2007-10-22 Kristian H... Add a file tree section to the package set structure.
2007-10-22 Kristian H... Update TODO a bit.
2007-10-07 Kristian H... Extend importers to also pick up filelists for packages.
2007-10-05 Kristian H... Fix typo in command_update().
2007-10-05 Kristian H... Add diff function to compute the difference between...
2007-09-30 Kristian H... Split command line interface out into main.c.
2007-09-30 Kristian H... Get version flags for requires in rpmdb importer.
2007-09-29 Kristian H... Implement linear package set merger.
2007-09-26 Kristian H... Update TODO; prune a couple of obsolete items, add...
2007-09-20 Kristian H... Split the property pool into three pools; requires...
2007-09-20 Kristian H... Implement updating all packages.
2007-09-20 Kristian H... Implement the rest of package updating.
2007-09-20 Kristian H... Add comment about how to implement package addition...
2007-09-20 Kristian H... Implement comparison of version strings and use where...
2007-09-19 Kristian H... Sort packages on version as second order criteria.
2007-09-19 Kristian H... First bits of package set update algorithm.
2007-09-19 Kristian H... Move string hash table buckets to importer object.
2007-09-19 Kristian H... Fix type-punning warnings.
2007-09-19 Kristian H... Refactor the import interface and make it opaque.
2007-09-19 Kristian H... Fix swapping of map entries in __qsort_with_data.
2007-09-19 Kristian H... Add importer for system rpm database.
2007-09-18 Kristian H... Split importers to import.c.
2007-09-18 Kristian H... Add makefile rule to download and import yum data.
2007-09-14 Kristian H... Make qsort_with_data return a map and avoid import_pack...
next