2008-06-04Start implementing erase - still need better depsolver.
Kristian H?gsberg <krh@redhat.com> [Wed, 04 Jun 2008 20:53:17 -0400] rev 220
Start implementing erase - still need better depsolver.

2008-06-04Support bundling of single letter options.
Kristian H?gsberg <krh@redhat.com> [Wed, 04 Jun 2008 20:16:50 -0400] rev 219
Support bundling of single letter options.

2008-06-04Process all option structs that match a given arg.
Kristian H?gsberg <krh@redhat.com> [Wed, 04 Jun 2008 20:04:57 -0400] rev 218
Process all option structs that match a given arg.

This lets us handle options such as -i that have different meanings
depending on what other options are present on the command line.

2008-06-04Implement the rpm --package option.
Kristian H?gsberg <krh@redhat.com> [Wed, 04 Jun 2008 15:04:45 -0400] rev 217
Implement the rpm --package option.

2008-06-04Flesh out the rpm -q part of the rpm command line wrapper.
Kristian H?gsberg <krh@redhat.com> [Wed, 04 Jun 2008 13:27:49 -0400] rev 216
Flesh out the rpm -q part of the rpm command line wrapper.

2008-06-03Start rpm commandline compatible wrapper.
Kristian H?gsberg <krh@redhat.com> [Tue, 03 Jun 2008 15:21:22 -0400] rev 215
Start rpm commandline compatible wrapper.

2008-04-30Add more TODO items.
Kristian H?gsberg <krh@localhost.localdomain> [Wed, 30 Apr 2008 18:22:47 -0400] rev 214
Add more TODO items.

2008-04-09Edit TODO a bit.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Wed, 09 Apr 2008 21:28:17 -0400] rev 213
Edit TODO a bit.

2008-04-09Add GPLv2 license headers.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Wed, 09 Apr 2008 21:14:36 -0400] rev 212
Add GPLv2 license headers.

Make it all GPLv2 for now, we may want to break out an LGPLv2 librazor later.

2008-04-09Use the cpio headers instead of the rpm headers when unpacking.
Kristian H?gsberg <krh@jiraiya.boston.redhat.com> [Wed, 09 Apr 2008 02:41:03 -0400] rev 211
Use the cpio headers instead of the rpm headers when unpacking.

The files in the cpio payload doesn't actually follow the file order
in the rpm headers, so we need to decode the cpio header and use the
information there.