| Age | Commit message (Expand) | Author |
| 2013-07-12 | Cut release 1.6.31.6.3 | Alex Gorrod |
| 2013-07-12 | Destroy locks on exit from test/format. | Alex Gorrod |
| 2013-07-11 | Fix a comment. | Keith Bostic |
| 2013-07-11 | Fix a race manipulating file descriptors in the test suite. Always close the... | Michael Cahill |
| 2013-07-09 | Document that setting LC_ALL=C is a good idea when pre-sorting keys for | Keith Bostic |
| 2013-07-09 | Update is like insert, once an update is done, bulk-load is no | Keith Bostic |
| 2013-07-09 | whitespace | Keith Bostic |
| 2013-07-09 | Update test/format max page configuration calculation to make it less likely | Alex Gorrod |
| 2013-07-09 | Another try at portably getting the IFS setting we need. | Michael Cahill |
| 2013-07-09 | Make IFS more portable: don't export, set explicitly and move to where it is ... | Michael Cahill |
| 2013-07-09 | Install the Python module as part of "make install". | Michael Cahill |
| 2013-07-09 | Insulate scripts from user settings of IFS. | Michael Cahill |
| 2013-07-08 | typo | Keith Bostic |
| 2013-07-08 | Now the 'transactional' keyword is gone, remove uses it in the test suite. | Keith Bostic |
| 2013-07-08 | The 'transactional' keyword is gone, remove uses of the | Keith Bostic |
| 2013-07-08 | Remove the 'transactional' keyword, we're always transactional. | Keith Bostic |
| 2013-07-08 | Remove "first_id" from the page modify structure. This should have been remo... | Michael Cahill |
| 2013-07-03 | Dual-license under either GPLv2 or GPLv3. | Keith Bostic |
| 2013-06-19 | Building on a 9.1 FreeBSD release. | Keith Bostic |
| 2013-06-19 | Update Doxygen script file to be compatible with Doxygen 1.8.4 | Alex Gorrod |
| 2013-06-18 | Merge pull request #512 from wiredtiger/overwrite | Michael Cahill |
| 2013-06-19 | typo | Michael Cahill |
| 2013-06-19 | Minor edit to the upgrade wording for the overwrite API change. | Michael Cahill |
| 2013-06-18 | Add an upgrading section on the new overwrite configuration semantics. | Keith Bostic |
| 2013-06-18 | Check all of the combinations of record exist/not-exist and overwrite | Keith Bostic |
| 2013-06-18 | cursor/cur_std.c: In function ‘__cursor_runtime_config’: | Keith Bostic |
| 2013-06-18 | If overwrite is the default, do the cheap test first, testing to see if | Keith Bostic |
| 2013-06-18 | typo | Michael Cahill |
| 2013-06-18 | whitespace | Michael Cahill |
| 2013-06-18 | Generalize the cursor "overwrite" configuration to apply to insert, update an... | Michael Cahill |
| 2013-06-18 | Force the release date to be updated when cutting a release. | Michael Cahill |
| 2013-06-18 | Bump develop release version. | Alex Gorrod |
| 2013-06-18 | Cut release 1.6.21.6.2 | Alex Gorrod |
| 2013-06-18 | Update extension API names from txn_XX to transaction_XX. | Alex Gorrod |
| 2013-06-18 | Fix a compiler warning in test/format. | Alex Gorrod |
| 2013-06-11 | Don't increment the data handle reference count if locking the handle fails. | Michael Cahill |
| 2013-06-11 | examples/c/ex_data_source.c:578:6: error: variable 'is_visible' set but not used | Michael Cahill |
| 2013-06-11 | Transaction ID extension methods need a real session handle. | Michael Cahill |
| 2013-06-10 | Merge pull request #576 from wiredtiger/memrata | Keith Bostic |
| 2013-06-10 | Upgrade to KVS version 4.2. | Keith Bostic |
| 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-10 | Review/rework all of the error handling for the top-level session | Keith Bostic |
| 2013-06-10 | Add two next extension functions, one to return a transaction ID, | Keith Bostic |
| 2013-06-10 | Add some more structure to the data-source cursor-create example. | Keith Bostic |
| 2013-06-09 | Memrata says don't support KVS_O_SCAN, remove a KVS_O_RECLAIM use I | Keith Bostic |
| 2013-06-09 | more lint, unused variables. | Keith Bostic |
| 2013-06-09 | remove unused variable | Keith Bostic |
| 2013-06-09 | Merge pull request #575 from wiredtiger/memrata-txn | Keith Bostic |
| 2013-06-09 | Upgrade to using KVS namespaces instead of imposing our own namespaces | Keith Bostic |