| Age | Commit message (Expand) | Author |
| 2014-10-16 | Include the trailing NUL when copying a config string. | Michael Cahill |
| 2014-10-14 | Add more wording on upgrade/downgrade of databases. | Keith Bostic |
| 2014-10-13 | The upgrade configuration string is the same string to which we're | Keith Bostic |
| 2014-10-12 | Add support for upgrading configuration strings: leave the obsolete | Keith Bostic |
| 2014-10-12 | Add a check for an incompatible version in any configuration string, | Keith Bostic |
| 2014-10-10 | Don't track only "changes" from the wiredtiger_open() configuration | Keith Bostic |
| 2014-10-10 | Split the wiredtiger_open configuration options into four sets: | Keith Bostic |
| 2014-10-07 | typo, jump to an error label after the error label. | Keith Bostic |
| 2014-10-07 | Revision 01fe356 introduced an incompatibility, creating a database with | Keith Bostic |
| 2014-10-06 | There's no reason for __conn_config_append to be forced inline. | Keith Bostic |
| 2014-10-04 | We don't yet need anything other than single-byte versions of the | Keith Bostic |
| 2014-10-04 | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | Keith Bostic |
| 2014-10-03 | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto |
| 2014-10-03 | Formatting cleanups after the wt_off_t change. | Keith Bostic |
| 2014-10-02 | Minor cleanups: complain if we see off_t from now, hardwire tests for the | Keith Bostic |
| 2014-10-02 | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic |
| 2014-10-02 | Merge branch 'wt_off_t' of https://github.com/markbenvenuto/wiredtiger into m... | Keith Bostic |
| 2014-10-02 | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto |
| 2014-10-02 | Use a separate lock file for per-process locking instead of the standard | Keith Bostic |
| 2014-10-02 | Copy the WiredTiger.basecfg and WiredTiger.config files as part of doing | Keith Bostic |
| 2014-09-23 | Add reconfigure support for LSM manager #1237 | Susan LoVerso |
| 2014-09-23 | LSM configuration and thread management changes to lay the foundation | Susan LoVerso |
| 2014-09-23 | Add new verbose option "temporary" so it's possible to easily turn on specific | Keith Bostic |
| 2014-09-22 | The variable for searching the list of string/flag combinations shouldn't | Keith Bostic |
| 2014-09-20 | Simplify __wt_connection_close(), there's no reason for it to have the | Keith Bostic |
| 2014-09-16 | Wait for the oldest transaction ID to catch up to current during connection c... | Michael Cahill |
| 2014-09-16 | Don't block on the data handle lock while holding the schema lock. If we can... | Michael Cahill |
| 2014-09-15 | Merge branch 'develop' into connection-vs-session-cleanup | Susan LoVerso |
| 2014-09-13 | Make random number generation be per session in the WiredTiger library, | Keith Bostic |
| 2014-09-12 | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic |
| 2014-09-11 | Add a spin_destroy call for the new reconfig_lock, sort the lists of locks. | Keith Bostic |
| 2014-09-11 | Merge branch 'develop' into reconfigure-cleanup | Keith Bostic |
| 2014-09-11 | Fixup cache pool reconfigure now that options are being folded together. | Alex Gorrod |
| 2014-09-11 | Add a new lock to serialize reconfigure. | Alex Gorrod |
| 2014-09-10 | Serialize re-configuration, everything is going to go pear-shaped if | Keith Bostic |
| 2014-09-10 | Clean up the first test in __wt_cache_config (not-found is no longer | Keith Bostic |
| 2014-09-11 | On error in wiredtiger_open, don't try to free buffers after closing the conn... | Michael Cahill |
| 2014-09-10 | Move the LSM manager re-configuration code into the LSM manager file. | Keith Bostic |
| 2014-09-10 | Merging the wiredtiger_open configuration means we should never see | Keith Bostic |
| 2014-09-10 | Merging the wiredtiger_open configuration means we should never see | Keith Bostic |
| 2014-09-10 | Merging the wiredtiger_open configuration means we should never see | Keith Bostic |
| 2014-09-10 | Merging the wiredtiger_open configuration means we should never see | Keith Bostic |
| 2014-09-10 | Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines, | Keith Bostic |
| 2014-09-10 | Rename __wt_conn_verbose_config to be __wt_verbose_config, | Keith Bostic |
| 2014-09-10 | Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config, | Keith Bostic |
| 2014-09-09 | Don't check for a checkpoint name match if none was specified (yeah, | Keith Bostic |
| 2014-09-09 | Merge pull request #1205 from wiredtiger/collapse-nested-structures | Michael Cahill |
| 2014-09-09 | Fix a bug in the shared cache implementation. | Alex Gorrod |
| 2014-09-08 | The wiredtiger_open final config array contains multiple entries (the | Keith Bostic |
| 2014-09-08 | Messed up the test for a separator character (dot) in the key, the | Keith Bostic |