| Age | Commit message (Expand) | Author |
| 2014-09-25 | Merge branch 'develop' into json-load | 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-08-06 | Add JSON loading to cursors and wt load utility. refs #740. | Don Anderson |
| 2014-08-01 | Coverity CID 1229478 | Keith Bostic |
| 2014-07-28 | Copy the va args for packing the value. #1106 | Susan LoVerso |
| 2014-07-14 | Add a WT_STREQ macro for fast constant string equality checking. | Michael Cahill |
| 2014-07-12 | Apparently, WT_CURSOR_RAW_OK is a lot more subtle than I realized -- | Keith Bostic |
| 2014-07-12 | Inline strcmp calls in the standard cursor functions, clang, at least on | Keith Bostic |
| 2014-06-27 | I can never remember which version of API_END has the return call and | Keith Bostic |
| 2014-05-27 | Check dump cursor for JSON flag early in the call stack #1031 | Susan LoVerso |
| 2014-05-22 | Allow dump on index cursors. | Susan LoVerso |
| 2014-05-21 | Wrap json cursors as a type of dump cursor. | Susan LoVerso |
| 2014-05-08 | Merge branch 'develop' into json-dump | Michael Cahill |
| 2014-05-06 | Merge branch 'develop' into metadata-cursors | Alex Gorrod |
| 2014-04-29 | Merge branch 'develop' into async | Susan LoVerso |
| 2014-04-23 | Merge branch 'develop' into metadata-cursors | Michael Cahill |
| 2014-04-23 | Merge branch 'develop' into json-dump | Michael Cahill |
| 2014-04-23 | Set the TXN_ERROR flag for errors in any transactional call, not just updates. | Michael Cahill |
| 2014-04-17 | cleanup, move config values into dist/api_data.py | Michael Cahill |
| 2014-04-15 | Fixed assertion for JSON. refs #740. | Don Anderson |
| 2014-04-15 | Use dump=json as config option for json cursor. | Don Anderson |
| 2014-04-09 | Add 'json' config option to cursor, to create JSON output. | Don Anderson |
| 2014-04-09 | Use an underlying cursor for async op keys/values. | Susan LoVerso |
| 2014-04-09 | Revert "Begin some refactoring of cursor key/value manipulation." | Susan LoVerso |
| 2014-04-09 | Revert "More key/value refactoring." | Susan LoVerso |
| 2014-04-08 | More key/value refactoring. | Susan LoVerso |
| 2014-04-08 | Begin some refactoring of cursor key/value manipulation. | Susan LoVerso |
| 2014-04-07 | Minor fixes for metadata cursors. | Michael Cahill |
| 2014-03-17 | Further implementation of metadata cursors. | Alex Gorrod |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-12-20 | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic |
| 2013-12-04 | Add a fast path for getting bitmap values from a cursor. | Michael Cahill |
| 2013-12-03 | Fix __wt_cursor_close so it can decrement the data handle cursor count statis... | Michael Cahill |
| 2013-11-05 | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill |
| 2013-10-24 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-08-09 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-08-08 | Move data source truncate method into WT_DATA_SOURCE. | Michael Cahill |
| 2013-08-05 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-08-02 | Merge branch 'develop' into memrata | Keith Bostic |
| 2013-08-02 | Rename cursor flags KEY/VALUE_INT/EXT to clarify that they track whether the ... | Michael Cahill |
| 2013-08-01 | Do the comparison before the remove, merging #611 makes keys unavailable | Keith Bostic |
| 2013-08-01 | Merge branch 'develop' into memrata | Keith Bostic |
| 2013-07-30 | Wrap the btree cursor operations with code that saves/restores the cursor | Keith Bostic |