2004-01-19  Rohan Drape  <rohan@henri.localdomain>

	* configure.ac: Add endian check.

	* byte-order.c: Update from common for error fixes. 

2004-01-18  Rohan Drape  <rohan@henri.localdomain>

	* packet.c: Fix error in packet_ntoh, was using meta data before
	unscrambling it.

2004-01-17  Rohan Drape  <rohan@henri.localdomain>

	* packet.c: Fix to manage byte order for data as well as meta
	data.

	* byte-order.c: Add file from common.

	* network.c: Fix typo.

2004-01-14  Rohan Drape  <rohan@henri.localdomain>

	* packet.c: Delete timestamp field.  This will break commincation
	with any existing binaries.

2004-01-13  Rohan Drape  <rohan@henri.localdomain>

	* packet.c: Fix timestamp to be 64bits.  This should always have
	been the case, it was fudged to 32bits to ignore lackof network
	translators.

	* memory.c: Create file.

	* file.c: Create file, actually renamed from buffer.c.

	* jack.c: Move ringbuffer utilities here since that is now part of
	JACK.

	* accounting.c: Delete file, used during the initial design and
	testing only.

2004-01-11  Rohan Drape  <rohan@henri.localdomain>

	* buffer.c: Fix to use xread.

2004-01-09  Rohan Drape  <rohan@henri.localdomain>

	* buffer.c: Delete unused procedures.

	* jack.udp.c: Fix error handling.  Make buffer size option be a
	frame count.  Fix usage message.  Fix xpipe return value.

2004-01-06  Rohan Drape  <rohan@henri.localdomain>

	* jack.udp.c: Delete ringbuffer files and use JACK version.  

2003-12-27  Rohan Drape  <rohan@alice.localdomain>

	* jack.c: Create file and move JACK common to here.

	* ringbuffer.c: Add const qualifiers where appropriate.

	* jack.udp.c: Add network/host conversion of packet meta data.

2003-12-23  Rohan Drape  <rohan@henri.localdomain>

	* jack.udp.c: Create project and all files.  The basic
	infrastructure is derived from jack.play and modified as required.
	Initial use indicates reliable operation streaming ten 32bit
	channels at 44100Hz over a crossover cable using CVS JACK in
	unpriveleged mode under 2.6.0.

	The current implementation sends only fully laden packets and
	ignores the timestamp field.

