| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2408 Windows error translation layer (#2819) | Keith Bostic | 2016-06-23 | 1 | -0/+11 |
* | WT-2617 Fix a bug in pluggable file system example (#2718) | Keith Bostic | 2016-05-05 | 1 | -2/+2 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | Fix an example's comment. | Don Anderson | 2015-12-11 | 1 | -1/+1 |
* | Change WT_CONNECTION.configure_method() to do the same name translation | Keith Bostic | 2015-04-15 | 1 | -7/+8 |
* | Switch uses of wiredtiger_strerror() for WT_SESSION.strerror(). | Keith Bostic | 2015-03-20 | 1 | -9/+18 |
* | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516. | Keith Bostic | 2015-02-02 | 1 | -2/+3 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Fix custom collators with LSM (and other non-btree sources): don't assume the... | Michael Cahill | 2014-11-10 | 1 | -2/+2 |
* | Don't use const for strings returned in allocated memory. | Michael Cahill | 2014-10-16 | 1 | -1/+1 |
* | Add WT_COLLATOR::customize, allowing collators to be customized for specific ... | Michael Cahill | 2014-08-15 | 1 | -2/+6 |
* | Update the configuration parsing API. Not finalized, but a step closer. | Alex Gorrod | 2014-02-24 | 1 | -49/+0 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Fix compiler warnings from OS X. | Alex Gorrod | 2013-08-16 | 1 | -1/+1 |
* | Use an interface for WT_TXN_NOTIFY so it doesn't need a magic cookie. | Michael Cahill | 2013-08-09 | 1 | -5/+5 |
* | Move data source truncate method into WT_DATA_SOURCE. | Michael Cahill | 2013-08-08 | 1 | -0/+16 |
* | examples/c/ex_data_source.c:174:6: error: variable ‘is_snapshot_isolationâ€... | Michael Cahill | 2013-08-08 | 1 | -1/+2 |
* | Rename WT_EXTENSION_API.transaction_resolve to | Keith Bostic | 2013-08-07 | 1 | -3/+3 |
* | Replace __wt_ext_transaction_snapshot_isolation() with | Keith Bostic | 2013-08-07 | 1 | -6/+8 |
* | Add a WT_DATA_SOURCE method to support session.checkpoint, then drill | Keith Bostic | 2013-07-31 | 1 | -0/+14 |
* | Replace the cursor commit/rollback functions with an extension API that | Keith Bostic | 2013-07-09 | 1 | -0/+21 |
* | Add a separate thread to migrate cache data into the primary (it's a | Keith Bostic | 2013-07-08 | 1 | -1/+1 |
* | Add the WT_EXTENSION_API.transaction_oldest method to return the oldest | Keith Bostic | 2013-07-05 | 1 | -0/+9 |
* | lint | Keith Bostic | 2013-07-04 | 1 | -0/+3 |
* | More transactional code for the Memrata device. | Keith Bostic | 2013-07-04 | 1 | -1/+11 |
* | Write the code to marshall/unmarshall to/from the cache structure | Keith Bostic | 2013-07-04 | 1 | -19/+60 |
* | Update extension API names from txn_XX to transaction_XX. | Alex Gorrod | 2013-06-18 | 1 | -4/+5 |
* | examples/c/ex_data_source.c:578:6: error: variable 'is_visible' set but not used | Michael Cahill | 2013-06-11 | 1 | -0/+1 |
* | Transaction ID extension methods need a real session handle. | Michael Cahill | 2013-06-11 | 1 | -2/+2 |
* | minor lint, cleanup the new docs. | Keith Bostic | 2013-06-10 | 1 | -4/+4 |
* | Add two next extension functions, one to return a transaction ID, | Keith Bostic | 2013-06-10 | 1 | -0/+18 |
* | Add some more structure to the data-source cursor-create example. | Keith Bostic | 2013-06-10 | 1 | -5/+56 |
* | Add examples to the WiredTiger extension methods for accessing the | Keith Bostic | 2013-06-04 | 1 | -0/+90 |
* | Merge branch 'develop' into terminate-method | Michael Cahill | 2013-05-09 | 1 | -4/+4 |
|\ |
|
| * | Simplify quoting in config string examples, now that quotes are not reqired f... | Michael Cahill | 2013-05-08 | 1 | -4/+4 |
* | | Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR and | Keith Bostic | 2013-05-07 | 1 | -1/+14 |
|/ |
|
* | minor cleanup, remove unnecessary documentation chunk. | Keith Bostic | 2013-04-20 | 1 | -2/+2 |
* | Add WT_EXTENSION_API::strerror so extensions don't have to load against | Keith Bostic | 2013-04-20 | 1 | -0/+8 |
* | Export more of the config parsing machinery to the extension API: we're going... | Michael Cahill | 2013-04-18 | 1 | -15/+18 |
* | Use an opaque type for config arguments passed to callbacks, rather than void *. | Michael Cahill | 2013-04-18 | 1 | -11/+11 |
* | Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead. | Keith Bostic | 2013-04-17 | 1 | -17/+17 |
* | Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next; | Keith Bostic | 2013-04-17 | 1 | -12/+7 |
* | Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config. | Keith Bostic | 2013-04-17 | 1 | -5/+5 |
* | Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api. | Keith Bostic | 2013-04-17 | 1 | -1/+1 |
* | More changes to the extension API (this is only part-way there, but it | Keith Bostic | 2013-04-17 | 1 | -22/+23 |
* | Add a new WT_EXTENSION_API method that returns the default session for | Keith Bostic | 2013-04-16 | 1 | -5/+9 |
* | Data source cleanup: fix some build warnings, exclude new function from the J... | Michael Cahill | 2013-04-12 | 1 | -3/+14 |
* | More work on data-source configuration support. | Keith Bostic | 2013-04-11 | 1 | -42/+65 |
* | update for dist scripts. | Keith Bostic | 2013-04-11 | 1 | -1/+1 |
* | Add a small example for list using strsep -- I'm pretty sure this is | Keith Bostic | 2013-04-11 | 1 | -3/+51 |