summaryrefslogtreecommitdiff
path: root/src/docs/custom_data.dox
AgeCommit message (Expand)Author
2014-02-25Configuration parser API, update documentation and examples.Alex Gorrod
2013-08-05Soften the requirement that data-source implementations of bitfieldKeith Bostic
2013-07-29Clarify when applications have to keep key/value buffers valid.Michael Cahill
2013-04-18Export more of the config parsing machinery to the extension API: we're going...Michael Cahill
2013-04-17Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic
2013-04-17Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next;Keith Bostic
2013-04-16Add a new WT_EXTENSION_API method that returns the default session forKeith Bostic
2013-04-11More work on data-source configuration support.Keith Bostic
2013-04-11Add a small example for list using strsep -- I'm pretty sure this isKeith Bostic
2013-04-11Enhance some wording and the examples.Keith Bostic
2013-04-10Add documentation and examples for setting custom configuration strings.Keith Bostic
2013-04-10Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic
2013-04-06Document that WT_DATA_SOURCE and WT_COLLATOR are incompatible.Keith Bostic
2013-04-06Rename "kvs" to "kvsbdb" to make room for the STEC implementation.Keith Bostic
2013-04-04Write some custom data source documentation based on my Berkeley DB code.Keith Bostic