Releases for Duat

Duat 4

Download: duat-4.tar.bz2
Size: 18.87 KB
md5_file hash: 889604351670bb47edeb4090a3c4717b
First released: Mon, 11/24/2008 - 01:44
Last updated: Mon, 11/24/2008 - 01:44

update for icemake and some curie API changes.

Duat 3

Download: duat-3.tar.bz2
Size: 21.31 KB
md5_file hash: 475a15cbc3a0c45da8d806e59b0f4c4a
First released: Sun, 10/05/2008 - 22:17
Last updated: Sun, 10/05/2008 - 22:22

This release fixes a number of bugs, cleans the API a bit and introduces an abstract set of operations to manipulate a synthesised filesystem.
The interface for manipulating files is not completely, especially writes to files and reads from anything but a static buffer do not work just yet, but it's getting there.

Duat 2

Download: duat-2.tar.bz2
Size: 17.47 KB
md5_file hash: cf6d9132caa646522f756b1b34a17d7b
First released: Mon, 09/22/2008 - 22:33
Last updated: Mon, 09/22/2008 - 22:33

This release includes minor fixes to make sure to avoid NULL-pointer dereferences, since now curie's memory primitives may return a NULL-pointer instead of silently looping forever.

Duat 1

Download: duat-1.tar.bz2
Size: 16.28 KB
md5_file hash: f4f7f275f5d055f2e17feab7f1e01c02
First released: Wed, 09/17/2008 - 22:36
Last updated: Wed, 09/17/2008 - 22:40

This is the first release of duat... thanks to syntropy, it even has doxygen documentation ;).

No test cases or proper documentation just yet, although i was able to implement a primitive server with this code on amd64; Consider this release more of an API snapshot. In the menu on the left, there is a link to autogenerated doxygen documentation for everyone's reading pleasure. Please, by all means, first go read the protocol description in section 5 of plan9's manual, as it will explain the message types and required parameters, which are NOT covered in the documentation of duat since the 9P documentation is good enough.