summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-0720-379/+153
* SERVER-29264 Convert service_state_machine_test to use OP_MSGMathias Stearn2017-06-071-20/+11
* SERVER-29264 Add an API for mongod commands to access OP_MSG input document s...Mathias Stearn2017-06-073-4/+35
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-079-13/+306
* SERVER-28767 More test coverage for ArithmeticNodeJustin Seyster2017-06-071-64/+204
* SERVER-29196 Set batchSize for getMores in CollectionClonerJason Chan2017-06-071-0/+1
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-071-0/+5
* SERVER-29360 Add operator<< to Date_t classTed Tuckman2017-06-074-7/+23
* SERVER-24735 Correct logger to use STORAGE instead of INDEXGregory Wlodarek2017-06-071-1/+1
* SERVER-20066 consider ixscans if query is empty but projection can be coveredKyle Suarez2017-06-073-0/+160
* Revert "SERVER-29464 Get rid of BSONSerializable"Max Hirschhorn2017-06-0712-79/+274
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-0712-274/+79
* SERVER-28467 sign range of timesMisha Tyulenev2017-06-063-13/+74
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-062-5/+24
* SERVER-28445 Compute operationTime in command error responseMisha Tyulenev2017-06-061-14/+12
* SERVER-29458 Fix building on FreeBSDADAM David Alan Martin2017-06-061-0/+8
* Revert "SERVER-29434 Don't accept empty timestamps for readConcern afterClust...Judah Schvimer2017-06-061-5/+0
* SERVER-29037: Updated logging in replication coordinator to show new replSetC...Allison Chang2017-06-061-1/+3
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-061-0/+5
* SERVER-28458 Unit test wall clock reset admin errorsJack Mulrow2017-06-062-2/+74
* SERVER-2938 Improved lock file error messageGWlodarek2017-06-062-6/+19
* SERVER-27633 Rename reloadShardRegistryUntilSuccess in sharding_initializatio...chorn2017-06-064-7/+8
* Revert "SERVER-28944 change validate() reporting order"Max Hirschhorn2017-06-051-6/+3
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-0515-1408/+1402
* SERVER-29020 Upgrade vendored copy of ASIO to 524288cb4fcf84664b3dc39cb4424c7...Spencer Jackson2017-06-051-4/+4
* SERVER-28944 change validate() reporting orderRobert Guo2017-06-051-3/+6
* SERVER-28300 Fix lintsamantharitter2017-06-053-6/+8
* SERVER-29073 Allow variable definition within $lookupJames Wahlin2017-06-056-61/+274
* SERVER-29240 Add test to ensure valid index creation for capped collections d...William Schultz2017-06-051-0/+18
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-0515-194/+900
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-058-0/+849
* SERVER-28300 Implement the logical session cacheSamantha Ritter2017-06-057-8/+440
* SERVER-28300 Add interfaces for logical session cache supporting typesSamantha Ritter2017-06-055-0/+251
* SERVER-28300 Make PeriodicRunnerASIO more resilientsamantharitter2017-06-052-3/+9
* SERVER-29441 Clean up declaration of the cpuprofiler libraryAndrew Morrow2017-06-052-40/+38
* SERVER-29327: Prevent DBDirectClient from storing MaxTimeMS on cursorsSpencer Jackson2017-06-053-14/+23
* SERVER-29443 Fix iOS and tvOS compilesAndrew Morrow2017-06-052-1/+5
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-0513-53/+44
* SERVER-29342 Fix build on windosNathan Myers2017-06-022-4/+1
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-029-146/+337
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-0219-894/+1934
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-026-6/+249
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-0211-79/+2173
* SERVER-29333 replace incorrect use of getStatusFromCommandResult in ShardServ...Dianna Hohensee2017-06-021-6/+24
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-024-100/+11
* SERVER-29396 Fix logical clock unit test for kMaxAcceptableLogicalClockDriftS...Kevin Pulo2017-06-021-3/+3
* SERVER-29396 maxAcceptableLogicalClockDriftSecs must be positiveKevin Pulo2017-06-022-15/+15
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-019-337/+146
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-019-146/+337
* SERVER-29274 make reaper mandatory in Database::dropCollection()Benety Goh2017-06-015-121/+99