summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:wiredtiger/wiredtiger into mongodb-3.4mongodb-3.3.9mongodb-3.3.10mongodb-3.0.1David Hows2016-06-24161-1688/+3142
|\
| * SERVER-24580 Add more eviction stats to track efficiency. (#2830)Michael Cahill2016-06-237-147/+219
| * WT-2667 Add fops to Evergreen testing for Windows and Linux (#2828)David Hows2016-06-231-12/+13
| * WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-2328-414/+559
| * WT-2724 Pass in session address, not pointer to it. (#2827)sueloverso2016-06-234-8/+19
| * SERVER-24580 Update oldest txn ID with "strict, nowait" flags. (#2829)Michael Cahill2016-06-2312-17/+33
| * WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-2212-27/+28
| * WT-2722 escape regular expression meta-character so egrep works on all system...Don Anderson2016-06-221-1/+1
| * WT-2605 fix key format for join suite test, which fixes valgrind error (#2823)Don Anderson2016-06-221-2/+1
| * SERVER-24580 Enhance eviction when application threads are contributing (#2806)Michael Cahill2016-06-221-2/+10
| * WT-2704 Don't re-initialize pages evicted on eviction thread start. (#2822)Alex Gorrod2016-06-221-1/+0
| * WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-2121-38/+136
| * WT-2704 Fix bug in diagnostic code tracking duration of stuck cache. (#2820)sueloverso2016-06-222-6/+8
| * WT-2715 random abort test failed with partial write (#2810)sueloverso2016-06-221-41/+60
| * WT-2720 Change the return codes in run.py to error on failures (#2817)David Hows2016-06-212-10/+10
| * WT-2667 Combine compile and unit-test tasks in Evergreen on all platforms (#2...David Hows2016-06-211-36/+22
| * WT-2541 Add stats showing active readers and writers (#2793)David Hows2016-06-207-101/+197
| * WT-2692 Fix race in file system example (#2815)Keith Bostic2016-06-201-0/+28
| * WT-2605 Fix valgrind (#2813)David Hows2016-06-201-0/+1
| * WT-2692 Fix race in file system example (#2812)Keith Bostic2016-06-203-279/+223
| * WT-2709 connection reconfigure segfault in __wt_conn_cache_pool_destroy (#2811)Keith Bostic2016-06-201-0/+1
| * WT-2707 stricter checks in dist/s_label, and add some WT_ERR calls (#2800)Don Anderson2016-06-175-9/+42
| * WT-2713 document WT_PANIC so pluggable filesystems can panic. (#2809)Keith Bostic2016-06-171-0/+4
| * WT-2714 lint (#2808)Keith Bostic2016-06-172-16/+17
| * WT-2712 Coverity 1356928 and 1356929: ASSERT_SIDE_EFFECT (#2807)Keith Bostic2016-06-172-2/+4
| * WT-2706 Fix lost log writes when switching files (#2803)sueloverso2016-06-174-12/+46
| * WT-2605 Rename a variable to avoid shadowing "basename".Michael Cahill2016-06-171-5/+5
| * WT-2710 WT_FILE_HANDLE_INMEM no longer needs an off field (#2805)Keith Bostic2016-06-173-10/+1
| * WT-2622 Clear old position for all random lookups. (#2802)Michael Cahill2016-06-171-3/+2
| * WT-2605 Add C tests used in testing joins (#2787)Don Anderson2016-06-174-0/+416
| * WT-2667 Split evergreen compile-posix into separate compile and test stages (...David Hows2016-06-152-11/+54
| * WT-2702 Block operations when the cache is 100% full. (#2798)Michael Cahill2016-06-151-2/+3
| * WT-2696 Wait if we find an unbuffered flag without the size set yet. (#2794)sueloverso2016-06-142-68/+132
| * WT-2698 Change flag into atomically manipulated field to avoid deadlock. (#2796)sueloverso2016-06-143-16/+24
| * WT-2319 Add units to stats descriptions, change variable names (#2795)Sulabh Mahajan2016-06-105-30/+32
| * WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic2016-06-0915-95/+192
| * WT-2682 add option to configure WiredTiger with strict compiler flags (#2792)Keith Bostic2016-06-081-1/+1
| * WT-2682 add option to configure WiredTiger with strict compiler flags (#2790)Keith Bostic2016-06-082-8/+10
| * WT-2514 Fix logging to not use an empty path name. (#2789)sueloverso2016-06-084-37/+65
| * WT-2319 Add stats to measure count and duration of the sync calls made for lo...Sulabh Mahajan2016-06-086-44/+133
| * WT-2683 Allow in memory storage engine to report zero disk usage (#2788)David Hows2016-06-081-18/+2
| * WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-0852-141/+308
| * WT-2652 Remove unnecessary wt_ftruncate call. (#2786)sueloverso2016-06-082-4/+4
| * WT-2668 Create join statistics that are useful and are easy to understand. (#...Don Anderson2016-06-075-20/+36
| * WT-2689 Fix heap-use-after-free on cursor error path. (#2782)sueloverso2016-06-071-1/+2
| * WT-2685 Fix clear walk hazard pointer failure. (#2781)sueloverso2016-06-071-3/+11
| * WT-2686 Report an error any time we fail to scan the log. (#2779)Michael Cahill2016-06-062-6/+1
| * WT-2687 test suite should verify the exit status of the wt utility (#2778)Keith Bostic2016-06-069-45/+72
| * WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson2016-06-035-12/+13
| * WT-2676 Don't use key size in column store in-memory splits. (#2775)Michael Cahill2016-06-031-5/+8