| Age | Commit message (Expand) | Author |
| 2014-10-15 | Fix build warning. | Alex Gorrod |
| 2014-10-15 | Merge branch 'develop' into json-load | Alex Gorrod |
| 2014-10-07 | Change ae39c3f missed a change, hot backup has to copy the WiredTiger | Keith Bostic |
| 2014-10-04 | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | 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 | Copy the WiredTiger.basecfg and WiredTiger.config files as part of doing | Keith Bostic |
| 2014-09-25 | Merge branch 'develop' into json-load | Don Anderson |
| 2014-09-25 | Fixes for compiler warnings, cleanup as a result of running s_all. | Don Anderson |
| 2014-09-23 | Fixed compiler conversion warning. | Don Anderson |
| 2014-09-23 | Code cleanup per agorrod's review, including putting JSON load utility | Don Anderson |
| 2014-09-19 | Merge branch 'develop' into json-load | Alex Gorrod |
| 2014-09-18 | Ensure that the WT_CURSOR::uri field matches open_cursor URI. | Alex Gorrod |
| 2014-09-16 | KNF | Keith Bostic |
| 2014-09-16 | __wt_cursor_init has a long list of tests for cursor methods that we | Keith Bostic |
| 2014-09-09 | The WT_NOTFOUND return should work the same as other non-zero returns and lea... | Michael Cahill |
| 2014-09-02 | Merge branch 'develop' into json-load | Don Anderson |
| 2014-08-29 | Fixed error in copying JSON with embedded Unicode. | Don Anderson |
| 2014-08-28 | KNF | Keith Bostic |
| 2014-08-28 | whitespace | Keith Bostic |
| 2014-08-27 | Coordinate log cursors and log archiving. #1163 | Susan LoVerso |
| 2014-08-26 | Fix the size of the value returned when stepping into log records. We skip t... | Michael Cahill |
| 2014-08-26 | Merge develop. | Michael Cahill |
| 2014-08-25 | Move step_count back out of conditional. Fix example printing. | Susan LoVerso |
| 2014-08-23 | Fix a comment. | Keith Bostic |
| 2014-08-23 | Log cursors are readonly period. | Keith Bostic |
| 2014-08-23 | Merge branch 'develop' into json-load | Don Anderson |
| 2014-08-21 | Add log_printf call to ex_log. Plus some fixes for it. #1171 | Susan LoVerso |
| 2014-08-15 | Add WT_COLLATOR::customize, allowing collators to be customized for specific ... | Michael Cahill |
| 2014-08-11 | unreachable code (unnecessary function return). | Keith Bostic |
| 2014-08-11 | Minor renaming, __wt_lex_compare_collator to __wt_compare, | Keith Bostic |
| 2014-08-10 | Replace the collator comparison #defines with inline functions, | Keith Bostic |
| 2014-08-06 | Add JSON loading to cursors and wt load utility. refs #740. | Don Anderson |
| 2014-08-01 | Coverity CID 1229478 | Keith Bostic |
| 2014-08-01 | Fix a bug I introduced into log cursors: use the log record buffer directly, ... | Michael Cahill |
| 2014-08-01 | Minor lint, I don't think there's a need to cast to const. | Keith Bostic |
| 2014-08-01 | __wt_scr_alloc() can fail, check. | Keith Bostic |
| 2014-08-01 | Make lint happier by not converting a size_t to a uint32_t. | Keith Bostic |
| 2014-08-01 | Visit all log record headers (including commits) at step zero. | Michael Cahill |
| 2014-07-31 | Make step-mode cursors the only log cursor type. #1106 | Susan LoVerso |
| 2014-07-30 | Merge branch 'develop' into log-cursor | Susan LoVerso |
| 2014-07-30 | Clean up example. Add a couple comments. | Susan LoVerso |
| 2014-07-30 | Keep buffers with log cursors until close. This avoids some cases where NULL... | Michael Cahill |
| 2014-07-29 | Add fileid to value format. #1106 | Susan LoVerso |
| 2014-07-29 | Return real operation key/value information in step cursor. #1106 | Susan LoVerso |
| 2014-07-29 | Clean up and fix warnings. | Susan LoVerso |
| 2014-07-29 | Change the content of the value returned to include optype, and | Susan LoVerso |
| 2014-07-28 | Copy the va args for packing the value. #1106 | Susan LoVerso |
| 2014-07-29 | Make comment logic match the code (zero/non-zero). | Michael Cahill |
| 2014-07-28 | Merge the mid-level of the bulk code into the cursor level. | Keith Bostic |