2008-06-30convert razor_package_get_details() and razor_package_iterator_next() to varargs
Richard Hughes <richard@hughsie.com> [Mon, 30 Jun 2008 08:51:26 +0100] rev 302
convert razor_package_get_details() and razor_package_iterator_next() to varargs

The functions for getting package details about a package were limited to a few
things, when in the future we will want to support much more about a package.
The iterator was also limited to name,version,arch when most of the time we
didn't need all this data.

2008-06-29protect all exported functions by checking the input parameters for NULL input
Richard Hughes <richard@hughsie.com> [Sun, 29 Jun 2008 17:32:19 +0100] rev 301
protect all exported functions by checking the input parameters for NULL input

2008-06-29add missing licencing information at the top of each source file
Richard Hughes <richard@hughsie.com> [Sun, 29 Jun 2008 10:55:17 +0100] rev 300
add missing licencing information at the top of each source file

The licence text is needed when razor is packaged for Debian. :-)

2008-06-28Remove a couple of done TODO items.
Kristian H?gsberg <krh@redhat.com> [Sat, 28 Jun 2008 20:34:29 -0400] rev 299
Remove a couple of done TODO items.

2008-06-28Merge commit 'fdo/master'
Kristian H?gsberg <krh@redhat.com> [Sat, 28 Jun 2008 19:22:55 -0400] rev 298
Merge commit 'fdo/master'

2008-06-26include stdint.h in razor.h to fix an error
Richard Hughes <richard@hughsie.com> [Thu, 26 Jun 2008 07:17:48 +0100] rev 297
include stdint.h in razor.h to fix an error

This fixes the error: /usr/include/razor/razor.h:161: error: expected declaration specifiers or '...' before 'uint32_t'

2008-06-25Allow NULL pointers in razor_package_get_details().
Richard Hughes <richard@hughsie.com> [Wed, 25 Jun 2008 15:32:11 -0400] rev 296
Allow NULL pointers in razor_package_get_details().

committer: Kristian H?gsberg <krh@redhat.com>

2008-06-25Fix pkg-config file problems.
Kristian H?gsberg <krh@redhat.com> [Wed, 25 Jun 2008 15:29:49 -0400] rev 295
Fix pkg-config file problems.

It's libcurl, and expat doesn't have a pkg-config file.

2008-06-28Revert "Get api docs building"
Kristian H?gsberg <krh@redhat.com> [Sat, 28 Jun 2008 18:33:15 -0400] rev 294
Revert "Get api docs building"

Pass --enable-gtk-doc to ./configure to build API docs. Add a
status print-out at the end of configure.ac to show whether gtk-doc
was enabled.

This reverts commit 436386fb11ee56e50c2c76c496b1f6c39530e170.

2008-06-26Add more gtk-doc artifacts to gitignore
James Bowes <jbowes@redhat.com> [Thu, 26 Jun 2008 20:49:11 -0400] rev 293
Add more gtk-doc artifacts to gitignore