summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger_ext.h
AgeCommit message (Expand)Author
2014-02-26Add wiredtiger_config_parser_open and wiredtiger_version into extension API.Alex Gorrod
2014-02-24Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod
2014-02-13Add configuration parsing to the public API.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-08-09Use an interface for WT_TXN_NOTIFY so it doesn't need a magic cookie.Michael Cahill
2013-08-07Rename WT_EXTENSION_API.transaction_resolve toKeith Bostic
2013-08-07Replace __wt_ext_transaction_snapshot_isolation() withKeith Bostic
2013-07-09Replace the cursor commit/rollback functions with an extension API thatKeith Bostic
2013-07-08Add a separate thread to migrate cache data into the primary (it's aKeith Bostic
2013-07-05Add the WT_EXTENSION_API.transaction_oldest method to return the oldestKeith Bostic
2013-07-04More transactional code for the Memrata device.Keith Bostic
2013-07-04Write the code to marshall/unmarshall to/from the cache structureKeith Bostic
2013-06-18Update extension API names from txn_XX to transaction_XX.Alex Gorrod
2013-06-10minor lint, cleanup the new docs.Keith Bostic
2013-06-10Add two next extension functions, one to return a transaction ID,Keith Bostic
2013-06-04Add examples to the WiredTiger extension methods for accessing theKeith Bostic
2013-06-04Rename metadata_read to be metadata_search to follow the otherKeith Bostic
2013-06-04Make data-sources responsible for their own metadata entries.Keith Bostic
2013-06-04The config-scan docs were mixed up, fix them.Keith Bostic
2013-06-04Add a new extension function __wt_ext_config_strget that returns theKeith Bostic
2013-05-25Remove the WT_COMPRESSOR documentation from examples/c/ex_all.c (we're alreadyKeith Bostic
2013-04-22Merge branch 'develop' into stecKeith Bostic
2013-04-22Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill
2013-04-20minor cleanup, remove unnecessary documentation chunk.Keith Bostic
2013-04-20Add WT_EXTENSION_API::strerror so extensions don't have to load againstKeith Bostic
2013-04-18Export more of the config parsing machinery to the extension API: we're going...Michael Cahill
2013-04-18Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill
2013-04-17Clean up the discussion of configuring the extension handle methods, IKeith Bostic
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-17Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config.Keith Bostic
2013-04-17More changes to the extension API (this is only part-way there, but itKeith 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-10Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic
2013-04-10Remove the wiredtiger_XXX #defines for the extension API, always use theKeith Bostic
2013-04-09Make WiredTiger extension functions available to linked-in modules viaKeith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-05-07Rework WT_EVENT_HANDLERs.Keith Bostic
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-18Use underscores in public struct names to avoid namespace pollution.Michael Cahill
2011-10-07Delete trailing blank lines from files.Keith Bostic
2011-09-19Eliminate old / broken pages from the documentation.Michael Cahill
2011-08-19Change bzip2 to use the lower-level "compression engine" APIs ratherKeith Bostic
2011-08-16Add an extension API with a list of functions so extensions can call into Wir...Michael Cahill