razor.git
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...
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.