summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32094 support appname URI param in shellKevin Albertson2018-01-233-2/+21
* SERVER-32533 In oplog truncate with WT, don't use a start key.Michael Cahill2018-01-231-7/+12
* SERVER-32794 Make timeouts unrelated to elections not depend on election timeoutJudah Schvimer2018-01-223-3/+18
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-2255-134/+142
* SERVER-32753 Implement basic crypto functions for OSXSara Golemon2018-01-222-0/+105
* SERVER-25640 check dbhashes in stopSetKevin Albertson2018-01-222-5/+28
* SERVER-32599 move namespace_string-inl.h into namespace_string.hBilly Donahue2018-01-222-176/+140
* SERVER-32058 Rollback in-memory catalog changes on collMod abortGeert Bosch2018-01-223-10/+94
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...Misha Tyulenev2018-01-218-13/+45
* SERVER-25345 remove wassertMathias Stearn2018-01-199-68/+18
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-1918-128/+99
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-1914-196/+36
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-01-193-17/+72
* SERVER-32460: Remove FCV 3.6 from authentication restrictionsSpencer Jackson2018-01-194-20/+2
* SERVER-32239 Lossless status throwing in JSJason Carey2018-01-1912-51/+335
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-1913-125/+3
* SERVER-32288 Add isAssignedShardKey field to CollectionTypeRandolph Tan2018-01-193-1/+62
* SERVER-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-192-4/+26
* SERVER-32778 do not eagerly tojson in shell assertionsKevin Albertson2018-01-191-13/+21
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-187-0/+235
* Revert "SERVER-30347 Fail startup when running wiredTiger with --nojournal as...Vesselina Ratcheva2018-01-182-9/+11
* SERVER-32606 Oplog read time may only decrease during rollbackGeert Bosch2018-01-181-1/+4
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-1710-12/+13
* SERVER-32284 remove unused last snapshot support from ReplClientInfoBenety Goh2018-01-173-13/+2
* SERVER-32506 OSX Mobile SE variant: Tag tests to skip on mobile SESulabh Mahajan2018-01-185-0/+89
* SERVER-32284 ReplicationCoordinatorImpl::_doneWaitingForReplication_inlock() ...Benety Goh2018-01-172-7/+4
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-1771-621/+384
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-1732-485/+324
* SERVER-32673 Make WorkingSetCommon::buildMemberStatusObject handle ErrorExtra...Mathias Stearn2018-01-174-11/+12
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-1726-210/+176
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-1730-898/+594
* SERVER-32683 JS JIT off by defaultJason Carey2018-01-173-6/+18
* SERVER-32284 ReplicationCoordinatorImpl::_awaitReplication_inlock() always as...Benety Goh2018-01-172-6/+4
* SERVER-30818 Cleanup comments in background.hWilliam Schultz2018-01-171-1/+2
* SERVER-32284 remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()Benety Goh2018-01-175-35/+2
* SERVER-30818 Add function to await background operations on multiple databasesWilliam Schultz2018-01-172-0/+17
* SERVER-30744 Move dropCollection logic from ShardingCatalogClient into Shardi...Kaitlin Mahar2018-01-1610-199/+199
* SERVER-32284 collMod waits for UUID schema changes using ReplicationCoordinat...Benety Goh2018-01-161-2/+6
* SERVER-32447 Add a mock CatalogCache::getCollectionRoutingInfoAt methodKaloian Manassiev2018-01-162-5/+27
* SERVER-32317 Make sharding chunk manipulation operations use doTxn instead of...Siyuan Zhou2018-01-163-33/+33
* SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of...Vesselina Ratcheva2018-01-162-11/+9
* SERVER-32070 remove stdx::bind (final patch)Billy Donahue2018-01-162-20/+12
* SERVER-29200 remove references to OplogEntry::raw from MultiApplierBenety Goh2018-01-161-6/+0
* SERVER-32726 Fix out-of-order error code in update_driver.cppMatthew Russotto2018-01-161-1/+1
* SERVER-29200 migrate SyncTail::getMissingDoc() and fetchAndInsertMissingDoc()...Benety Goh2018-01-165-44/+77
* SERVER-29200 add OplogEntry::getOperationToApply()Benety Goh2018-01-167-45/+103
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-1615-760/+545
* 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