summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38935 Capture errno on error in eventfdJason Carey2019-02-061-1/+2
* SERVER-39147 Always batonJason Carey2019-02-067-66/+11
* SERVER-39119 Implement JSON Pointer classTed Tuckman2019-02-064-0/+356
* SERVER-39146 Refactor BatonJason Carey2019-02-0544-347/+785
* SERVER-39317 Make uri options case insensitiveJason Carey2019-02-055-97/+183
* SERVER-38473 Fix lintBlake Oler2019-02-051-1/+1
* SERVER-38521 Get rid of `waitForWork` calls from AsyncWorkSchedulerTest(s) wh...Kaloian Manassiev2019-02-051-3/+0
* SERVER-39329 add IndexBuildsCoordinator support to createIndexes commandBenety Goh2019-02-051-8/+192
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-0519-115/+223
* SERVER-39329 add server parameter for using IndexBuildsCoordinator in createI...Benety Goh2019-02-052-0/+41
* SERVER-39375 fix trafficRecordingFileToBSONArrJason Carey2019-02-051-2/+2
* SERVER-37454 Delete GlobalCursorIdCache.David Storch2019-02-057-156/+170
* SERVER-38521 Make the AsyncWorkScheduler be interruptible and support sub-sch...Kaloian Manassiev2019-02-0516-164/+450
* SERVER-38410 MongoS should fassert instead of failing an invariant when runni...Bernard Gorman2019-02-052-7/+8
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-02-0423-78/+56
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-0415-1/+1192
* SERVER-39056 Further refine readWriteAnyDatabaseShreyas Kalyan2019-02-042-1/+7
* SERVER-39133 Ensure failpoint registry is initialized before option validationMark Benvenuto2019-02-041-1/+3
* SERVER-39064 Storage interface changes for specifying durable_timestampXiangyu Yao2019-02-044-1/+74
* SERVER-39335 IndexBuildsCoordinatorMongod runs index build on caller thread d...Benety Goh2019-02-041-0/+12
* SERVER-39199 recalculate stable timestamp after releasing transaction oplog h...Judah Schvimer2019-02-0410-67/+68
* SERVER-38335 Make killAllSessions not attach the lsid from request to Operati...Randolph Tan2019-02-048-10/+94
* SERVER-39342 Bump the sharding unit-tests' `kFutureTimeout` constant to 15 se...Kaloian Manassiev2019-02-041-1/+1
* SERVER-36901 fix sh.status() last error reportingDmitry Ryabtsev2019-02-041-2/+4
* Import wiredtiger: 92719d6bc9a83ce45c337db6a67adcc1354cca32 from branch mongo...Luke Chen2019-02-047-105/+163
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-034-10/+58
* SERVER-38975 Include UUID in high water marks from shards where the collectio...Bernard Gorman2019-02-0215-32/+275
* SERVER-39348 Release sessions in TLASIO unittestJason Carey2019-02-011-1/+1
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-0139-127/+166
* SERVER-38428 log warning when non-mongod client connects with cluster certifi...Isabella Siu2019-02-012-0/+18
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-0116-86/+239
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-014-1/+33
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-0110-105/+323
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-0114-18/+162
* SERVER-37643 implement IndexBuildsManager functions for createIndexesBenety Goh2019-01-312-23/+68
* SERVER-37645 fix macOS compileBenety Goh2019-01-311-1/+1
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-3113-98/+110
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-3112-62/+430
* SERVER-38480 Make Map-Reduce fully interruptibleJustin Seyster2019-01-312-74/+63
* SERVER-39232 Allow commands that do not require auth to refresh sessionsRandolph Tan2019-01-312-5/+26
* Revert "SERVER-38828 Introduce CollectionShardingRuntimeLock usage to collect...Blake Oler2019-01-319-207/+85
* SERVER-13779 Allow $not to be applied to $regexJames Wahlin2019-01-311-6/+0
* SERVER-37607 SERVER-37608 Require C++17 and make it the defaultAndrew Morrow2019-01-312-24/+34
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-318-167/+66
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-313-98/+26
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-317-190/+60
* SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommitQuorumI...Gregory Wlodarek2019-01-3013-0/+347
* SERVER-37639 Add CommitQuorumOptions to the Index Builds Coordinator instead ...Gregory Wlodarek2019-01-3012-43/+334
* SERVER-38828 fix lintBenety Goh2019-01-302-2/+2
* Revert "SERVER-37639 Add checkIfCommitQuorumCanBeSatisfied() and checkIfCommi...Gregory Wlodarek2019-01-3013-347/+0