summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.4mongodb-3.3.12Michael Cahill2016-08-294-6/+22
|\
| * WT-2869 Fix a performance regression on secondaries. (#2991)Michael Cahill2016-08-292-0/+15
| * WT-2868 Add sample_interval to checkpoint-stress.wtperf (#2989)Sulabh Mahajan2016-08-291-1/+4
| * WT-2865 Fix a bug where the eviction server could panic after a WT_NOTFOUND (...Alex Gorrod2016-08-291-5/+3
* | Merge branch 'develop' into mongodb-3.4Alex Gorrod2016-08-26199-3639/+8509
|\ \ | |/
| * Fix a bug in thread group shrink where it could leak memory. (#2987)Alex Gorrod2016-08-262-29/+20
| * WT-2846 Fixes for new thread group code (#2985)Alex Gorrod2016-08-262-3/+1
| * WT-2863 Support UTF-8 paths on Windows (#2984)Mark Benvenuto2016-08-269-59/+185
| * WT-2816 General improvements to WiredTiger eviction performance (#2949)Michael Cahill2016-08-2616-180/+290
| * WT-2862 de-linted a test program. (#2982)Don Anderson2016-08-261-25/+27
| * WT-2843 If there is no truncate available, manually zero the log file. (#2981)sueloverso2016-08-261-11/+30
| * WT-2846 Ensure that all resources are released when destroying a thread group...sueloverso2016-08-262-16/+33
| * WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-2515-238/+534
| * WT-2853 Don't force eviction if multiple cursors are pinning the page. (#2974)Michael Cahill2016-08-256-1/+359
| * WT-2843 Modify test for logging if truncate doesn't exist. (#2978)sueloverso2016-08-251-5/+110
| * WT-2695 Fix build issues caused by zSeries checksum code (#2979)Michael Cahill2016-08-252-4/+2
| * WT-2695 Integrate s390x accelerated crc32c support (#2967)Keith Bostic2016-08-2522-36/+3776
| * WT-2857 Check for ftruncate function. (#2977)sueloverso2016-08-241-1/+2
| * WT-2857 POSIX ftruncate calls should be #ifdef'd HAVE_FTRUNCATE (#2975)Keith Bostic2016-08-244-11/+8
| * WT-2850 clang 4.1 attribute warnings when building (#2972)Keith Bostic2016-08-231-0/+1
| * WT-2678 The metadata should not imply that an empty value is true (#2969)Keith Bostic2016-08-222-118/+128
| * WT-2795 Update documentation about read-only mode (#2970)sueloverso2016-08-221-1/+2
| * WT-2847 Merge fair locks into read/write locks. (#2966)Keith Bostic2016-08-1712-146/+50
| * WT-2829 Fix missing define for BerkeleyDB (#2968)David Hows2016-08-175-7/+17
| * WT-2822 Fix possible infinite loop warning (#2965)Sulabh Mahajan2016-08-161-1/+1
| * WT-2783 Clean up wtperf configuration object management (#2957)Keith Bostic2016-08-163-46/+68
| * WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-1675-814/+704
| * WT-2841 Initialize verbose checkpoint timer at start of checkpoint (#2964)David Hows2016-08-161-0/+3
| * WT-2840 clang analysis: garbage values (#2963)Keith Bostic2016-08-161-1/+2
| * WT-2839 lint: Ignoring return value of function (#2962)Keith Bostic2016-08-151-11/+10
| * WT-2719 Fix memory leak in reconfig test (#2960)David Hows2016-08-151-0/+1
| * WT-2645 Moved the complexity of dump from the dump utility to the metadata cu...Don Anderson2016-08-154-215/+155
| * WT-2834 Fix sign-change warning with auto conversion from uint to int (#2961)Sulabh Mahajan2016-08-151-1/+2
| * WT-2828 wtperf long test changes (#2948)sueloverso2016-08-1521-328/+54
| * WT-2787 Include src/include/wiredtiger_ext.h is problematic (#2956)Keith Bostic2016-08-151-0/+1
| * WT-2834 Shared bloom filters allow only a partial shortcut. (#2958)Don Anderson2016-08-154-10/+213
| * WT-2832 Python test uses hard-coded temporary directory (#2951)Keith Bostic2016-08-151-1/+1
| * WT-2838 Don't free session handles on close if leak memory is configured (#2953)Keith Bostic2016-08-151-20/+11
| * WT-2835 Stop WT_CONNECTION.leak-memory skipping memory map and cache cleanup ...Keith Bostic2016-08-151-10/+11
| * WT-2631 nullptr is passed for parameters marked with attribute non-null (#2955)Keith Bostic2016-08-152-2/+4
| * WT-2827 Set a reasonable minimum for log_size. (#2946)sueloverso2016-08-154-10/+29
| * WT-2719 Allow make check without verbose configured. (#2959)Michael Cahill2016-08-151-0/+2
| * WT-2719 add fuzz testing for WiredTiger options and reconfiguration (#2945)Keith Bostic2016-08-126-16/+289
| * WT-2766 Don't sweep LAS cache when aren't making progess in eviction (#2918)David Hows2016-08-121-2/+17
| * WT-2823 support file handles without a truncate method (#2940)Keith Bostic2016-08-1210-91/+58
| * WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-1227-929/+975
| * WT-2817 Add wtperf conf to stress test checkpoints with updates (#2941)Sulabh Mahajan2016-08-121-0/+20
| * WT-2638 Add extension to the Windows file system implementation. (#2947)Alex Gorrod2016-08-112-14/+22
| * WT-2818 Change the page visibility check when queuing pages for eviction (#2942)Alex Gorrod2016-08-112-37/+16
| * WT-2826 clang38 false positive on uninitialized variable. (#2944)Keith Bostic2016-08-101-0/+1