summaryrefslogtreecommitdiff
path: root/bench/wtperf/config.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3139 Enhance wtperf to support periodic table scans (#3268)Alex Gorrod2017-02-021-4/+38
* WT-3083 Fix a bug in wtperf config dump (#3224)Sulabh Mahajan2017-01-181-12/+75
* WT-2858 Rename wtperf's CONFIG structure (#3065)Keith Bostic2016-09-281-41/+41
* WT-2917 split wtperf's configuration into per-database and per-run parts (#3006)Keith Bostic2016-09-271-278/+164
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-2/+1
* WT-2876 Fix a memory leak of new wtperf URI (#3021)Alex Gorrod2016-09-051-0/+3
* Revert "WT-2842 split wtperf's configuration into per-database and per-run pa...Alex Gorrod2016-08-311-156/+273
* WT-2842 split wtperf's configuration into per-database and per-run parts (#2971)Keith Bostic2016-08-311-273/+156
* WT-2783 Clean up wtperf configuration object management (#2957)Keith Bostic2016-08-161-21/+40
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-2/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-5/+6
* WT-2651: Coverity 1355591 resource leak (#2738)Keith Bostic2016-05-221-1/+1
* WT-2651: Coverity 1355591 resource leak (#2737)Keith Bostic2016-05-221-64/+84
* WT-2611 Modify wtperf to handle escaped quotes. (#2714)Don Anderson2016-05-191-5/+56
* WT-2366 Set CFG_GROW flag on random delta path.Susan LoVerso2016-03-021-0/+1
* WT-2366 Add shrink changes.Susan LoVerso2016-03-011-7/+24
* WT-2366 Extend wtperf to support changing record sizes in update opsAlex Gorrod2016-03-011-10/+33
* WT-2427 Have wtperf use builtin compression when configured.Michael Cahill2016-02-251-0/+6
* WT-2349 Clean up casts.Susan LoVerso2016-02-191-2/+2
* WT-2349 Fix Jenkins memory failuresSusan LoVerso2016-02-191-1/+3
* WT-2349 Add a 'readonly' option to wtperf.Susan LoVerso2016-02-171-0/+14
* WT-2352: Allow build and test without requiring lz4Keith Bostic2016-01-281-3/+0
* WT-2267 Fix warningSusan LoVerso2016-01-201-1/+1
* WT-2267 - WTPERF Throttle implementationDavid Hows2016-01-201-2/+1
* WT-2326 - Add a new dstrndup function replace calls.David Hows2016-01-181-1/+1
* WT-2326 - Switch from dstrdup to dcalloc and strndupDavid Hows2016-01-181-4/+3
* WT-2326 - Comment explaining nullbyte for truncation.David Hows2016-01-181-0/+4
* WT-2326 - Add back a nullbyte that was incorrectly removed from wtperfDavid Hows2016-01-151-0/+1
* WT-2326 - Add dcalloc, dmalloc and dstrdup to wtperfKeith Bostic2016-01-141-2/+2
* WT-2326 - Remove duplicate memory allocationsDavid Hows2016-01-141-5/+0
* WT-2326 - Fix incorrect variable being usedDavid Hows2016-01-131-1/+1
* WT-2326 - Remove un-needed tmp variables and clean up some memory allocationsDavid Hows2016-01-131-6/+4
* WT-2326 - Add dcalloc, dmalloc and dstrdup to wtperf and replace all existing...David Hows2016-01-131-47/+20
* Merge pull request #2414 from wiredtiger/WT-2305Alex Gorrod2016-01-121-3/+5
|\
| * WT-2305 - Change how config dump filename is setupDavid Hows2016-01-121-2/+2
| * WT-2305 - Fix coverity issuesDavid Hows2015-12-231-4/+6
* | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | WT-2304 - change to TAILQ_FOREACH, check calloc returnsDavid Hows2015-12-231-5/+5
* | WT-2304 - Clone the config queue into all database config copiesDavid Hows2015-12-231-0/+12
* | WT-2304 - Fix memory leaking issue in config dump when there are multiple dat...David Hows2015-12-231-0/+1
|/
* WT-2269 fix warningSusan LoVerso2015-12-221-1/+2
* WT-2269 KNF and whitespace.Susan LoVerso2015-12-221-10/+15
* WT-2269 - Add comments to explain some of the new config dump functionality.David Hows2015-12-211-8/+20
* WT-2269 - add deduplication for config writesDavid Hows2015-12-171-4/+29
* WT-2269 - Add a warning at top of generated config.David Hows2015-12-161-0/+2
* WT-2269 - Remove old strings entry, update commentsDavid Hows2015-12-161-1/+6
* WT-2269 - Fix uninitalized use of file pointer in error pathDavid Hows2015-12-151-2/+4
* WT-2269 - fix potential leak in error path of config dumpDavid Hows2015-12-151-3/+5
* WT-2269 - Change config dump file name. Other test changesDavid Hows2015-12-151-3/+9