razor2.git/.git
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...
2007-09-13 Kristian H... Fix warning.
2007-09-13 Kristian H... Use equality of string pool indices for string equality...
2007-09-13 Kristian H... Add qsort_with_data that let's us pass user data to...
2007-09-12 Kristian H... Implement package set validation.
2007-09-12 Kristian H... Make what-requires/provides support versioned queries.
2007-09-12 Kristian H... Clean up writing/reading package sets a bit.
2007-09-11 Kristian H... Implement property (requires/provides) to package mapping.
2007-09-07 Kristian H... Refactor razor_set_write() a bit and stop writing the...
2007-09-07 Kristian H... Use bsearch instead of hash table when looking up packages.
2007-09-07 Kristian H... Add import feature for yum primary.xml files.
2007-09-07 Kristian H... Add a size field to the section headers to avoid sentinels.
2007-09-07 Kristian H... Clean up import logic and make it independent of XML...
2007-09-07 Kristian H... Sort on version as second order key for provides and...
2007-09-07 Kristian H... Also extract requires and provides versions in import...
2007-09-07 Kristian H... Track the requires and provides per package.
2007-09-06 Kristian H... Uniqueify requires and provides after import.
2007-09-06 Kristian H... Also import requires.
2007-09-05 Kristian H... Track provides in the package set.
2007-09-05 Kristian H... Factor out array code.
2007-09-05 Kristian H... Add idea for representing all files in a package set.
2007-09-04 Kristian H... Cleanup and renaming: hashtable and razor_context combi...
2007-09-04 Kristian H... Add a simple package list to the repo.
2007-09-04 Kristian H... Improve import script to also pull version and release...
2007-09-03 Kristian H... Add TODO and .gitignore.
2007-09-03 Kristian H... Initial commit.