summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16444 Change updateWithDamages() to return the updated data.Max Hirschhorn2015-08-2414-83/+92
* SERVER-20084 propogate overridden slaveOk setting though runReadCommandAdam Midvidy2015-08-241-2/+2
* SERVER-19100 - disable config_base in WT Conn stringDavid Hows2015-08-251-0/+1
* SERVER-20084 do not set slaveOk in runReadCommand if a read pref has notAdam Midvidy2015-08-241-2/+5
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-2417-27/+26
* SERVER-20051 check return value of PlanYieldPolicy::yield()David Storch2015-08-242-4/+7
* SERVER-13393 Improve error message on negative bulk timeoutsAndrew Morrow2015-08-241-1/+1
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-2413-19/+148
* SERVER-19898 shorter heartbeat interval when a node does not have a sync sour...matt dannenberg2015-08-245-41/+58
* SERVER-18555 implemented OP_COMMAND and OP_COMMAND_REPLY in mongosniffCalvin Chan2015-08-241-1/+34
* SERVER-20019 SpiderMonkey performance improvement in shell by removing pre-em...Calvin Chan2015-08-241-3/+4
* SERVER-9666 Tag cyclic or incomplete libraries, add more missing edgesAndrew Morrow2015-08-2428-32/+323
* SERVER-18849 only send wire version for find/getMore commands if config serve...David Storch2015-08-246-14/+36
* SERVER-19829: Use MD5 and longer key prefixes in text index v3 for long terms.Mark Benvenuto2015-08-243-15/+79
* SERVER-17294: Boost 1.59 compilation fixesMark Benvenuto2015-08-247-6/+7
* SERVER-19378 Remove v8 sourcesAndrew Morrow2015-08-241089-958674/+0
* SERVER-19378 Remove support for building with v8Andrew Morrow2015-08-2419-9032/+3
* SERVER-19846 Ban uses of std::timed_mutexAndrew Morrow2015-08-242-96/+23
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Benety Goh2015-08-214-12/+14
* Revert "SERVER-19855 Do not perform shard version checking where not necessary"Benety Goh2015-08-217-156/+131
* SERVER-20074 Log signal information for some thread when several threads rais...Andy Schwerin2015-08-211-25/+24
* Revert "Revert "SERVER-19855 Use ShardConnection for migrations and splits""Kaloian Manassiev2015-08-214-14/+12
* SERVER-19855 Do not perform shard version checking where not necessaryKaloian Manassiev2015-08-217-131/+156
* SERVER-13647 give restore privileges to rootMerry Mou2015-08-211-1/+1
* SERVER-19945 Update term on election in a single node replsetSiyuan Zhou2015-08-213-3/+19
* SERVER-18773 Use ClusterClientCursor for op getMore on mongosMisha Tyulenev2015-08-2118-11/+267
* SERVER-20011 wrap NetworkConnectionHook calls in std::terminateAdam Midvidy2015-08-213-4/+17
* SERVER-20055 try harder in _checkErrorState in JSJason Carey2015-08-211-1/+14
* SERVER-20043 remove useless ec parameterAdam Midvidy2015-08-212-3/+3
* SERVER-20038 Check result of isMaster command in sharding connection hookSpencer T Brody2015-08-211-2/+4
* SERVER-20033 Add ShardingNetworkConnectionHook to NetworkInterfaceASIOSpencer T Brody2015-08-211-7/+3
* Revert "SERVER-19855 Use ShardConnection for migrations and splits"Kaloian Manassiev2015-08-214-12/+14
* SERVER-19590 update CatalogManager commentRandolph Tan2015-08-211-3/+2
* SERVER-19590 Remove --upgrade from mongosRandolph Tan2015-08-2114-44/+28
* SERVER-19592 Remove config version increment from mongos config upgrade codeRandolph Tan2015-08-214-9/+20
* SERVER-19564: Fix bug in sizeStorer handling when it goes negativeMartin Bligh2015-08-211-13/+4
* SERVER-18384 Only the primary should act on downstream liveness information.Eric Milkie2015-08-213-5/+13
* SERVER-20042 removed unnecessary using statementBenety Goh2015-08-211-1/+0
* SERVER-20041 check RecordCursor::restore() result in testBenety Goh2015-08-211-1/+1
* SERVER-19831 updateTerm test cleanupBenety Goh2015-08-217-69/+42
* SERVER-19831 integrated replication coordinator metadata with steady syncBenety Goh2015-08-211-10/+37
* SERVER-19975: use cached protocol version (atomic)Scott Hernandez2015-08-213-14/+8
* SERVER-19950: serverStatus({repl:1})Scott Hernandez2015-08-211-1/+1
* SECURITY-330 redact password from CmdSaslStartMerry Mou2015-08-211-0/+11
* SERVER-19855 Use ShardConnection for migrations and splitsKaloian Manassiev2015-08-214-14/+12
* SERVER-19572 enable --readMode commands for auth suitesDavid Storch2015-08-211-1/+5
* Revert "Revert "SERVER-19946 support the tailable option for unsharded capped...David Storch2015-08-2120-25/+267
* SERVER-20058 ConfigCoordinator should not do SetShardVersion exchangeKaloian Manassiev2015-08-203-9/+22
* Revert "SERVER-19946 support the tailable option for unsharded capped collect...David Storch2015-08-2020-267/+25
* SERVER-19946 support the tailable option for unsharded capped collections in ...David Storch2015-08-2020-25/+267