index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
docs
/
custom_data.dox
Age
Commit message (
Expand
)
Author
2014-02-25
Configuration parser API, update documentation and examples.
Alex Gorrod
2013-08-05
Soften the requirement that data-source implementations of bitfield
Keith Bostic
2013-07-29
Clarify when applications have to keep key/value buffers valid.
Michael Cahill
2013-04-18
Export more of the config parsing machinery to the extension API: we're going...
Michael Cahill
2013-04-17
Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.
Keith Bostic
2013-04-17
Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next;
Keith Bostic
2013-04-16
Add a new WT_EXTENSION_API method that returns the default session for
Keith Bostic
2013-04-11
More work on data-source configuration support.
Keith Bostic
2013-04-11
Add a small example for list using strsep -- I'm pretty sure this is
Keith Bostic
2013-04-11
Enhance some wording and the examples.
Keith Bostic
2013-04-10
Add documentation and examples for setting custom configuration strings.
Keith Bostic
2013-04-10
Add a new method WT_EXTENSION_API::config that takes a cfg[] and returns
Keith Bostic
2013-04-06
Document that WT_DATA_SOURCE and WT_COLLATOR are incompatible.
Keith Bostic
2013-04-06
Rename "kvs" to "kvsbdb" to make room for the STEC implementation.
Keith Bostic
2013-04-04
Write some custom data source documentation based on my Berkeley DB code.
Keith Bostic