2007-11-05 Kristian H?gsberg Improve download error handling, don't use libcurl progress.
2007-11-05 Kristian H?gsberg Only download yum files if they're not there.
2007-11-05 Kristian H?gsberg Link to curl and download yum files automatically.
2007-11-04 Kristian H?gsberg Parse filelists.xml.gz too, so we import the yum files too.
2007-11-04 Kristian H?gsberg Set the property type when merging package sets.
2007-11-04 Kristian H?gsberg Don't reset yum parser state when finishing parsing rpm:entry.
2007-11-03 Kristian H?gsberg Import obsoletes and conflicts; add commands to list them.
2007-10-31 Kristian H?gsberg Store requires and provides in the same list.
2007-10-28 Kristian H?gsberg Trim TODO, start tracking what's needed for 0.1 (replace rpm+yum).
2007-10-25 Kristian H?gsberg Use a terminator bit instead of ~0 for all lists.
2007-10-25 Kristian H?gsberg More ideas for TODO.
2007-10-25 Kristian H?gsberg Fix yum importer.
2007-10-25 Kristian H?gsberg Use immediate links for property package lists too.
2007-10-24 Kristian H?gsberg Introduce an immediate bit for 1-length lists.
2007-10-24 Kristian H?gsberg Import rpm release as part of the version.
2007-10-24 Kristian H?gsberg Add README and add primary.xml.gz to .gitignore.
2007-10-24 Kristian H?gsberg Fix problem where / would get added as an entry under root directory.
2007-10-24 Kristian H?gsberg Track files per package and add command to list them.
2007-10-24 Kristian H?gsberg Prune TODO items.
2007-10-23 Kristian H?gsberg Add fnmatch() filtering to output to improve tab-completion.
2007-10-22 Kristian H?gsberg Add bash completion script.
2007-10-22 Kristian H?gsberg Track file owner ship.
2007-10-22 Kristian H?gsberg TODO: Add pipelined download and install idea.
2007-10-22 Kristian H?gsberg Fix argument parsing for a couple of commands.
2007-10-21 Kristian H?gsberg Implement listing only files in a subdirectory.
2007-10-21 Kristian H?gsberg Add a file tree section to the package set structure.
2007-10-21 Kristian H?gsberg Update TODO a bit.
2007-10-07 Kristian H?gsberg Extend importers to also pick up filelists for packages.
2007-10-05 Kristian H?gsberg Fix typo in command_update().
2007-10-05 Kristian H?gsberg Add diff function to compute the difference between two package sets.
2007-09-30 Kristian H?gsberg Split command line interface out into main.c.
2007-09-29 Kristian H?gsberg Get version flags for requires in rpmdb importer.
2007-09-29 Kristian H?gsberg Implement linear package set merger.
2007-09-26 Kristian H?gsberg Update TODO; prune a couple of obsolete items, add a new few new.
2007-09-20 Kristian H?gsberg Split the property pool into three pools; requires, provides and packages.
2007-09-20 Kristian H?gsberg Implement updating all packages.
2007-09-20 Kristian H?gsberg Implement the rest of package updating.
2007-09-19 Kristian H?gsberg Add comment about how to implement package addition faster.
2007-09-19 Kristian H?gsberg Implement comparison of version strings and use where appropriate.
2007-09-19 Kristian H?gsberg Sort packages on version as second order criteria.
2007-09-19 Kristian H?gsberg First bits of package set update algorithm.
2007-09-19 Kristian H?gsberg Move string hash table buckets to importer object.
2007-09-19 Kristian H?gsberg Fix type-punning warnings.
2007-09-19 Kristian H?gsberg Refactor the import interface and make it opaque.
2007-09-19 Kristian H?gsberg Fix swapping of map entries in __qsort_with_data.
2007-09-19 Kristian H?gsberg Add importer for system rpm database.
2007-09-18 Kristian H?gsberg Split importers to import.c.
2007-09-18 Kristian H?gsberg Add makefile rule to download and import yum data.
2007-09-14 Kristian H?gsberg Make qsort_with_data return a map and avoid import_package/property.
2007-09-13 Kristian H?gsberg Fix warning.
2007-09-13 Kristian H?gsberg Use equality of string pool indices for string equality tests.
2007-09-13 Kristian H?gsberg Add qsort_with_data that let's us pass user data to the compare callback.
2007-09-12 Kristian H?gsberg Implement package set validation.
2007-09-12 Kristian H?gsberg Make what-requires/provides support versioned queries.
2007-09-12 Kristian H?gsberg Clean up writing/reading package sets a bit.
2007-09-11 Kristian H?gsberg Implement property (requires/provides) to package mapping.
2007-09-07 Kristian H?gsberg Refactor razor_set_write() a bit and stop writing the buckets section.
2007-09-07 Kristian H?gsberg Use bsearch instead of hash table when looking up packages.
2007-09-07 Kristian H?gsberg Add import feature for yum primary.xml files.
2007-09-07 Kristian H?gsberg Add a size field to the section headers to avoid sentinels.