summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32646 CommandHelpersBilly Donahue2018-01-16150-1170/+1299
* SERVER-29200 add OplogEntry::getRawObjSizeBytes()Benety Goh2018-01-164-19/+23
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-165-120/+182
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-1516-400/+260
* SERVER-30815 Add some missing LIBDEPS edgesAndrew Morrow2018-01-133-0/+4
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-134-175/+224
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-136-71/+143
* SERVER-32641 uassert, not dassert, for too many KeyString type bitsGeert Bosch2018-01-122-1/+21
* SERVER-29078 Eliminate use of memberHeartbeatData in replication_coordinator_...Matthew Russotto2018-01-127-246/+327
* SERVER-28290 Stepping down due to a higher term seen in a heartbeat should no...Siyuan Zhou2018-01-124-39/+25
* SERVER-32631 Deduplicate results in SockAddr::createAll()Sara Golemon2018-01-122-4/+46
* SERVER-32432 Race condition causes seg fault in ReplicationCoordinatorExterna...Siyuan Zhou2018-01-121-2/+8
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-1215-545/+760
* SERVER-32551: Ensure Transport Layer doesn't use clusterFile as server certSpencer Jackson2018-01-121-6/+7
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-124-6/+22
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-126-99/+166
* SERVER-30815 Add missing libdep for non-enterprise buildsAndrew Morrow2018-01-111-0/+1
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-1116-333/+226
* SERVER-32454 Add support for decorations referring to their ownersGeert Bosch2018-01-116-16/+53
* SERVER-32414 Remove some `stdx::` checks from lintADAM David Alan Martin2018-01-111-41/+39
* SERVER-28123 enable building spidermonkey on iOSGabriel Russell2018-01-11186-190/+8657
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-113-133/+246
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-1017-316/+214
* SERVER-31530 Certain queries using 2d index could incorrecly computeMartin Neupauer2018-01-102-8/+29
* SERVER-32486 Fix DNS diagnostics in Windows.ADAM David Alan Martin2018-01-101-9/+12
* SERVER-32484 CommandRegistryBilly Donahue2018-01-107-59/+89
* SERVER-32344 register DropPendingCollectionReaper before running dbtestsAlexander Paderin2018-01-101-0/+6
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-108-85/+167
* SERVER-32624 clean up awaitReplication logic in dropDatabase()Benety Goh2018-01-101-38/+20
* SERVER-32624 dropDatabase() waits for collection drops using ReplicationCoord...Benety Goh2018-01-102-5/+13
* SERVER-32570 Clean up stale TODO comments in the query system.David Storch2018-01-094-7/+0
* SERVER-30283 Fix integer overflow in PingStats::hit()Chibuikem Amaechi2018-01-092-20/+26
* SERVER-30475 Improvements to service_executor_adaptive_test, tests are still ...Henrik Edin2018-01-091-36/+178
* SERVER-32343 dbtest repl suite restores ReplicationCoordinator settings on te...Alexander Paderin2018-01-091-5/+10
* SERVER-32284 add minSnapshot to failed WC message in ReplicationCoordinator::...Benety Goh2018-01-091-1/+1
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-088-110/+204
* SERVER-32554 Ensure migration cloner is cancelled in cleanupJack Mulrow2018-01-081-4/+4
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-087-391/+98
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-085-14/+36
* SERVER-32427 Config file parser does not support UTF-16 encoded files marked ...Mark Benvenuto2018-01-082-2/+93
* SERVER-32138: Prune CommandInterface, rename parts of it audit::CommandInterf...Billy Donahue2018-01-083-127/+106
* SERVER-30376 Remove extra hyphens during parsing errorChibuikem Amaechi2018-01-081-1/+1
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-081-0/+1
* SERVER-32473 don't output an error on shell startup if no history fileKevin Pulo2018-01-071-0/+5
* SERVER-32034 Fix lintJonathan Reams2018-01-051-1/+1
* SERVER-31911 make UUID constructor privateGeert Bosch2018-01-056-25/+37
* SERVER-32441 Fix invariant failure in $or planning.David Storch2018-01-052-35/+79
* SERVER-32545 Don't exclude highest MemoID when dumping PlanEnumerator state a...David Storch2018-01-051-1/+1
* SERVER-32545 Enhance PlanEnumerator debug output to include orPushdown info.David Storch2018-01-051-0/+4
* SERVER-32034 Pending threads shouldn't block starvation response in controllerJonathan Reams2018-01-052-110/+184