summaryrefslogtreecommitdiff
path: root/src/utilities/util_load_json.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-5/+3
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Boolean conversion pass over utilities.Keith Bostic2015-09-241-15/+16
* Make the rest of the code consistent, remove the initial if test fromKeith Bostic2015-05-021-6/+3
* Switch uses of wiredtiger_strerror() for WT_SESSION.strerror().Keith Bostic2015-03-201-36/+43
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Put the format's '%' in the string, so WT_SIZET_FMT looks likeKeith Bostic2014-10-201-1/+1
* Replace %zu with macro for Windows compatibility.Keith Bostic2014-10-201-1/+1
* JSON import fixes:Don Anderson2014-10-201-10/+16
* Fixes for compiler warnings, cleanup as a result of running s_all.Don Anderson2014-09-251-16/+18
* Code cleanup per agorrod's review, including putting JSON load utilityDon Anderson2014-09-231-0/+565