summaryrefslogtreecommitdiff
path: root/razor.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-22Track file owner ship.Kristian Høgsberg1-28/+67
2007-10-21Implement listing only files in a subdirectory.Kristian Høgsberg1-2/+32
2007-10-21Add a file tree section to the package set structure.Kristian Høgsberg1-0/+157
2007-10-07Extend importers to also pick up filelists for packages.Kristian Høgsberg1-0/+5
2007-10-05Add diff function to compute the difference between two package sets.Kristian Høgsberg1-0/+45
2007-09-30Split command line interface out into main.c.Kristian Høgsberg1-165/+19
2007-09-29Implement linear package set merger.Kristian Høgsberg1-56/+293
2007-09-20Split the property pool into three pools; requires, provides and packages.Kristian Høgsberg1-76/+45
2007-09-20Implement updating all packages.Kristian Høgsberg1-7/+50
2007-09-20Implement the rest of package updating.Kristian Høgsberg1-10/+97
2007-09-19Add comment about how to implement package addition faster.Kristian Høgsberg1-0/+12
2007-09-19Implement comparison of version strings and use where appropriate.Kristian Høgsberg1-7/+52
2007-09-19Sort packages on version as second order criteria.Kristian Høgsberg1-1/+1
2007-09-19First bits of package set update algorithm.Kristian Høgsberg1-1/+105
2007-09-19Move string hash table buckets to importer object.Kristian Høgsberg1-39/+32
2007-09-19Refactor the import interface and make it opaque.Kristian Høgsberg1-51/+144
2007-09-19Fix swapping of map entries in __qsort_with_data.Kristian Høgsberg1-2/+3
2007-09-19Add importer for system rpm database.Kristian Høgsberg1-0/+7
2007-09-18Split importers to import.c.Kristian Høgsberg1-350/+7
2007-09-14Make qsort_with_data return a map and avoid import_package/property.Kristian Høgsberg1-125/+118
2007-09-13Fix warning.Kristian Høgsberg1-0/+1
2007-09-13Use equality of string pool indices for string equality tests.Kristian Høgsberg1-5/+6
2007-09-13Add qsort_with_data that let's us pass user data to the compare callback.Kristian Høgsberg1-11/+67
2007-09-12Implement package set validation.Kristian Høgsberg1-0/+54
2007-09-12Make what-requires/provides support versioned queries.Kristian Høgsberg1-3/+9
2007-09-12Clean up writing/reading package sets a bit.Kristian Høgsberg1-65/+59
2007-09-11Implement property (requires/provides) to package mapping.Kristian Høgsberg1-37/+180
2007-09-07Refactor razor_set_write() a bit and stop writing the buckets section.Kristian Høgsberg1-55/+26
2007-09-07Use bsearch instead of hash table when looking up packages.Kristian Høgsberg1-10/+17
2007-09-07Add import feature for yum primary.xml files.Kristian Høgsberg1-2/+137
2007-09-07Add a size field to the section headers to avoid sentinels.Kristian Høgsberg1-17/+12
2007-09-07Clean up import logic and make it independent of XML parsing.Kristian Høgsberg1-98/+98
2007-09-07Sort on version as second order key for provides and requires.Kristian Høgsberg1-1/+6
2007-09-06Track the requires and provides per package.Kristian Høgsberg1-44/+186
2007-09-06Uniqueify requires and provides after import.Kristian Høgsberg1-80/+104
2007-09-06Also import requires.Kristian Høgsberg1-16/+91
2007-09-05Track provides in the package set.Kristian Høgsberg1-5/+96
2007-09-04Factor out array code.Kristian Høgsberg1-140/+130
2007-09-03Cleanup and renaming: hashtable and razor_context combined into razor_set.Kristian Høgsberg1-225/+183
2007-09-03Add a simple package list to the repo.Kristian Høgsberg1-9/+158
2007-09-03Initial commit.Kristian Høgsberg1-0/+495