2009-01-08Don't try and create symbolic links on platforms that don't support symlink()
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 08 Jan 2009 13:51:07 +0000] rev 327
Don't try and create symbolic links on platforms that don't support symlink()

2009-01-07Support platforms where mkdir only takes one argument (eg., MS-Windows)
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 18:00:06 +0000] rev 326
Support platforms where mkdir only takes one argument (eg., MS-Windows)

2009-01-07Include limits.h in files which used PATH_MAX for portability
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 17:59:12 +0000] rev 325
Include limits.h in files which used PATH_MAX for portability

2009-01-07Avoid unportable "uint" type
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 17:26:33 +0000] rev 324
Avoid unportable "uint" type

2009-01-07Add support for platforms without fnmatch.
J. Ali Harlow <ali@juiblex.co.uk> [Wed, 07 Jan 2009 17:17:10 +0000] rev 323
Add support for platforms without fnmatch.

This uses gnulib so you will need to have a copy in order
to run autogen.sh (but not to build from a tarball). Either
arrange for gnulib-tool to be in your path or set the
environment variable GNULIB_TOOL to point to its location.

2009-01-06Support platforms without mmap
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 17:33:37 +0000] rev 322
Support platforms without mmap

2009-01-06Make curl an optional dependancy
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 16:00:32 +0000] rev 321
Make curl an optional dependancy

2009-01-06Make rpmlib an optional dependency
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 06 Jan 2009 14:06:00 +0000] rev 320
Make rpmlib an optional dependency

Use configure --without-rpm to avoid the dependency (default is unchanged).

2009-01-05Reduce intltool requirements to version 0.35 for compatibility with Centos 5
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 05 Jan 2009 17:39:05 +0000] rev 319
Reduce intltool requirements to version 0.35 for compatibility with Centos 5

2008-07-09Use strings to identify section types in the on-disk repo format.
James Bowes <jbowes@redhat.com> [Wed, 09 Jul 2008 10:11:13 -0400] rev 318
Use strings to identify section types in the on-disk repo format.

Previously, a given razor file type had a fixed number of sections in a
fixed order, identified by an integer type. Now, sections are identified
by a named string (stored in a string pool after the section lists).

This will allow for razor files to contain arbitrary sections.

For bonus points, also drop the 4k section alignment and change the
magic byte string to "RZDB".

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