ACHTUNG: AS OF 20110523, THIS PAGE IS NOW MAINTAINED IN THE NEW WIKI: http://fossil.wanderinghorse.net/wikis/whio/?page=TableOfContents
whio Wiki Table of Contents
- Home page
- NewsPage: overview of changes and improvements over time.
- Download to sources.
- TODOs: a partial list of overall TODOs.
- The amalgamation build: a single-source-file build of this library.
- Tips and tricks for using the library.
- whio_rc: the library's error codes
- whio_encode: codec functions for binary encoding/decoding values in an endian- and platform-neutral format.
- whio_stream: sequential-access i/o API
- whio_dev: random-access i/o API
- whio_dev_HOWTO: quick introduction to using whio_dev devices.
- whio_locking: byte locking in whio_dev.
- whio_vlbm: a whio_dev-stored variable-length block allocator. Basically like malloc(), but allocates storage space.
- whio_udb: a whio_dev-stored hashtable with fixed key/value sizes
- whio_udb_HOWTO: a quick intro to using whio_udb.
- whio_udb_tool: a tool for tinkering with whio_udb files.
- whio_ht: another whio_dev-stored hashtable with variable-sized keys and values
- whio_ht_HOWTO: a quick intro to using whio_ht.
- whio_ht_tool: a tool for tinkering with whio_ht files.
- whio_epfs: embedded pseudo-filesystem API.
- whio_epfs_consistency: Thoughts on EFS filesystem consistency/integrity.
- whio_epfs_namer: the optional "namer" API.
- whio_epfs_iomodel: about the EPFS i/o model.
- whio_epfs_locking: EPFS storage locking support.
- whio_epfs_mempool: the EPFS-internal memory allocator.
- whio_epfs_tools: tools for use with whio_epfs.
- whio_epfs_mkfs: create EPFS container files.
- whio_epfs_cp: import files into or out of EPFS containers.
- whio_epfs_ls: lists the contents of EPFS containers.
- whio_epfs_rm: removes entries from EPFS containers.
- whio_epfs_touch: modifies timestamps of EPFS entries.
- whio_epfs_label: gets or sets an EFS label.