summaryrefslogtreecommitdiff
path: root/examples/c/ex_data_source.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-0/+11
* WT-2617 Fix a bug in pluggable file system example (#2718)Keith Bostic2016-05-051-2/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Fix an example's comment.Don Anderson2015-12-111-1/+1
* Change WT_CONNECTION.configure_method() to do the same name translationKeith Bostic2015-04-151-7/+8
* Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-9/+18
* Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-2/+3
* 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-2/+2
* 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-2/+6
* Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-241-49/+0
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Fix compiler warnings from OS X.Alex Gorrod2013-08-161-1/+1
* Use an interface for WT_TXN_NOTIFY so it doesn't need a magic cookie.Michael Cahill2013-08-091-5/+5
* Move data source truncate method into WT_DATA_SOURCE.Michael Cahill2013-08-081-0/+16
* examples/c/ex_data_source.c:174:6: error: variable ‘is_snapshot_isolationâ€...Michael Cahill2013-08-081-1/+2
* Rename WT_EXTENSION_API.transaction_resolve toKeith Bostic2013-08-071-3/+3
* Replace __wt_ext_transaction_snapshot_isolation() withKeith Bostic2013-08-071-6/+8
* Add a WT_DATA_SOURCE method to support session.checkpoint, then drillKeith Bostic2013-07-311-0/+14
* Replace the cursor commit/rollback functions with an extension API thatKeith Bostic2013-07-091-0/+21
* Add a separate thread to migrate cache data into the primary (it's aKeith Bostic2013-07-081-1/+1
* Add the WT_EXTENSION_API.transaction_oldest method to return the oldestKeith Bostic2013-07-051-0/+9
* lintKeith Bostic2013-07-041-0/+3
* More transactional code for the Memrata device.Keith Bostic2013-07-041-1/+11
* Write the code to marshall/unmarshall to/from the cache structureKeith Bostic2013-07-041-19/+60
* Update extension API names from txn_XX to transaction_XX.Alex Gorrod2013-06-181-4/+5
* examples/c/ex_data_source.c:578:6: error: variable 'is_visible' set but not usedMichael Cahill2013-06-111-0/+1
* Transaction ID extension methods need a real session handle.Michael Cahill2013-06-111-2/+2
* minor lint, cleanup the new docs.Keith Bostic2013-06-101-4/+4
* Add two next extension functions, one to return a transaction ID,Keith Bostic2013-06-101-0/+18
* Add some more structure to the data-source cursor-create example.Keith Bostic2013-06-101-5/+56
* Add examples to the WiredTiger extension methods for accessing theKeith Bostic2013-06-041-0/+90
* Merge branch 'develop' into terminate-methodMichael Cahill2013-05-091-4/+4
|\
| * Simplify quoting in config string examples, now that quotes are not reqired f...Michael Cahill2013-05-081-4/+4
* | Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic2013-05-071-1/+14
|/
* minor cleanup, remove unnecessary documentation chunk.Keith Bostic2013-04-201-2/+2
* Add WT_EXTENSION_API::strerror so extensions don't have to load againstKeith Bostic2013-04-201-0/+8
* Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-15/+18
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-11/+11
* Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic2013-04-171-17/+17
* Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next;Keith Bostic2013-04-171-12/+7
* Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config.Keith Bostic2013-04-171-5/+5
* Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-1/+1
* More changes to the extension API (this is only part-way there, but itKeith Bostic2013-04-171-22/+23
* Add a new WT_EXTENSION_API method that returns the default session forKeith Bostic2013-04-161-5/+9
* Data source cleanup: fix some build warnings, exclude new function from the J...Michael Cahill2013-04-121-3/+14
* More work on data-source configuration support.Keith Bostic2013-04-111-42/+65
* update for dist scripts.Keith Bostic2013-04-111-1/+1
* Add a small example for list using strsep -- I'm pretty sure this isKeith Bostic2013-04-111-3/+51