summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into mongodb-3.4mongodb-3.3.8mongodb-3.3.7Michael Cahill2016-06-0323-287/+181
|\
| * WT-2325 Fix an incomplete comment.Michael Cahill2016-06-031-2/+4
| * WT-2629 Force non-executable stacks based on __ELF__. (#2774)Michael Cahill2016-06-031-1/+1
| * SERVER-23659 Improve log error message at startup. (#2766)sueloverso2016-06-032-0/+18
| * WT-2658 Only include PPC-specific files in PPC builds (#2758)Keith Bostic2016-06-0312-259/+96
| * WT-2589 Clear the cursor statistics for LAS when 'clear' is set. (#2772)sueloverso2016-06-021-0/+11
| * WT-2672 handle system calls that don't set errno (#2765)Keith Bostic2016-06-026-25/+51
| * Revert "WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)"Keith Bostic2016-06-012-2/+2
| * WT-2677 Fix JSON output so only printable ASCII is produced. (#2764)Don Anderson2016-06-012-2/+2
* | Merge branch 'develop' into mongodb-3.4Alex Gorrod2016-06-0117-125/+343
|\ \ | |/
| * WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-017-27/+17
| * SERVER-24306 Fix stall in log_flush switching to new files. (#2761)Michael Cahill2016-05-311-1/+10
| * WT-2673 Stop automatically increasing memory page max (#2762)Keith Bostic2016-05-311-1/+1
| * WT-2673 Stop automatically increasing memory page max (#2760)Alex Gorrod2016-05-311-6/+4
| * WT-2268 WT-2597 JSON load/dump Unicode fixes (#2749)Don Anderson2016-05-319-90/+310
| * WT-2491 Revert - Remove the handle close_lock (#2759)David Hows2016-05-302-2/+18
| * WT-2491 Remove the handle close_lock (#2745)David Hows2016-05-302-16/+1
* | Merge branch 'develop' into mongodb-3.4Alex Gorrod2016-05-27112-828/+2290
|\ \ | |/
| * WT-2660 close hang (#2752)sueloverso2016-05-261-0/+1
| * WT-2660 Fill in pct_full before returning. (#2751)sueloverso2016-05-261-0/+9
| * WT-2660 Fix a hang between eviction and connection close (#2747)sueloverso2016-05-261-0/+7
| * WT-2662 For spell check, strip out double quote literals, they confuse aspell...Don Anderson2016-05-251-1/+3
| * Wt 2661 coverity (#2746)Keith Bostic2016-05-255-14/+14
| * WT-2653: the custom file-system example should show device configuration (#2741)Keith Bostic2016-05-255-37/+133
| * WT-2659: csuite tests, assorted lint and cleanup. (#2744)Keith Bostic2016-05-245-25/+32
| * WT-2656 Fix GCC 4.7 compiler warnings (#2743)David Hows2016-05-241-10/+12
| * WT-2629 Make the stack non-executable with GCC only. (#2742)Michael Cahill2016-05-241-1/+5
| * WT-2646 Add checkpoint_wait configuration option to drop (#2736)David Hows2016-05-244-13/+26
| * WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-2420-227/+233
| * WT-2554 Fix build warnings (#2740)sueloverso2016-05-231-2/+2
| * WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-2341-136/+1164
| * WT-2629 Don't make stacks executable in assembly source. (#2739)Michael Cahill2016-05-231-0/+3
| * WT-2651: Coverity 1355591 resource leak (#2738)Keith Bostic2016-05-221-1/+1
| * WT-2651: Coverity 1355591 resource leak (#2737)Keith Bostic2016-05-222-89/+84
| * WT-2611 Modify wtperf to handle escaped quotes. (#2714)Don Anderson2016-05-192-5/+57
| * WT-2644 Fix 'wt load -r' (rename) with LSM (#2735)Don Anderson2016-05-193-12/+20
| * WT-2632 Tolerate EBUSY when a checkpoint cursor is open. (#2734)sueloverso2016-05-191-3/+10
| * WT-2637: The file-extension documentation doesn't cover not-supported cases (...Keith Bostic2016-05-193-13/+47
| * WT-2610 Reduce hazard pointer array size. (#2731)sueloverso2016-05-1712-136/+219
| * WT-2628 Reconciliation can return without unlocking the page lock (#2728)Keith Bostic2016-05-162-17/+14
| * WT-2627: Coverity complaints (#2727)Keith Bostic2016-05-094-37/+26
| * WT-2626 Fix MSVC 2015 snprintf redefinition (#2726)David Hows2016-05-061-1/+1
| * WT-2624 Fix example program build with MSVC 2013 (#2725)David Hows2016-05-061-0/+4
| * WT-2617 Don't use u_int in the example code. It's not Windows native. (#2722)Alex Gorrod2016-05-051-3/+3
| * WT-2617 Fix a bug in pluggable file system example (#2718)Keith Bostic2016-05-0522-110/+225
| * Merge branch 'master' into developMichael Cahill2016-05-050-0/+0
| |\
| | * Merge pull request #2618 from bsamek/patch-1Alex Gorrod2016-04-011-3/+3
| | |\
| | | * BUILD-893 Upgrade OS X builders to OS X 10.10Brian Samek2016-03-311-3/+3
| | |/
* | | Merge branch 'develop' into mongodb-3.4mongodb-3.3.6Michael Cahill2016-05-05210-5473/+8879
|\ \ \ | |/ /
| * | WT-2621 Fix missing parentesies on call to __wt_errno (#2721)David Hows2016-05-051-1/+1