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