| Age | Commit message (Expand) | Author |
| 2015-09-16 | WT-2104 Add log_flush example usage in 3.0. | Susan LoVerso |
| 2015-03-22 | We've got a WT_SESSION, use it instead of cursor->session. | Keith Bostic |
| 2015-03-20 | Switch uses of wiredtiger_strerror() for WT_SESSION.strerror(). | Keith Bostic |
| 2015-03-19 | Clean up the #includes. | Keith Bostic |
| 2015-03-18 | Add LZ4 to the documentation. | Keith Bostic |
| 2015-03-04 | Include the variable types in the example code. | Keith Bostic |
| 2015-02-18 | Merge pull request #1629 from wiredtiger/session-strerror | Michael Cahill |
| 2015-02-12 | Add recover config setting and use it in the wt command. #1651 | Susan LoVerso |
| 2015-02-10 | Allow 'wt' command to run with or without recovery. #1651 | Susan LoVerso |
| 2015-02-02 | Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516. | Keith Bostic |
| 2015-01-17 | Fixup Java examples. | Alex Gorrod |
| 2015-01-17 | Merge branch 'develop' into cursor-equal | Michael Cahill |
| 2015-01-17 | Merge branch 'develop' into cursor-equal | Michael Cahill |
| 2015-01-17 | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not. | Michael Cahill |
| 2015-01-14 | Merge branch 'develop' into cursor-reconfigure | Michael Cahill |
| 2015-01-14 | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod |
| 2015-01-10 | Add support for the WT_CURSOR.compare_equal method. | Keith Bostic |
| 2015-01-09 | Merge branch 'develop' into java-examples | Don Anderson |
| 2015-01-09 | Set of fixes to get most java examples to run. Refs #1526. | Don Anderson |
| 2015-01-07 | Merge pull request #1516 from wiredtiger/windows-errors | Michael Cahill |
| 2015-01-04 | Copyright notices: add MongoDB, update to 2015. | Keith Bostic |
| 2015-01-02 | Fixed a timing error in the example startup, as well as closing handles. | Don Anderson |
| 2014-12-24 | Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror, | Keith Bostic |
| 2014-12-24 | Invalid configuration strings, add some missing commas. | Keith Bostic |
| 2014-12-15 | Merge branch 'develop' into cursor-reconfigure | Keith Bostic |
| 2014-12-15 | Merge pull request #1454 from wiredtiger/overflow-relax | Michael Cahill |
| 2014-12-12 | Old-style function declaration. | Keith Bostic |
| 2014-12-11 | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic |
| 2014-12-10 | Fix the example, missing comma. | Keith Bostic |
| 2014-12-10 | Add an example a large leaf-page value overflow config | Keith Bostic |
| 2014-12-09 | Separate the btree maximum key/value sizes from the underlying page | Keith Bostic |
| 2014-12-04 | Clean up the clean up. | Keith Bostic |
| 2014-12-02 | Fix accidental commit of ex_log.c. | Susan LoVerso |
| 2014-12-02 | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso |
| 2014-12-01 | Merge branch 'develop' into log-recycle | Susan LoVerso |
| 2014-11-26 | fix ex_stat compilation on Windows | Mark Benvenuto |
| 2014-11-26 | Pre-allocate logs into a temporary file to avoid racing. #1373 | Susan LoVerso |
| 2014-11-22 | Don't divide by 0 if the file is 0 bytes. | Keith Bostic |
| 2014-11-20 | whitespace | Keith Bostic |
| 2014-11-19 | ex_backup.c:58:29: error: unused parameter 'session' | Michael Cahill |
| 2014-11-19 | Merge pull request #1370 from wiredtiger/incremental-backup | Michael Cahill |
| 2014-11-18 | Review comments. #1183 | Susan LoVerso |
| 2014-11-18 | Remove whitespace. | Alex Gorrod |
| 2014-11-18 | Add support for immutable indices. | Alex Gorrod |
| 2014-11-14 | Update backup documentation. #1183 | Susan LoVerso |
| 2014-11-14 | Lint. | Susan LoVerso |
| 2014-11-14 | Add restriction and error checking for having run recovery. Update | Susan LoVerso |
| 2014-11-13 | Remove debugging remnant. | Susan LoVerso |
| 2014-11-13 | Lint. | Susan LoVerso |
| 2014-11-13 | Changes to allow recovery to be run between incremental backups. #1183 | Susan LoVerso |