summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-1719-332/+314
* SERVER-18962 do not replicate metadata operations pertaining to system.profilematt dannenberg2015-06-171-5/+23
* SERVER-18962 ignore IllegalOperation when replicating a dropCollectionmatt dannenberg2015-06-171-1/+3
* SERVER-19005 Support DEATH_TEST and DEATH_TEST_FAndy Schwerin2015-06-175-8/+254
* SERVER-18996 Implement getAllShards for RS Catalog Manager.Daniel Alabi2015-06-1710-43/+181
* SERVER-18525 Mock out tick source in replset_dist_lock_manager_testRandolph Tan2015-06-1711-20/+200
* SERVER-18436 Forward declare RemoteCommandRequest as struct not classDaniel Alabi2015-06-171-1/+1
* SERVER-18732 boost -> stdx for timed_mutexAdam Midvidy2015-06-174-22/+22
* SERVER-18464/SERVER-18437/SERVER-19004 Move targeter ownership to ShardKaloian Manassiev2015-06-177-278/+245
* SERVER-18594 Implement writeConfigServerDirect and updateCollection in replse...Spencer T Brody2015-06-172-2/+203
* SERVER-18436 Make OnCommand functions take RemoteCommandRequestsSpencer T Brody2015-06-173-17/+17
* SERVER-18830 Fixed explain output for geoNearBrandon Zhang2015-06-171-13/+7
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-17142-788/+778
* Add missing pragma onceGeert Bosch2015-06-171-0/+2
* SERVER-15017: benchRun might return incorrect stats valuesdalyd2015-06-172-59/+86
* SERVER-18947 Remove Shard::getCommandRunnerKaloian Manassiev2015-06-173-14/+1
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-1714-291/+421
* SERVER-15217 remove unused tests in dbtests/plan_ranking.cppQingyang Chen2015-06-161-217/+0
* SERVER-18086 Fixed invalid pointer in canonical_query_testQingyang Chen2015-06-161-134/+72
* SERVER-18309 have {$in: [.., null, ..]} not use sparse indexesQingyang Chen2015-06-164-4/+34
* SERVER-15732 abort election if term increases during the electionmatt dannenberg2015-06-163-6/+98
* SERVER-18385 add DryRun stage to ReplicationCoordinator's ElectV1 code pathmatt dannenberg2015-06-164-16/+185
* SERVER-18385 add DryRun support to RequestVotes, VoteRequester, and TopologyC...matt dannenberg2015-06-169-6/+342
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-1636-125/+167
* SERVER-18236 cleanup ServerSelectionMetadataAdam Midvidy2015-06-164-18/+12
* SERVER-18236 fix exception safety in generateErrorResponseAdam Midvidy2015-06-166-3/+36
* SERVER-18292 expose protocol type of RPC classes andAdam Midvidy2015-06-1624-19/+111
* SERVER-18236 SERVER-18292 send impersonated users and roles via metadata objectAdam Midvidy2015-06-1612-113/+402
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-1616-45/+558
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-168-124/+155
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-167-71/+355
* SERVER-18236 provide variant of DBClientWithCommands::runCommands thatAdam Midvidy2015-06-163-21/+154
* SERVER-18292 support OP_COMMAND in commands executed with DBClientMultiCommandAdam Midvidy2015-06-161-17/+30
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-165-20/+147
* SERVER-18036 convert data replicator to use mock replication coordinator.Benety Goh2015-06-166-83/+226
* SERVER-18036 data replicator reporter should not wait on callback handle if i...Benety Goh2015-06-161-0/+3
* SERVER-18036 query fetcher was not checking start timestamp in first batch of...Benety Goh2015-06-161-1/+3
* SERVER-18949 Implement getDatabase for the RS catalog managerDaniel Alabi2015-06-162-1/+82
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-1613-63/+428
* SERVER-6686 Remove remaining uses of boost::xtime.Andy Schwerin2015-06-163-51/+14
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-169-184/+145
* SERVER-18928 Simplify mongo/platform/cstdint.h in advance of eliminating it.Andy Schwerin2015-06-162-26/+6
* address feedback: remove isTTL and expireAfterSecondsMisha Tyulenev2015-06-155-44/+0
* SERVER-3495 added to explain output for stages COUNT_SCAN and IXSCAN: isUniqu...Misha Tyulenev2015-06-155-0/+69
* SERVER-18976 replset_dist_lock_manager_test deadlockRandolph Tan2015-06-151-17/+76
* SERVER-18974 ConfigCoordinator SetShardVersion request should use correct con...Daniel Alabi2015-06-155-95/+12
* SERVER-14872: Aggregation expression to concatenate multiple arrays into oneCharlie Swanson2015-06-152-0/+34
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-1516-135/+137
* SERVER-9666 typo in db/SConscriptsamantharitter2015-06-151-1/+1
* SERVER-17990 SERVER-18809 Community portion of ESEAndreas Nilsson2015-06-1512-59/+248