summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44061: Fix race between setting replication maintenance mode and concu...Lingzhi Deng2019-10-302-2/+10
* SERVER-44270 Compilation fails with --libc++ and clang 8.0+Mark Benvenuto2019-10-301-1/+3
* SERVER-44277 Add capability for shell to use logv2Henrik Edin2019-10-307-14/+160
* SERVER-44280 Make InitialSyncSharedData into a class and add methods for retry.Matthew Russotto2019-10-308-35/+388
* SERVER-44134 Update kms_message library in third_partyMark Benvenuto2019-10-301-2/+2
* SERVER-44197 remove old TODOGabriel Russell2019-10-301-2/+0
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-3030-6626/+2627
* SERVER-43872 Update links in arch guide to point to 4.2.0Pavithra Vetriselvan2019-10-301-26/+24
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-3014-231/+177
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-2910-17/+30
* SERVER-44102 Optimize bsonelement constructorGeert Bosch2019-10-294-45/+69
* SERVER-43891 Cleanup logv2/log.h, remove log record abstraction.Henrik Edin2019-10-2914-487/+144
* SERVER-40933 Split up pipeline/expression_test.cppJames Wahlin2019-10-299-3653/+4237
* SERVER-43388 Update stepdown section of arch guide to include conditional and...Pavithra Vetriselvan2019-10-291-13/+54
* SERVER-43390 update commit point propogation section of arch guidePavithra Vetriselvan2019-10-291-4/+23
* SERVER-39574 Support intermediate certificates in PEMKeyFile on WindowsMark Benvenuto2019-10-291-50/+124
* SERVER-44290 Fix static intialization order in version.cppMark Benvenuto2019-10-291-6/+11
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-297-75/+78
* SERVER-44015 MR Agg: Respect limit when no sort is specifiedMihai Andrei2019-10-292-9/+33
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-2911-109/+93
* SERVER-44117 fix leak with local staticBilly Donahue2019-10-291-1/+1
* SERVER-4393 Remove cpplint.py and lint.pyMark Benvenuto2019-10-281-6/+0
* SERVER-44183 Failure to listen on an asio socket should be fatalBen Caimano2019-10-281-1/+8
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-10-281-0/+32
* SERVER-43789 Describe the RSTL in the Replication Architecture GuideSamyukta Lanka2019-10-281-1/+41
* SERVER-43836 use unique_ptr for activeHistoryLine to fix resource leakBilly Donahue2019-10-281-16/+10
* SERVER-43151 DSGroup should record current spill file offset as std::streamposBernard Gorman2019-10-281-1/+1
* SERVER-43772 Start up nodes in ReplSetTest.startSet in parallelWilliam Schultz2019-10-282-49/+132
* SERVER-41094 Explicitly remove the .in extension from targetMathew Robinson2019-10-282-5/+4
* SERVER-44117 early stacktrace processInfoBilly Donahue2019-10-284-20/+77
* SERVER-44281 Fix use of invalid end iteratorBilly Donahue2019-10-281-28/+12
* “SERVER-43985Anton Oyung2019-10-283-0/+38
* SERVER-44274 zero-initialize stack_t structureBilly Donahue2019-10-281-2/+2
* SERVER-41094 Write compass installer to build directoryr4.3.0Mathew Robinson2019-10-281-5/+9
* SERVER-43911 Permit building compound hashed indexesArun Banala2019-10-289-61/+227
* SERVER-44186 allow index builds to continue running on stepdownBenety Goh2019-10-271-0/+16
* SERVER-44186 index builds use same OperationContext::writesAreReplicated() se...Benety Goh2019-10-273-17/+8
* SERVER-44186 IndexBuildsCoordinator checks replication state before writing c...Benety Goh2019-10-272-16/+67
* SERVER-44186 IndexBuildsCoordinator waits for commit/abort depending on the n...Benety Goh2019-10-261-5/+34
* SERVER-44186 rename IndexBuildOptions::replSetAndNotPrimary to replSetAndNotP...Benety Goh2019-10-264-14/+10
* SERVER-44186 createIndexes command logs interruption exception detailsBenety Goh2019-10-261-3/+7
* SERVER-41464 setInitialSyncFlag() and clearInitialSyncFlag() should not be ca...Gregory Wlodarek2019-10-251-41/+36
* SERVER-44133 Refactor kms memory allocation to header fileMark Benvenuto2019-10-252-50/+69
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-2512-12/+6
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2019-10-255-32/+425
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-257-16/+204
* SERVER-44185 Convert keyStringAssert() and keyStringAsserted() into a macro t...Gregory Wlodarek2019-10-251-8/+5
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-251-8/+12
* SERVER-44027 Replace accidental database lock with a collection lock for the ...Gregory Wlodarek2019-10-251-2/+5
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-2417-102/+148