summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger_ext.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-141-7/+29
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-0/+13
* WT-2404 Document old WT_EXTENSION_API pack/unpack API as deprecated.Alex Gorrod2016-03-111-6/+8
* WT-2404 Make pack/unpack extension API consistent.Alex Gorrod2016-03-111-11/+22
* WT-2404 Add streaming pack and unpack APIs to the extension API.Alex Gorrod2016-03-041-0/+113
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-5/+6
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fix custom collators with LSM (and other non-btree sources): don't assume the...Michael Cahill2014-11-101-1/+3
* Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
* Add WT_COLLATOR::customize, allowing collators to be customized for specific ...Michael Cahill2014-08-151-4/+6
* Run the "standard" extensions through the style checks, mostly add aKeith Bostic2014-05-101-1/+2
* Add wiredtiger_config_parser_open and wiredtiger_version into extension API.Alex Gorrod2014-02-261-0/+11
* Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-241-63/+8
* Add configuration parsing to the public API.Alex Gorrod2014-02-131-69/+0
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Use an interface for WT_TXN_NOTIFY so it doesn't need a magic cookie.Michael Cahill2013-08-091-9/+22
* Rename WT_EXTENSION_API.transaction_resolve toKeith Bostic2013-08-071-15/+15
* Replace __wt_ext_transaction_snapshot_isolation() withKeith Bostic2013-08-071-14/+30
* Replace the cursor commit/rollback functions with an extension API thatKeith Bostic2013-07-091-0/+24
* Add a separate thread to migrate cache data into the primary (it's aKeith Bostic2013-07-081-2/+1
* Add the WT_EXTENSION_API.transaction_oldest method to return the oldestKeith Bostic2013-07-051-0/+14
* More transactional code for the Memrata device.Keith Bostic2013-07-041-4/+17
* Write the code to marshall/unmarshall to/from the cache structureKeith Bostic2013-07-041-0/+32
* Update extension API names from txn_XX to transaction_XX.Alex Gorrod2013-06-181-6/+6
* minor lint, cleanup the new docs.Keith Bostic2013-06-101-2/+3
* Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-101-0/+26
* Add examples to the WiredTiger extension methods for accessing theKeith Bostic2013-06-041-3/+12
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-041-7/+7
* Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-041-0/+47
* The config-scan docs were mixed up, fix them.Keith Bostic2013-06-041-6/+7
* Add a new extension function __wt_ext_config_strget that returns theKeith Bostic2013-06-041-1/+15
* Remove the WT_COMPRESSOR documentation from examples/c/ex_all.c (we're alreadyKeith Bostic2013-05-251-1/+1
* Merge branch 'develop' into stecKeith Bostic2013-04-221-2/+46
|\
| * Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill2013-04-221-2/+46
* | minor cleanup, remove unnecessary documentation chunk.Keith Bostic2013-04-201-3/+2
|/
* Add WT_EXTENSION_API::strerror so extensions don't have to load againstKeith Bostic2013-04-201-0/+12
* Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-14/+123
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-3/+3
* Clean up the discussion of configuring the extension handle methods, IKeith Bostic2013-04-171-24/+15
* Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic2013-04-171-34/+4
* Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next;Keith Bostic2013-04-171-13/+16
* Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config.Keith Bostic2013-04-171-17/+16
* More changes to the extension API (this is only part-way there, but itKeith Bostic2013-04-171-37/+42
* Add a new WT_EXTENSION_API method that returns the default session forKeith Bostic2013-04-161-1/+11
* More work on data-source configuration support.Keith Bostic2013-04-111-8/+32
* Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic2013-04-101-8/+47
* Remove the wiredtiger_XXX #defines for the extension API, always use theKeith Bostic2013-04-101-7/+0
* Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-091-2/+40