summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-3018-155/+142
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-3017-135/+153
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-3017-153/+135
* SERVER-21894 Remove unused 'hashed' resmoke.py tags from JS testsJonathan Abrahams2015-12-309-11/+0
* SERVER-21776 Most instance.cpp log msgs should use kCommand componentJason Rassi2015-12-301-28/+14
* SERVER-21959 Enlarge buffer used for logging in signal handlers, to support l...Andy Schwerin2015-12-301-1/+1
* Change update-vendor-wiredtiger script to pull from WT develop branchDan Pasette2015-12-301-1/+1
* SERVER-22035 Use map comprehension instead of loop in mongosymb.pyAndy Schwerin2015-12-301-4/+1
* SERVER-22035 Introduce mongosymb.py stack trace symbolizer.Andy Schwerin2015-12-301-0/+183
* SERVER-21647 add missing $rename unit testDavid Storch2015-12-301-0/+6
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-305-4/+236
* SERVER-21843 warn user if locked memory limit is too lowMark Benvenuto2015-12-291-6/+29
* SERVER-22019 Use signed char explicitlyMark Benvenuto2015-12-291-1/+1
* SERVER-20083 Log index filter change at default levelJames Wahlin2015-12-291-0/+10
* SERVER-21934 Add extra information to OSX stack dumps to support ASLR.Andy Schwerin2015-12-291-8/+35
* SERVER-21330 Incorrect $type explain/diagnostic output for "number"James Wahlin2015-12-292-2/+23
* Import wiredtiger-wiredtiger-mongodb-3.2-rc4-80-g3c2ad56.tar.gz from wiredtig...Dan Pasette2015-12-293-171/+248
* SERVER-21601 Add noPassthrough/stepdown_query.jsJason Rassi2015-12-281-0/+52
* SERVER-21875 Support self-termination of hang analyzer on Windows.Max Hirschhorn2015-12-281-1/+10
* SERVER-21905 Python scripts should read text with universal newline supportMark Benvenuto2015-12-283-3/+3
* SERVER-21050 Disable CSRS continuous config server primary stepdown suiteKaloian Manassiev2015-12-231-1/+0
* SERVER-22010 Blacklist min_optime_recovery.js from continuous config stepdown...Kaloian Manassiev2015-12-232-3/+7
* SERVER-21996 Wait for replication to all nodes before shutting down config se...Spencer T Brody2015-12-231-0/+4
* SERVER-21981 clang_format.py should not touch files uncessarilyMark Benvenuto2015-12-231-14/+21
* SERVER-21993 Add more diagnostics on fork() failureMark Benvenuto2015-12-231-1/+7
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2015-12-236-27/+309
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2015-12-231-2/+10
* SERVER-21565 Support more than 7 nodes in a replica set in resmoke.pyJonathan Abrahams2015-12-231-0/+3
* SERVER-21999 fix sys-perf log pathRui Zhang2015-12-221-1/+1
* increase queue threshold for failure in reconfig_without_increased_queues.jsScott Hernandez2015-12-221-1/+1
* SERVER-21971: allow hidden/non-voting sync source on second passScott Hernandez2015-12-223-27/+40
* SERVER-21961: eliminiate the unncessary json.sendChung-Yen Chang2015-12-222-18/+13
* SERVER-21997 periodically drop locks while keepCursorPinnedDuringGetMore fail...David Storch2015-12-221-1/+9
* Revert "SERVER-21956 DBClientCursor should propagate the correct exception code"Kaloian Manassiev2015-12-222-8/+2
* SERVER-21407 use ExtensionsCallbackDisallowExtensions in path_support_testDavid Storch2015-12-221-2/+4
* SERVER-21956 DBClientCursor should propagate the correct exception codeKaloian Manassiev2015-12-222-2/+8
* SERVER-21910 Use fullOptions instead of commandLine to restart server in min_...Randolph Tan2015-12-222-16/+7
* SERVER-21820 SERVER-21830 Export endian from SConstruct for use in third_partyAndrew Morrow2015-12-223-1/+11
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-2255-526/+931
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2015-12-2213-22/+202
* SERVER-21529 Don't assume char is unsigned in loggingAndrew Morrow2015-12-212-4/+4
* SERVER-12663 Make DocumentStorage::emptyDoc return a correctly aligned objectAndrew Morrow2015-12-212-4/+9
* SERVER-21958 Fix lint errorAndy Schwerin2015-12-212-7/+5
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-218-131/+49
* SERVER-21959 Do not truncate stack traces in log messages.Andy Schwerin2015-12-218-15/+35
* SERVER-21960 Include symbol name in stacktrace json when available.Andy Schwerin2015-12-211-1/+5
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-2115-4/+492
* SERVER-21978 move_primary_basic.js should always set a fixed primary shardKaloian Manassiev2015-12-211-0/+2
* SERVER-21844 processinfo_test fails on ppc64Mark Benvenuto2015-12-211-21/+0
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2015-12-2117-227/+249