summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Import wiredtiger: 9e5044823185feffa71e56a6593cfb92e0741a41 from branch mongo...Luke Chen2018-01-05696-1656/+2820
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersMaria van Keulen2018-01-043-36/+26
* SERVER-32264 IntelDFP typedefs from system headersADAM David Alan Martin2018-01-042-0/+12
* SERVER-30815 Add some missing libdeps edges currently acquired via serveronlyAndrew Morrow2018-01-049-2/+37
* SERVER-30815 The debugger library should be private to baseAndrew Morrow2018-01-041-101/+98
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-0421-38/+729
* SERVER-31734 rewrite massert/uassert to preserve statusesMathias Stearn2018-01-043-77/+67
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-045-24/+22
* SERVER-32244 Better logging when a DBException escapes from a unittestMathias Stearn2018-01-041-0/+2
* SERVER-32302 Make mutablebson cache total field sizeMathias Stearn2018-01-042-54/+115
* SERVER-32302 Use a table to compute the size of each BSONElementMathias Stearn2018-01-041-56/+69
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-01-044-155/+32
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-0417-57/+119
* SERVER-32352 Remove TransportLayerLegacyJonathan Reams2018-01-048-692/+27
* SERVER-30609 Add support for markThreadIdle to adaptive service executorMark Benvenuto2018-01-042-1/+9
* SERVER-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-01-046-280/+145
* commands.cpp: eliminate std:: using declsBilly Donahue2018-01-041-9/+7
* SERVER-32444 Coverity analysis defect 102285: PW.PARAMETER_HIDDENMatthew Russotto2018-01-041-3/+3
* SERVER-32532 dropDatabase() drops collections in separate loop after gatherin...Benety Goh2018-01-041-1/+8
* SERVER-32529 Revert "SERVER-32105 Require shard servers and config servers to...Esha Maharishi2018-01-042-21/+6
* SERVER-32402 refactor second dropDatabase WCE retry loopBenety Goh2018-01-031-14/+15
* SERVER-32402 reset Database drop pending state upon step down after dropping ...Benety Goh2018-01-032-1/+9
* SERVER-31198 Run the concurrency suite with shard stepdownsJack Mulrow2018-01-032-14/+5
* SERVER-32477 Gracefully shutdown sockets in ASIOSessionMatt Broadstone2018-01-031-5/+11
* SERVER-32188 SERVER-32187 Have secondaries apply timestamps to commandsJudah Schvimer2018-01-038-3/+511
* SERVER-32310 Log a warning that the geoNear command is deprecatedTess Avitabile2018-01-032-0/+26
* SERVER-31500 Create Javascript test to exercise rollback of dropDatabase commandVesselina Ratcheva2018-01-021-0/+12
* Revert "SERVER-28822 Add new dbclient connection pool options"Jason Carey2018-01-028-488/+82
* SERVER-32389 show android api version as libc version in hostInfoGabriel Russell2018-01-021-2/+8
* SERVER-32221 Remove unnecessary null check in DocumentSourceSort.David Storch2017-12-291-1/+1
* SERVER-32098 converting a drop-pending collection to capped fails with Namesp...Benety Goh2017-12-292-3/+7
* SERVER-32098 add unit test for convertToCappedBenety Goh2017-12-292-0/+164
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-2922-218/+786
* SERVER-32390 Fix stacktrace_posix when compiling with the Android NDKHenrik Edin2017-12-291-3/+17
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-292-0/+245
* SERVER-32098 renaming drop-pending collection fails with NamespaceNotFoundBenety Goh2017-12-292-0/+68
* SERVER-29335 fix millisecond formattingBilly Donahue2017-12-291-2/+4
* SERVER-30815 Add missing libdep to CAPI transportAndrew Morrow2017-12-291-0/+1
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-2920-44/+43
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-296-26/+7
* SERVER-28992 Make the write commands targeter return actual ShardEndpoint(s)Kaloian Manassiev2017-12-297-215/+172
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-2829-289/+154
* SERVER-32210 logOp should uassert, not fassert when not primary.Andy Schwerin2017-12-281-2/+2
* SERVER-32098 collection creation using applyOps with UUID on drop-pending col...Benety Goh2017-12-282-7/+21
* SERVER-32098 add unit test for createCollectionBenety Goh2017-12-282-0/+243
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-287-25/+93
* SERVER-31750 log renameCollectionBenety Goh2017-12-281-0/+4
* SERVER-31983 Create setFeatureCompatibilityVersion ActionTypeMaria van Keulen2017-12-274-14/+7
* SERVER-32369 evaluate invariant message before passing to invariantFailedWith...Benety Goh2017-12-263-5/+43
* SERVER-32369 fix invariant message in UUIDCatalogBenety Goh2017-12-261-1/+4