main.c
2008-06-15 WIP patch for seperate files for filelists and package details
2008-06-08 Add url and license package data as well
2008-06-08 Import summary and description into the repo files.
2008-04-09 Add GPLv2 license headers.
2008-04-09 Use the cpio headers instead of the rpm headers when unpacking.
2008-04-08 Make transaction resolve step optional.
2008-04-07 Mark package to be installed or removed after creating the transaction.
2008-04-07 Detect failure to create download target file.
2008-04-07 Create rpms dir on demand.
2008-04-07 Silly spelling error.
2008-04-07 Handle http errors better.
2008-04-07 Handle arch correctly in command_download() and print some status at the end.
2008-04-07 Remove redundant curl initialization.
2008-04-07 Skip epoch prefix when creating filenames/urls.
2008-04-07 Misc comment/todo changes.
2008-04-07 Create the new repo file O_EXCL to prevent racing with another razor process.
2008-04-07 Merger razor_transaction_run() and destroy() as finish().
2008-04-06 Make install command download and install all requirements.
2008-04-06 Fix segfault on ./razor list.
2008-04-06 Also store the package arch in the pacakge set file.
2008-04-06 Hide a bunch of depsolver internals in razor.c.
2008-04-06 Don't print stray newline if nothing was downloaded.
2008-04-05 Add download command to download packages from yum repo.
2008-04-05 Move qsort_with_data to util.c.
2008-03-12 install: Initialize package array correctly.
2008-03-12 Write out the new repo on install.
2008-03-07 kill warning
2008-03-06 Use the razor transaction logic when installing rpms.
2008-03-06 Split install root creation out into command_init().
2008-02-29 Redo updates and removes in terms of a single razor_transaction abstraction
2008-02-21 Add support for removing packages
2008-02-04 Support for less/equal/greater version in requires/conflicts, etc
2008-01-17 Use the package iterator for looping over file owners too.
2008-01-17 Add a package iterator for iterating through property owners.
2008-01-10 Move more front-end logic from razor_set_list_property_packages() to main.c.
2008-01-10 Fix a few warnings.
2008-01-03 Add iterator API, boot-strap test suite.
2007-11-08 First steps towards rpm installation.
2007-11-08 Extend rpm dumper into an rpm importer.
2007-11-07 Add the first bits of rpm file parser.
2007-11-05 Improve download error handling, don't use libcurl progress.
2007-11-05 Only download yum files if they're not there.
2007-11-05 Link to curl and download yum files automatically.
2007-11-04 Parse filelists.xml.gz too, so we import the yum files too.
2007-11-03 Import obsoletes and conflicts; add commands to list them.
2007-10-31 Store requires and provides in the same list.
2007-10-24 Track files per package and add command to list them.
2007-10-23 Add fnmatch() filtering to output to improve tab-completion.
2007-10-22 Track file owner ship.
2007-10-22 Fix argument parsing for a couple of commands.
2007-10-21 Implement listing only files in a subdirectory.
2007-10-21 Add a file tree section to the package set structure.
2007-10-05 Fix typo in command_update().
2007-10-05 Add diff function to compute the difference between two package sets.
2007-09-30 Split command line interface out into main.c.