2008-07-08Always open all three rzdb files when we're merging package sets.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 21:59:36 -0400] rev 315
Always open all three rzdb files when we're merging package sets.

2008-07-08Fix old typo in file merging code.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 21:56:53 -0400] rev 314
Fix old typo in file merging code.

2008-07-08Use the file string pool when merging directories.
Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 21:55:56 -0400] rev 313
Use the file string pool when merging directories.

2008-07-02Rename a couple more .repo references.
Kristian H?gsberg <krh@redhat.com> [Wed, 02 Jul 2008 14:39:44 -0400] rev 312
Rename a couple more .repo references.

2008-07-02Move DEPSOLVE.txt and REPO.txt into docbook.
Kristian H?gsberg <krh@redhat.com> [Wed, 02 Jul 2008 14:37:38 -0400] rev 311
Move DEPSOLVE.txt and REPO.txt into docbook.

A little messy, but it's a first step towards pulling all the docs into
a nice self-contained document.

2008-07-02rename the .repo files to .rzdb files
Richard Hughes <richard@hughsie.com> [Wed, 02 Jul 2008 18:46:47 +0100] rev 310
rename the .repo files to .rzdb files

2008-07-01Document the razor_importer API.
Kristian H?gsberg <krh@redhat.com> [Tue, 01 Jul 2008 10:49:48 -0400] rev 309
Document the razor_importer API.

2008-07-01Update docs for the RAZOR_DETAIL_LAST change.
Kristian H?gsberg <krh@redhat.com> [Tue, 01 Jul 2008 09:44:46 -0400] rev 308
Update docs for the RAZOR_DETAIL_LAST change.

2008-07-01convert the NULL sentinel to RAZOR_DETAIL_LAST
Richard Hughes <richard@hughsie.com> [Tue, 01 Jul 2008 09:22:25 +0100] rev 307
convert the NULL sentinel to RAZOR_DETAIL_LAST

2008-06-30Get rid of razor_set_get_package().
Kristian H?gsberg <krh@redhat.com> [Mon, 30 Jun 2008 13:28:59 -0400] rev 306
Get rid of razor_set_get_package().

This was always a silly little helper function, not general enough for
real world applications. Use an iterator to search through the set to
find the package of interest.