summaryrefslogtreecommitdiff
path: root/src/cursor/cur_dump.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-2/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-1/+1
* WT-2268 WT-2597 JSON load/dump Unicode fixes (#2749)Don Anderson2016-05-311-6/+15
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-16/+16
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-1315. Added support for join cursors:Don Anderson2015-11-031-1/+1
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-7/+8
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-6/+6
* Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-1/+1
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-0/+1
|\
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-0/+1
| |\
| * \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-2/+2
| |\ \
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-0/+1
* | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-1/+1
* | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+1
| |_|/ |/| |
* | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
| |/ |/|
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-2/+2
|/
* Merge branch 'develop' into json-loadAlex Gorrod2014-10-151-1/+1
|\
| * STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic2014-10-041-1/+1
* | Merge branch 'develop' into json-loadDon Anderson2014-09-251-2/+2
|\ \ | |/
| * Ensure that the WT_CURSOR::uri field matches open_cursor URI.Alex Gorrod2014-09-181-2/+2
* | Merge branch 'develop' into json-loadAlex Gorrod2014-09-191-1/+1
|\ \ | |/
| * __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-161-1/+1
* | Add JSON loading to cursors and wt load utility. refs #740.Don Anderson2014-08-061-12/+13
|/
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-6/+3
* Check dump cursor for JSON flag early in the call stack #1031Susan LoVerso2014-05-271-0/+8
* Coverity errors 1215469 and 1215470: the jump to the error label couldKeith Bostic2014-05-231-6/+8
* KNFSusan LoVerso2014-05-221-1/+1
* Tighten args and change some function names.Susan LoVerso2014-05-211-6/+5
* Wrap json cursors as a type of dump cursor.Susan LoVerso2014-05-211-28/+74
* Last change was wrong -- ret was needed, we just weren't returning it.Keith Bostic2014-05-071-1/+2
* Remove unused variables.Keith Bostic2014-05-071-1/+0
* Merge branch 'develop' into metadata-cursorsMichael Cahill2014-04-231-5/+5
|\
| * Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill2014-04-231-5/+5
* | Further implementation of metadata cursors.Alex Gorrod2014-03-171-1/+5
|/
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-0/+8
* Create a WT_CURSOR_DATA_SOURCE structure so data-source cursors (almost)Keith Bostic2013-07-051-2/+2
* More work on data-source configuration support.Keith Bostic2013-04-111-1/+1
* Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-1/+1
* First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-091-1/+5
* fix a commentKeith Bostic2013-04-011-1/+1
* Create a #define that initializes a static WT_CURSOR and use it.Keith Bostic2013-01-081-27/+15
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add a __wt_panic function that shuts down all of the WiredTiger APIs.Keith Bostic2012-12-101-1/+1
* Stylistic change only: I'm about to put in panic checks, make the styleKeith Bostic2012-12-101-3/+1
* Rename our strtouq to __wt_strtouq so we don't export anything outsideAlex Gorrod2012-12-031-1/+1
* Implement auto-commit of transactions at the API.Michael Cahill2012-09-191-5/+5
* Replace cursor.equals with cursor.compare (#314)Keith Bostic2012-09-071-2/+1