summaryrefslogtreecommitdiff
path: root/src/cursor/cur_json.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-19/+28
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-171-44/+43
* WT-2833 Add projections to wt dump utility (#3192)Don Anderson2016-12-201-4/+12
* WT-3066 lint (#3189)Keith Bostic2016-12-121-2/+1
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-051-2/+7
* WT-3051 Remove external __wt_hex symbol. (#3172)Keith Bostic2016-12-051-2/+2
* WT-3011 __wt_curjoin_open() saves the wrong URI in the cursor. (#3135)Keith Bostic2016-11-071-10/+10
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-47/+37
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-6/+5
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-9/+9
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-12/+11
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson2016-06-031-7/+7
* Revert "WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)"Keith Bostic2016-06-011-1/+1
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)Don Anderson2016-06-011-1/+1
* WT-2268 WT-2597 JSON load/dump Unicode fixes (#2749)Don Anderson2016-05-311-47/+51
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2235. Share an array used for converted binary to hex.Don Anderson2015-12-091-4/+2
* WT-2235. Changes to wt printlog to add -x option and remove -p.Don Anderson2015-12-041-11/+4
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-4/+4
* Boolean conversion pass over cursor.Keith Bostic2015-09-241-37/+40
* Mark's fix to handle the style checks functions that have pointer returnKeith Bostic2015-04-011-2/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fix UTF-8 encoding for JSON. refs #1292.Don Anderson2014-10-201-1/+1
* Fix build warning.Alex Gorrod2014-10-151-0/+1
* Fixes for compiler warnings, cleanup as a result of running s_all.Don Anderson2014-09-251-12/+12
* Fixed compiler conversion warning.Don Anderson2014-09-231-1/+1
* Code cleanup per agorrod's review, including putting JSON load utilityDon Anderson2014-09-231-25/+39
* Fixed error in copying JSON with embedded Unicode.Don Anderson2014-08-291-14/+17
* Add JSON loading to cursors and wt load utility. refs #740.Don Anderson2014-08-061-0/+544
* Fix warning.Susan LoVerso2014-05-221-2/+2
* Lint.Susan LoVerso2014-05-221-25/+23
* Fix warning.Susan LoVerso2014-05-221-0/+1
* Consolidate the column init functions.Susan LoVerso2014-05-221-0/+48
* Fix warning.Susan LoVerso2014-05-221-1/+2
* KNF.Susan LoVerso2014-05-221-6/+3
* Minor code movement and static function.Susan LoVerso2014-05-211-108/+108
* Tighten args and change some function names.Susan LoVerso2014-05-211-15/+24
* Wrap json cursors as a type of dump cursor.Susan LoVerso2014-05-211-0/+315