summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27613 do not send chunk's ChunkVersion in split requestsEsha Maharishi2017-01-117-11/+0
* SERVER-27618 Make NetworkInterfaceASIO integration test less stressfulsamantharitter2017-01-101-3/+3
* SERVER-27390 Delete dead code in commitChunkMigrationNathan Myers2017-01-1015-585/+80
* SERVER-22348 propagate binary paths from resmoke to MongoRunnerRobert Guo2017-01-103-12/+28
* SERVER-27582 initialize lastVote properlyJudah Schvimer2017-01-106-28/+33
* SERVER-27510 remove chunk version check in moveChunk and splitChunkEsha Maharishi2017-01-104-28/+1
* SERVER-27044 Fetcher should be exception safeJack Mulrow2017-01-101-12/+11
* SERVER-27308 Reduce cost of sharding check in DocumentSourceLookupJames Wahlin2017-01-092-2/+13
* SERVER-27490 Stop consulting storage engine isDurable flag in ReplicationCoor...Andy Schwerin2017-01-077-106/+58
* SERVER-27556 Remove usages of Request in strategy.h/.cppKaloian Manassiev2017-01-066-189/+197
* SERVER-27591 Abandon snapshot after scanning indexesGeert Bosch2017-01-061-0/+1
* SERVER-14148 Remove JS mode from JSON output optionsJonathan Reams2017-01-064-16/+2
* SERVER-27586 Add some missing edges to build graphADAM David Alan Martin2017-01-055-16/+22
* SERVER-27029 Use longer timeout in config_server_catalog_test to help track s...Kaloian Manassiev2017-01-051-29/+33
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-0580-214/+254
* Revert "SERVER-27029 Use infinite timeouts in config_server_catalog_test to h...James Wahlin2017-01-051-32/+29
* SERVER-26828 unblacklist 3.2 incompatibilities in sharding_last_stable_mongos...Dianna Hohensee2017-01-041-53/+86
* SERVER-27478 Fix dynamic link on FreeBSDADAM David Alan Martin2017-01-043-0/+11
* SERVER-27029 Use infinite timeouts in config_server_catalog_test to help trac...Kaloian Manassiev2017-01-041-29/+32
* SERVER-27154 replSetRequestVotes command should wait for durabilityJudah Schvimer2017-01-041-2/+2
* SERVER-27123 Only update the commit point as a secondary from oplog queries a...Spencer T Brody2017-01-0415-57/+223
* SERVER-27583 shut down SyncSourceFeedback outside ReplicationCoordinatorExter...Benety Goh2017-01-041-4/+2
* SERVER-5738 Remove MONGO_ONCE in favor of std::call_onceMark Benvenuto2017-01-045-13/+20
* SERVER-27155 Change replSetRequestVotes to not store dryRun votes as if they ...Judah Schvimer2017-01-032-1/+111
* SERVER-27420 explicitly parse first pipeline element in checkAuthForAggregate()Kyle Suarez2017-01-036-31/+473
* SERVER-27282 clean up RS rollback error handlingMathias Stearn2017-01-034-346/+320
* SERVER-25860 Remove redundant operations during rollbackMathias Stearn2017-01-033-65/+169
* SERVER-25860 Allow replication rollback to drop system collectionsMathias Stearn2017-01-033-17/+33
* SERVER-27050 Ensure upstream node doesn't roll back after checking MinValidMathias Stearn2017-01-0313-73/+331
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2017-01-039-241/+263
* SERVER-26826 Fix typos in sh.help() for enableAutoSplitSergey2017-01-031-1/+1
* SERVER-27556 Remove Request::session and usages of cc() in request processingKaloian Manassiev2017-01-033-29/+19
* SERVER-27556 Cleanup sharding request processing codeKaloian Manassiev2017-01-038-127/+56
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-0371-29/+203
* SERVER-27189 _getLastOpTime / _getDurableOpTime do not handle missing nodes g...Jack Mulrow2016-12-301-4/+26
* SERVER-27469 Remove dead code from NetworkInterface and ThreadPoolTaskExecutor.Andy Schwerin2016-12-306-28/+0
* SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto2016-12-2911-36/+41
* SERVER-25966 added CollectionCloner tests for metadata retriesBenety Goh2016-12-294-0/+158
* SERVER-27526 Remove all non-metadata command usages of DBConfig::isShardingEn...Kaloian Manassiev2016-12-2814-272/+368
* SERVER-27527 Remove explicit shardingEnabled check for databases in M/R and a...Kaloian Manassiev2016-12-283-26/+25
* SERVER-27529 scons msi target is failing do to missing dependenciesMark Benvenuto2016-12-271-0/+5
* SERVER-27175 Improve performance of planSummary string generationJames Wahlin2016-12-273-15/+57
* SERVER-23420 Remove use of GNU extensions in parse_number_test.cppMark Benvenuto2016-12-271-3/+3
* SERVER-27406 Reduce DocumentSourceCursor batch size from 16MB to 4MBJames Wahlin2016-12-273-8/+4
* Revert "SERVER-26126 Remove broken LockState caching"Geert Bosch2016-12-276-8/+49
* SERVER-26734 indexStats action is not sufficient for $indexStatsJames Wahlin2016-12-271-3/+2
* SERVER-26126 Fix repl unittestsGeert Bosch2016-12-233-0/+13
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-229-62/+8
* SERVER-27466 additional fix: lock around checking _inShutdown in ReplicationC...Esha Maharishi2016-12-221-4/+6
* SERVER-27473 Remove writes and unused code in DBConfigKaloian Manassiev2016-12-225-140/+48