summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2008-06-09Move razor root code to its own file.Kristian Høgsberg1-1/+1
2008-06-09Add librazor.a to Makefile to make it clearer what is core razor.Kristian Høgsberg1-5/+9
2008-06-04Implement the rpm --package option.Kristian Høgsberg1-1/+1
2008-06-04Flesh out the rpm -q part of the rpm command line wrapper.Kristian Høgsberg1-1/+1
2008-06-03Start rpm commandline compatible wrapper.Kristian Høgsberg1-1/+3
2008-04-07Reduce harmless warnings from run_script().Kristian Høgsberg1-1/+1
2008-03-12install: Initialize package array correctly.Kristian Høgsberg1-0/+4
2008-02-29use -Wmissing-prototypes to help find dead codeDan Winship1-1/+1
2008-02-07split array and hashtable code out into a new fileDan Winship1-2/+3
2008-02-06fix dependenciesDan Winship1-0/+2
2008-02-05s/import/yum/Dan Winship1-1/+1
2008-02-04don't use -O2 for nowDan Winship1-1/+1
2008-01-03Add iterator API, boot-strap test suite.Kristian Høgsberg1-1/+1
2008-01-03Split a few functions out into new file util.c.Kristian Høgsberg1-2/+2
2007-11-13Add the start of a test suite for the core razor functionality.Kristian Høgsberg1-1/+8
2007-11-07Add the first bits of rpm file parser.Kristian Høgsberg1-1/+1
2007-11-05Link to curl and download yum files automatically.Kristian Høgsberg1-7/+1
2007-11-04Parse filelists.xml.gz too, so we import the yum files too.Kristian Høgsberg1-1/+1
2007-10-25Fix yum importer.Kristian Høgsberg1-1/+1
2007-09-30Split command line interface out into main.c.Kristian Høgsberg1-1/+1
2007-09-20Split the property pool into three pools; requires, provides and packages.Kristian Høgsberg1-1/+1
2007-09-20Implement the rest of package updating.Kristian Høgsberg1-1/+1
2007-09-19Add importer for system rpm database.Kristian Høgsberg1-1/+1
2007-09-18Split importers to import.c.Kristian Høgsberg1-1/+1
2007-09-18Add makefile rule to download and import yum data.Kristian Høgsberg1-0/+6
2007-09-13Use equality of string pool indices for string equality tests.Kristian Høgsberg1-1/+1
2007-09-03Initial commit.Kristian Høgsberg1-0/+7