| Commit message (Expand) | Author | Age | Files | Lines |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-1315. Added support for join cursors: | Don Anderson | 2015-11-03 | 1 | -1/+1 |
* | Boolean conversion pass over cursor. | Keith Bostic | 2015-09-24 | 1 | -7/+8 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 1 | -6/+6 |
* | Push renaming down into `api_data.py`, replacing lower-case handle | Keith Bostic | 2015-04-21 | 1 | -1/+1 |
* | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'develop' into cursor-reconfigure | Michael Cahill | 2015-01-14 | 1 | -0/+1 |
| |\ |
|
| * \ | Merge branch 'develop' into cursor-reconfigure | Keith Bostic | 2014-12-15 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic | 2014-12-11 | 1 | -0/+1 |
* | | | | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod | 2015-01-14 | 1 | -1/+1 |
* | | | | Add support for the WT_CURSOR.compare_equal method. | Keith Bostic | 2015-01-10 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
| |/
|/| |
|
* | | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'develop' into json-load | Alex Gorrod | 2014-10-15 | 1 | -1/+1 |
|\ |
|
| * | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | Keith Bostic | 2014-10-04 | 1 | -1/+1 |
* | | Merge branch 'develop' into json-load | Don Anderson | 2014-09-25 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Ensure that the WT_CURSOR::uri field matches open_cursor URI. | Alex Gorrod | 2014-09-18 | 1 | -2/+2 |
* | | Merge branch 'develop' into json-load | Alex Gorrod | 2014-09-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | __wt_cursor_init has a long list of tests for cursor methods that we | Keith Bostic | 2014-09-16 | 1 | -1/+1 |
* | | Add JSON loading to cursors and wt load utility. refs #740. | Don Anderson | 2014-08-06 | 1 | -12/+13 |
|/ |
|
* | I can never remember which version of API_END has the return call and | Keith Bostic | 2014-06-27 | 1 | -6/+3 |
* | Check dump cursor for JSON flag early in the call stack #1031 | Susan LoVerso | 2014-05-27 | 1 | -0/+8 |
* | Coverity errors 1215469 and 1215470: the jump to the error label could | Keith Bostic | 2014-05-23 | 1 | -6/+8 |
* | KNF | Susan LoVerso | 2014-05-22 | 1 | -1/+1 |
* | Tighten args and change some function names. | Susan LoVerso | 2014-05-21 | 1 | -6/+5 |
* | Wrap json cursors as a type of dump cursor. | Susan LoVerso | 2014-05-21 | 1 | -28/+74 |
* | Last change was wrong -- ret was needed, we just weren't returning it. | Keith Bostic | 2014-05-07 | 1 | -1/+2 |
* | Remove unused variables. | Keith Bostic | 2014-05-07 | 1 | -1/+0 |
* | Merge branch 'develop' into metadata-cursors | Michael Cahill | 2014-04-23 | 1 | -5/+5 |
|\ |
|
| * | Set the TXN_ERROR flag for errors in any transactional call, not just updates. | Michael Cahill | 2014-04-23 | 1 | -5/+5 |
* | | Further implementation of metadata cursors. | Alex Gorrod | 2014-03-17 | 1 | -1/+5 |
|/ |
|
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -0/+8 |
* | Create a WT_CURSOR_DATA_SOURCE structure so data-source cursors (almost) | Keith Bostic | 2013-07-05 | 1 | -2/+2 |
* | More work on data-source configuration support. | Keith Bostic | 2013-04-11 | 1 | -1/+1 |
* | Support new configuration options added by the applications, using a new | Keith Bostic | 2013-04-09 | 1 | -1/+1 |
* | First cut at moving the configuration information into the WT_CONNECTION_IMPL | Keith Bostic | 2013-04-09 | 1 | -1/+5 |
* | fix a comment | Keith Bostic | 2013-04-01 | 1 | -1/+1 |
* | Create a #define that initializes a static WT_CURSOR and use it. | Keith Bostic | 2013-01-08 | 1 | -27/+15 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Add a __wt_panic function that shuts down all of the WiredTiger APIs. | Keith Bostic | 2012-12-10 | 1 | -1/+1 |
* | Stylistic change only: I'm about to put in panic checks, make the style | Keith Bostic | 2012-12-10 | 1 | -3/+1 |
* | Rename our strtouq to __wt_strtouq so we don't export anything outside | Alex Gorrod | 2012-12-03 | 1 | -1/+1 |
* | Implement auto-commit of transactions at the API. | Michael Cahill | 2012-09-19 | 1 | -5/+5 |
* | Replace cursor.equals with cursor.compare (#314) | Keith Bostic | 2012-09-07 | 1 | -2/+1 |
* | Detect if truncate cursors are incorrectly ordered, that is, if the | Keith Bostic | 2012-09-01 | 1 | -0/+1 |
* | Whitespace cleanups, no semantic changes. | Keith Bostic | 2012-08-07 | 1 | -1/+1 |
* | Remove the cursor.reconfigure method, and replace it with documentation | Keith Bostic | 2012-08-03 | 1 | -2/+0 |
* | Disable dump on child cursors: only the top-level cursor is wrapped in a dump... | Michael Cahill | 2012-07-16 | 1 | -3/+3 |
* | Add a comment: __wt_cursor_init is last so we don't have to clean up on error. | Keith Bostic | 2012-07-05 | 1 | -0/+2 |