summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46508 Use IDL to represent DeleteRequestIsabel Atkinson2020-03-1812-192/+193
* SERVER-46930: Fix AutoGetOplog for non-document-locking storage enginesLingzhi Deng2020-03-182-23/+7
* SERVER-44160 Make cleanupOrphaned just wait for all range deletion tasks on t...Esha Maharishi2020-03-184-59/+181
* SERVER-46326 update last-stable to 4.3Robert Guo2020-03-181-1/+1
* SERVER-46667 Avoid invariant from invalid candidateIndexA. Jesse Jiryu Davis2020-03-172-21/+62
* SERVER-46697: Update src/mongo/logv2/README.mdesedor2020-03-171-32/+98
* SERVER-46910 Make index build cleanup to catch all shutdown errors.Suganthi Mani2020-03-172-27/+20
* SERVER-46387 Only vote for candidate with same config version and term as self.Siyuan Zhou2020-03-172-39/+70
* SERVER-46468 Allow up to 1MB each for extra index entry errors and missing in...Gregory Noma2020-03-171-2/+2
* SERVER-46526 Review and Convert LogV2 statements in TLSShreyas Kalyan2020-03-1710-127/+152
* Revert "SERVER-46413 Add tests for OCSP on Windows and OSX"Shreyas Kalyan2020-03-172-48/+47
* SERVER-46696 Sort interned authenticated js stringRandolph Tan2020-03-171-1/+1
* SERVER-46413 Add tests for OCSP on Windows and OSXShreyas Kalyan2020-03-172-47/+48
* SERVER-46641: Limit collection names to 255 characters.Daniel Gottlieb2020-03-176-8/+19
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-1749-1451/+2082
* SERVER-46024 Collect /proc/vmstat swap statistics in FTDCMark Benvenuto2020-03-174-0/+199
* SERVER-46741 Fix op_msg_fuzzer.cpp compileMark Benvenuto2020-03-171-2/+1
* SERVER-45450 $accumulator performanceDavid Percy2020-03-172-57/+151
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-175-225/+281
* Revert "SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide...Marcos José Grillo Ramírez2020-03-175-128/+110
* SERVER-46696 mongo shell can end up creating multiple implicit sessions on th...Randolph Tan2020-03-172-1/+3
* SERVER-46505 Restore requirement that full shard key must be in query to upda...Jack Mulrow2020-03-171-0/+16
* SERVER-46831 Remove resyncData from ReplicationCoordinatorJason Chan2020-03-179-44/+0
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-1733-308/+565
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guide Files c...Marcos José Grillo Ramírez2020-03-175-110/+128
* SERVER-46910 2 phase index builds should not try to vote when shutdown is in ...Suganthi Mani2020-03-171-1/+3
* SERVER-46381 Test concurrent stepdown and reconfigA. Jesse Jiryu Davis2020-03-174-1/+256
* SERVER-44892 getShardDistribution should use $collStats agg stage instead of ...Tommaso Tocci2020-03-171-56/+64
* SERVER-46742 Add unit tests for ReplicationCoordinator::awaitConfigCommitmentWilliam Schultz2020-03-171-0/+69
* SERVER-45096 Add unit tests to ensure safe reconfig never rolls back entries ...William Schultz2020-03-171-0/+200
* SERVER-46742 Move logic to wait for replica set config commitment into a dedi...William Schultz2020-03-1711-43/+88
* SERVER-46783 Mark $accumulator, $_internalJs operators as FCV 4.4 onlyDavid Percy2020-03-166-24/+64
* SERVER-46840 Support logging containers of uint32_tHenrik Edin2020-03-162-177/+247
* SERVER-46765 remove VersionInfoInterface::isSameMajorVersionBilly Donahue2020-03-163-47/+26
* SERVER-25053 Address race conditions in removeShardAlex Taskov2020-03-161-2/+4
* SERVER-46563 use pipe instead of SIGUSR2 for interfork commsBilly Donahue2020-03-162-118/+204
* SERVER-44854 Make stronger visibility guarantees for new collectionsMaria van Keulen2020-03-163-55/+27
* SERVER-46468 Prevent validate from generating overlong responsesGregory Noma2020-03-161-14/+8
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-167-109/+176
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-1620-123/+461
* SERVER-46888 Make disableResumableRangeDeleter a startup-only parameterEsha Maharishi2020-03-161-1/+1
* SERVER-46168 Sort without predicate on non-hashed prefix fields does not use ...Arun Banala2020-03-162-4/+53
* SERVER-46879 Fix profiler query in read_pref_cmd.js and not assert that the c...Cheahuychou Mao2020-03-162-9/+14
* Revert "SERVER-46381 Test concurrent stepdown and reconfig"A. Jesse Jiryu Davis2020-03-154-244/+1
* SERVER-46381 Test concurrent stepdown and reconfigA. Jesse Jiryu Davis2020-03-144-1/+244
* SERVER-46640 The TTLMonitor should not remove the cached index information fr...Gregory Wlodarek2020-03-134-9/+39
* SERVER-46640 Register index information in TTLCollectionCache upon a successf...Gregory Wlodarek2020-03-132-9/+13
* SERVER-46852 avoid -Wunused-result when building gperftoolsBilly Donahue2020-03-131-0/+3
* SERVER-46860 suppress -Wsign-compare in mozjsBilly Donahue2020-03-131-1/+2
* SERVER-46756 Migration recovery on stepup can attempt to recover a move chunk...Esha Maharishi2020-03-139-80/+190