summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12703 write concern parsing should error on unrecognized fieldsBenety Goh2016-07-133-17/+212
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-1313-31/+888
* SERVER-23138 make CanonicalQuery normalize $nor with one child to a NOT expre...David Storch2016-07-133-4/+56
* SERVER-20819 Coverity analysis defect 76290: Unchecked return valueWaley Chen2016-07-131-1/+5
* SERVER-24766 Rename error code 15999 to InvalidPipelineOperatorGeert Bosch2016-07-132-2/+2
* SERVER-25037 ReplicationCoordinatorImpl should create DataReplicator to perfo...Benety Goh2016-07-132-6/+8
* SERVER-24817 Separate out logic for loading cluster ID and accessing itSpencer T Brody2016-07-137-54/+57
* SERVER-24162 Add missing dep edge to sep utilsJason Carey2016-07-121-0/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-1284-819/+2186
* SERVER-25003 fix lintEsha Maharishi2016-07-121-1/+2
* SERVER-24335 Make shell sharding helpers use wtimeout in their write concernsSpencer T Brody2016-07-121-7/+11
* SERVER-25003 fix for config_server_catalog_testEsha Maharishi2016-07-121-1/+1
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-129-84/+112
* SERVER-24721 Make DistributionStatus include the collection namespaceKaloian Manassiev2016-07-124-84/+115
* SERVER-25003 load clusterId into memory on config server transition to primar...Esha Maharishi2016-07-127-23/+54
* SERVER-24997 Ignore CannotIndexParallelArrays errors during initial syncJudah Schvimer2016-07-121-2/+5
* SERVER-24997 create CannotIndexParallelArrays error codeJudah Schvimer2016-07-124-8/+3
* Revert "SERVER-24532 adding MigrationManager to manage parallel migrations"Dianna Hohensee2016-07-1212-877/+23
* SERVER-24945 DataReplicator no longer shares task executor with ReplicationCo...Benety Goh2016-07-124-8/+3
* SERVER-22383 Do not throw in shell if no database is specified in MongoURIJonathan Reams2016-07-121-1/+1
* SERVER-24945 DataReplicator uses single task executorBenety Goh2016-07-123-42/+5
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-1119-152/+331
* SERVER-24945 converted DataReplicator to use TaskExecutorBenety Goh2016-07-113-44/+30
* SERVER-24858 Fix a broken C++ unit-testKaloian Manassiev2016-07-111-58/+20
* SERVER-24945 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-114-18/+20
* Revert "SERVER-24495 convert DatabasesCloner to use TaskExecutor"Benety Goh2016-07-114-20/+18
* SERVER-24495 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-114-18/+20
* SERVER-24293 Add tasks on evergreen to run tests with both old and new initia...Judah Schvimer2016-07-111-4/+4
* SERVER-24523 Change uassert log level back to LOG(1)Andreas Nilsson2016-07-111-2/+2
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-119-249/+426
* SERVER-24532 adding MigrationManager to manage parallel migrationsDianna Hohensee2016-07-1112-23/+877
* SERVER-24955 added join() to TaskRunnerBenety Goh2016-07-113-3/+50
* SERVER-24524 Use log redaction functions to redact assertionsAndreas Nilsson2016-07-111-7/+12
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-114-75/+337
* SERVER-24357 Coverity analysis defect 99580: Unsafe assignment operatorWaley Chen2016-07-111-1/+5
* SERVER-23750: wait outside of the DataReplicator mutexScott Hernandez2016-07-115-16/+66
* SERVER-24049: print name of duplicate server parameterScott Hernandez2016-07-111-1/+6
* SERVER-24952: Handle an empty getmore response in collection_clonerScott Hernandez2016-07-112-37/+119
* SERVER-24945 added support to ThreadPoolMock for post-initialization function...Benety Goh2016-07-115-9/+31
* SERVER-24939 Pull read concern extract, check and wait to separate utilityKaloian Manassiev2016-07-085-114/+220
* SERVER-24878 capture InterruptedAtShutdown when replicating for all code pathsEric Milkie2016-07-082-24/+18
* SERVER-22828 Handle empty array element in applyOps commandEric Milkie2016-07-081-1/+4
* SERVER-24521 Log redaction 'redact' functionsAndreas Nilsson2016-07-0812-14/+348
* SERVER-24840 - Remove unnecessary parameters to BSONObj::toStringAndreas Nilsson2016-07-086-11/+8
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-0823-106/+578
* SERVER-24675 Add maxStalenessMS to ReadPreferenceSettingMisha Tyulenev2016-07-083-4/+93
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-0811-111/+92
* SERVER-20206 cleanupOrphaned should log when it startsSam Dunietz2016-07-081-2/+2
* Revert "SERVER-24840 - Remove unnecessary parameters to BSONObj::toString"Andreas Nilsson2016-07-086-8/+11
* Revert "SERVER-24521 Log redaction 'redact' functions"Andreas Nilsson2016-07-0812-348/+14