| Age | Commit message (Expand) | Author |
| 2012-02-02 | Fixes to make test_schema02 pass. Much more careful checking and cleanup dur... | Michael Cahill |
| 2012-02-01 | Added complete release directories for discover, testscenarios, | Don Anderson |
| 2012-02-02 | Revert incomplete changes from 26df6555c444: they weren't supposed to be comm... | Michael Cahill |
| 2012-02-02 | Change the download link in the documentation to the download page on github. | Michael Cahill |
| 2012-02-02 | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill |
| 2012-02-01 | More copyright cleanup. | Keith Bostic |
| 2012-02-01 | Free up the test suite, developers may want to copy chunks of it. | Keith Bostic |
| 2012-02-01 | Add the test suit to the copyright check script, update test suite | Keith Bostic |
| 2012-02-01 | The target name for rename operations should be a URI, not a raw name. | Michael Cahill |
| 2012-01-31 | Fix uninitialized warnings with GCC 4.2. | Michael Cahill |
| 2012-01-30 | Fixed a comment. refs #16. | Don Anderson |
| 2012-01-27 | Added a quick test for cursor.update() when the item does not exist. | Don Anderson |
| 2012-01-27 | Resolve a TODO: verify that a newly initialized cursor on a | Don Anderson |
| 2012-01-31 | Update tests to use the new truncate functionality. | Michael Cahill |
| 2012-01-31 | Connections are always exclusive, we don't need to config key. | Michael Cahill |
| 2012-01-27 | Add -L to the format test program, so you can configure verbose from the | Keith Bostic |
| 2012-01-26 | Resolve several TODOs - some with inline comments. refs #16. | Don Anderson |
| 2012-01-26 | Added new test for exclusive opens. refs #16. | Don Anderson |
| 2012-01-26 | Allow close_conn to be overridden, and use that internally to close connections. | Don Anderson |
| 2012-01-25 | Inserting a new record was incrementing the total count of rows, which means | Keith Bostic |
| 2012-01-25 | Added tests to get a filestat by key as well as stat by key. | Don Anderson |
| 2012-01-25 | Added a test for the 'uninitialized' state of the cursor, iterating | Don Anderson |
| 2012-01-24 | Make running "wt list" in an empty directory output nothing rather than failing. | Michael Cahill |
| 2012-01-25 | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill |
| 2012-01-25 | In tests, check whether setrlimit has a chance of succeeding, and skip the te... | Michael Cahill |
| 2012-01-24 | Added additional checks for salvaged tables. refs #16. | Don Anderson |
| 2012-01-24 | Bump the number of entries in each database up for more rigorous tests. | Don Anderson |
| 2012-01-23 | Added tests for multipliers, like 20M or 1024K that appear in config strings. | Don Anderson |
| 2012-01-23 | Removed an unneeded int() conversion. refs #16. | Don Anderson |
| 2012-01-24 | Use new stat defines to look up values by key, rather than matching strings. | Don Anderson |
| 2012-01-22 | Now that the root address is in the schema file, we can't simply copy the | Keith Bostic |
| 2012-01-21 | Now that the root address is in the schema file, we can't simply copy the | Keith Bostic |
| 2012-01-21 | Update a comment. | Keith Bostic |
| 2012-01-21 | Remove the test/insert directory from the source-code revision tree | Keith Bostic |
| 2012-01-20 | Fix up various places that accessed statistics keys via the old interface. | Michael Cahill |
| 2012-01-19 | Reduced the number of scenarios to 30, increased the cache size, and | Don Anderson |
| 2012-01-19 | Fixes to get the entire test to run: | Don Anderson |
| 2012-01-19 | Changed __str__ to return the scenario number, if present. | Don Anderson |
| 2012-01-19 | Removed an extra debugger break that occurs when --debug is specified. | Don Anderson |
| 2012-01-19 | We include the internal wiredtiger include file, we don't need anything else. | Keith Bostic |
| 2012-01-19 | Rework statistics cursors (issue #135). | Keith Bostic |
| 2012-01-19 | WiredTiger includes must come before system includes. Otherwise off_t may no... | Michael Cahill |
| 2012-01-17 | Added new test for privileged operations. refs #16. | Don Anderson |
| 2012-01-13 | Python test config files: added '-C file' and '-c file' options to run.py | Don Anderson |
| 2012-01-13 | verbose should turn on "salvage" | Keith Bostic |
| 2012-01-12 | When eviction_target >= eviction_trigger, expect a failure, and | Don Anderson |
| 2012-01-12 | Added test for eviction_target == eviciton_trigger. refs #16 | Don Anderson |
| 2012-01-06 | The engine now fails correctly if eviction_target is greater than | Keith Bostic |
| 2012-01-06 | Implement SESSION.rename, simplify SESSION.truncate. | Keith Bostic |
| 2012-01-05 | If we don't find the object in the schema file, map that error to ENOENT, | Keith Bostic |