summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* Import tools: fde6c854adf7b359336f8b4a3e2828ffca0bb1af from branch v4.1David Golden2019-01-15677-151563/+17542
* SERVER-38755 Stop closing connections on stepdown gated by server parameter "...Matthew Russotto2019-01-153-4/+18
* SERVER-38649 Add generic AlarmScheduler and AlarmRunnerJonathan Reams2019-01-157-0/+750
* Revert "SERVER-33161 make the second phase of index two-phase drop occur when...Dianna Hohensee2019-01-152-14/+14
* SERVER-37880 Implement an AsyncWorkScheduler without cancellationKaloian Manassiev2019-01-153-0/+446
* SERVER-37556 Do not allow commitTransaction or abortTransaction on prepared t...Judah Schvimer2019-01-152-17/+3
* SERVER-38982 Fix RequiresIndexStage to avoid holding IndexCatalogEntry by sha...David Storch2019-01-152-33/+34
* SERVER-38073 Adjust error message for timeout in _onAcquireConnJonathan Ma2019-01-151-4/+7
* SERVER-38734 Config collections other than config.system.sessions should not ...jannaerin2019-01-141-1/+1
* SERVER-35828 Check the readSource in dropCollection()Xiangyu Yao2019-01-141-0/+4
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-143-11/+28
* SERVER-38983 Differentiate UserNotFound from AuthenticationFailure in audit logSara Golemon2019-01-141-12/+12
* SERVER-38939 Be more memory efficient for leaf nodes in biggieGeert Bosch2019-01-142-110/+126
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-1412-1/+268
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-146-52/+49
* SERVER-38725 Add credentials for nexus staging pluginMathew Robinson2019-01-141-0/+2
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-01-141-0/+3
* SERVER-38953 Add missing early return in merge_chunks_command.cppJack Mulrow2019-01-141-0/+1
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-135-58/+72
* Revert "SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreat...Benety Goh2019-01-125-72/+58
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-125-58/+72
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-121-0/+0
* SERVER-38934 Remove IDLServerParameter (without storage)Sara Golemon2019-01-126-443/+0
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-1215-311/+179
* SERVER-37643 IndexCatalog::removeExistingIndexes() optionally throws on inval...Benety Goh2019-01-115-38/+32
* SERVER-38895 Implement allCommitted for biggie storage engineGeert Bosch2019-01-118-42/+121
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in write...Nick Zolnierz2019-01-113-28/+11
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-113-11/+28
* SERVER-38285: only acquire database X lock on the recipient if the collection...Kim Tao2019-01-111-49/+66
* SERVER-38810 Temporarily do not hold the client lock in ObservableSession in ...Kaloian Manassiev2019-01-112-4/+3
* SERVER-38858 fix raceIan Boros2019-01-112-10/+56
* SERVER-38880 IDL relational comparison operators without std::tie()Mark Benvenuto2019-01-112-0/+50
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-1114-80/+165
* SERVER-38179 range deleter must be prepared for document to be deleted from u...Randolph Tan2019-01-1112-91/+104
* SERVER-38179 Refactor RemoveSaver out of dbhelpersRandolph Tan2019-01-1111-181/+288
* SERVER-38597 Add drop-pending ident counter to serverStatusXiangyu Yao2019-01-114-0/+14
* SERVER-33161 make the second phase of index two-phase drop occur when drop re...Dianna Hohensee2019-01-112-14/+14
* SERVER-30711 fix compileIan Boros2019-01-111-1/+1
* SERVER-35393 Flush asio output and limit SecureTransport out bufferSara Golemon2019-01-112-3/+13
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-1182-602/+283
* SERVER-38302 change TransactionState to TerminationCausePavi Vetriselvan2019-01-111-1/+1
* Revert "SERVER-38302 update prepared commit/abort metrics before call to opOb...Pavi Vetriselvan2019-01-112-36/+17
* SERVER-37498 Remove the slowBackgroundIndexBuild failpointGregory Wlodarek2019-01-101-12/+6
* SERVER-38527 Merge supportsRecoverToStableTimestamp into supportsRecoveryTime...Gregory Wlodarek2019-01-1016-104/+29
* SERVER-38483 Convert options in sasl_options.cpp to IDLSpencer Jackson2019-01-108-207/+250
* SERVER-37880 Merge the barrier functionality to be part of the unittests libraryKaloian Manassiev2019-01-1010-41/+5
* SERVER-35138 service_state_machine will log backtrace for uncaught exceptionsJonathan Ma2019-01-101-4/+2
* SERVER-38893 Fix out-of-order biggie oplog insertGeert Bosch2019-01-103-31/+29
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-1014-475/+515
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-1010-150/+3