summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29914 correctly progagate UUIDs for rename across dbsGeert Bosch2017-07-051-39/+106
* SERVER-29956 Chained structs inside a command produce non-compilable codeMark Benvenuto2017-07-051-0/+15
* SERVER-29817 Do not use chunk map data structure in ChunkManager interface.Andy Schwerin2017-07-056-20/+54
* SERVER-29817 Always intialize bytesWritten to 0 for chunks.Andy Schwerin2017-07-053-26/+3
* SERVER-29685 do not process ttl indexes on drop-pending collectionsBenety Goh2017-07-051-0/+3
* SERVER-29860 Initial ChunkSizeTracker and Unit TestsHugh Han2017-07-054-0/+390
* SERVER-29575 fix lintKyle Suarez2017-07-051-1/+1
* SERVER-27198 Remove ASIO based MessagingPort implementationAndrew Morrow2017-07-0522-1414/+28
* SERVER-29863 Add optional sessionId, txnNum, stmtId fields to oplog entry idlJack Mulrow2017-07-052-0/+12
* SERVER-29912 Require argument to $pop to be 1 or -1.David Storch2017-07-057-88/+179
* SERVER-28248 Fix move construction of NamespaceMetadataChangeNotifications::S...Kaloian Manassiev2017-07-052-1/+28
* SERVER-29919 Change BSONElement::operator[] to take field as StringDataJames Wahlin2017-07-052-2/+2
* Failed: lint on ! Enterprise RHEL 6.2 [MongoDB (master) @ 4ca0e0a5]Anne Lim2017-07-051-1/+1
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-07-058-3/+294
* SERVER-29925 Only canonicalize bson types if they differMathias Stearn2017-07-032-14/+15
* Fix comment formatting.Ian Kuehne2017-07-032-15/+8
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-0337-504/+486
* SERVER-29904 don't generate convertToCapped oplog entriesGeert Bosch2017-07-036-114/+43
* SERVER-29935 Clarify SingleDocumentTransformation's explain.Charlie Swanson2017-07-0310-44/+50
* SERVER-29414 move the logic of the movePrimary into the new _configsvrMovePri...Jessica Yu2017-07-036-251/+313
* SERVER-28903 Implement session transaction record inserts/updatesRandolph Tan2017-07-038-52/+574
* SERVER-28903 Make Transaction state store last write optime instead of write ...Randolph Tan2017-07-0310-91/+161
* Revert "SERVER-29462 Align locks in mongo::Paritioned to avoid false sharing"Benety Goh2017-07-032-78/+5
* SERVER-29462 Align locks in mongo::Paritioned to avoid false sharingAndrew Morrow2017-07-012-5/+78
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-07-014-62/+11
* Revert "SERVER-29910 Make RoleGraph non-copyable (but movable)"Kaloian Manassiev2017-06-304-15/+62
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-3043-573/+3177
* SERVER-29911 Use shared_ptr for Restriction setsSara Golemon2017-06-301-18/+29
* SERVER-29910 Make RoleGraph non-copyable (but movable)Sara Golemon2017-06-304-62/+15
* SERVER-29499 Schedule a catchup takeover on receiving heartbeats from the cur...Samy Lanka2017-06-3011-26/+606
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-3013-284/+454
* SERVER-28248 Use Notification<void> in the VersionNotifications classKaloian Manassiev2017-06-3011-493/+323
* SERVER-29938 FTDC RefactorMark Benvenuto2017-06-309-347/+492
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-304-25/+597
* SERVER-28693 Use getrusage() to report the number of major page faults on linuxTyler Kaye2017-06-301-4/+7
* SERVER-28613: Fixed memory leak while fetching a timelib_time.Derick Rethans2017-06-302-13/+25
* SERVER-29371 Check auth for nested $lookup pipelinesJames Wahlin2017-06-304-73/+263
* Revert "SERVER-29575: Add an $_internalSchemaXor MatchExpression"Anne Lim2017-06-308-316/+1
* SERVER-29575: Add an $_internalSchemaXor MatchExpressionAnne Lim2017-06-308-1/+316
* SERVER-28774 Fix SConscript breakage resulting from a rebase.Justin Seyster2017-06-291-1/+1
* SERVER-28774 Add RenameNode.Justin Seyster2017-06-2911-17/+1438
* SERVER-28769 Implement PopNode.David Storch2017-06-298-63/+821
* SERVER-29874 dropDatabase() releases locks when awaiting replicationBenety Goh2017-06-292-30/+100
* SERVER-29857 Expand AddressResrtriction<T> to accept multiple CIDR rangesSara Golemon2017-06-292-105/+181
* SERVER-29856 Use StringData instead of std::string in CIDR/AddressRestriction<T>Sara Golemon2017-06-293-9/+14
* SERVER-28764 Create AddToSetNodeTess Avitabile2017-06-298-1/+962
* SERVER-28613: Add $dateToParts and $dateFromParts aggregation framework opera...Derick Rethans2017-06-298-3/+907
* SERVER-27067 decorates operation context with boolean when global lock is tak...Judah Schvimer2017-06-295-0/+205
* SERVER-29634 Support overriding the C++ name for chained structs/types in IDLMark Benvenuto2017-06-292-13/+15
* SERVER-29276 rolls back drop pending collectionsJudah Schvimer2017-06-296-68/+250