Kristian H?gsberg <krh@redhat.com> [Tue, 08 Jul 2008 21:55:56 -0400] rev 313
Use the file string pool when merging directories.
Kristian H?gsberg <krh@redhat.com> [Wed, 02 Jul 2008 14:39:44 -0400] rev 312
Rename a couple more .repo references.
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.
Richard Hughes <richard@hughsie.com> [Wed, 02 Jul 2008 18:46:47 +0100] rev 310
rename the .repo files to .rzdb files
Kristian H?gsberg <krh@redhat.com> [Tue, 01 Jul 2008 10:49:48 -0400] rev 309
Document the razor_importer API.
Kristian H?gsberg <krh@redhat.com> [Tue, 01 Jul 2008 09:44:46 -0400] rev 308
Update docs for the RAZOR_DETAIL_LAST change.
Richard Hughes <richard@hughsie.com> [Tue, 01 Jul 2008 09:22:25 +0100] rev 307
convert the NULL sentinel to RAZOR_DETAIL_LAST
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.
Kristian H?gsberg <krh@redhat.com> [Mon, 30 Jun 2008 13:26:55 -0400] rev 305
Tweak razor search a bit: casefold, print summary, search rawhide instead.
Richard Hughes <richard@hughsie.com> [Mon, 30 Jun 2008 10:46:20 +0100] rev 304
the vararg list must be terminated with zero else 64bit machines may crash
On 64 bit systems, the integer 0 is 32 bits and the pointer 0 is 64 bits.
The upper 32 bits will not be cleared and the loop will never terminate.
Also add the RAZOR_SENTINEL __attribute__ ((__sentinel__(0))) on GCC4
so we catch where we get this wrong automatically.
This also fixes the new search functionality from James which was missed
in the merge.