| Age | Commit message (Expand) | Author |
| 2013-05-11 | Support for a new configuration option, file_extend, that extends the file | Keith Bostic |
| 2013-05-09 | Merge branch 'develop' into terminate-method | Michael Cahill |
| 2013-05-08 | Simplify quoting in config string examples, now that quotes are not reqired f... | Michael Cahill |
| 2013-05-07 | Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR and | Keith Bostic |
| 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 | 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 | Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api. | 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-12 | Merge branch 'develop' into data-source | Keith Bostic |
| 2013-04-12 | Configure the statistics example program with statistics. | Keith Bostic |
| 2013-04-12 | Data source cleanup: fix some build warnings, exclude new function from the J... | Michael Cahill |
| 2013-04-11 | More work on data-source configuration support. | Keith Bostic |
| 2013-04-11 | update for dist scripts. | Keith Bostic |
| 2013-04-11 | Add a small example for list using strsep -- I'm pretty sure this is | Keith Bostic |
| 2013-04-11 | Enhance some wording and the examples. | Keith Bostic |
| 2013-04-10 | Add documentation and examples for setting custom configuration strings. | Keith Bostic |
| 2013-04-10 | Add a new method WT_EXTENSION_API::config that takes a cfg[] and returns | Keith Bostic |
| 2013-04-09 | Support new configuration options added by the applications, using a new | Keith Bostic |
| 2013-04-09 | Make WiredTiger extension functions available to linked-in modules via | Keith Bostic |
| 2013-04-03 | Clean up build script complaints. | Keith Bostic |
| 2013-04-03 | Add support for compaction, salvage and verification to data-source | Keith Bostic |
| 2013-04-03 | First set of changes to make WT_DATA_SOURCE work better (row-store is | Keith Bostic |
| 2013-03-25 | Support logging the statistics of a type of object based on a partial | Keith Bostic |
| 2013-03-21 | Replace statistics_log.objects with statistics_log.sources, no other change. | Keith Bostic |
| 2013-03-20 | Optionally dump statistics for a list of objects as part of statistics | Keith Bostic |
| 2013-03-18 | Minor cleanup of the WT_COMPRESSOR docs, list all of the possible structure | Keith Bostic |
| 2013-03-17 | Create/drop the table we're manipulating, otherwise we don't get config | Keith Bostic |
| 2013-03-17 | Make more of ex_all run, I want to test some session configuration strings. | Keith Bostic |
| 2013-03-17 | os_cache_dirty_max, os_cache_max are WT_SESSION::create configuration | Keith Bostic |
| 2013-03-17 | Don't drop core if an open fails, it's just a distraction from debugging. | Keith Bostic |
| 2013-03-17 | Try and group WT cache options together, add more discussion of compression. | Keith Bostic |
| 2013-03-17 | Add tuning advise for os_cache_dirty_max, os_cache_max. | Keith Bostic |
| 2013-02-25 | Run more of the wiredtiger_open calls by closing previously opened handles. | Keith Bostic |
| 2013-02-22 | Make run-time statistics optional, defaulted to "off". | Keith Bostic |
| 2013-02-21 | Michael's suggestion to use a statistics_log.wait value of not-zero to | Keith Bostic |
| 2013-02-21 | Documentation typo: need commas between config values. | Michael Cahill |
| 2013-02-20 | Merge pull request #453 from wiredtiger/java | Michael Cahill |
| 2013-02-20 | Add a new server thread that can be configured to periodically output | Keith Bostic |
| 2013-02-19 | Fix copyright notices in Java source code. | Alex Gorrod |
| 2013-02-19 | Remove stub WiredTiger YCSB implementation from source tree. | Alex Gorrod |
| 2013-02-19 | Update Java Cursor API naming to reflect ByteArray semantics. | Alex Gorrod |
| 2013-02-13 | Update Java example to use new cursor interface. | Alex Gorrod |
| 2013-02-12 | Update Java structure packing implementation. | Alex Gorrod |
| 2013-02-08 | Add a Java implementation of packed formats. | Alex Gorrod |