summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-304-19/+46
* SERVER-21034 Remove log of xfer deletes on data that the shard does not ownRandolph Tan2015-10-301-1/+0
* SERVER-21008: Add missing part of patch "Fixed cappedDelete to keep track of ...Martin Bligh2015-10-301-3/+1
* SERVER-21124 Fix typos in _syncRollback warning messagesJudah Schvimer2015-10-301-4/+4
* SERVER-21129 wait for batch apply flush in a separate threadmatt dannenberg2015-10-304-32/+109
* SERVER-20977 increased test coverage for replication coordinator implBenety Goh2015-10-304-14/+55
* SERVER-20609 optimize OpDebug and CurOp constructionAdam Midvidy2015-10-307-129/+86
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-3035-177/+163
* SERVER-20609 use getFields instead of calling getField 4xAdam Midvidy2015-10-3011-23/+116
* SERVER-20928 Heartbeat shouldn't cause stepdown in protocol version 1.Siyuan Zhou2015-10-303-20/+7
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-305-5/+20
* SERVER-20972 indexStats should not assert on missing db or collectionJames Wahlin2015-10-301-12/+9
* SERVER-21034 Sharding should log ignored deletions at higher log levelRandolph Tan2015-10-301-2/+1
* SERVER-21001: retry collection create on write conflictMartin Bligh2015-10-301-9/+12
* SERVER-19095 Move $lookup to community editionCharlie Swanson2015-10-304-1/+439
* SERVER-21186 Make intial chunk creation use insert and not upsertKaloian Manassiev2015-10-305-102/+65
* SERVER-21186 Fix chunk version handling in ChunkTypeKaloian Manassiev2015-10-3013-249/+127
* SERVER-21169 Make internal CSRS config server reads retriableKaloian Manassiev2015-10-308-56/+71
* SERVER-21206 make ShardRegistry::_lookup an unordered_mapAdam Midvidy2015-10-302-7/+15
* SERVER-21166 better error messageDavid Storch2015-10-301-3/+1
* SERVER-20949 thread params object to AsyncResultsMerger by rvalue referenceDavid Storch2015-10-307-19/+23
* SERVER-21150 move basic init log messages earlierKevin Pulo2015-10-301-25/+26
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-301-2/+9
* SERVER-21099: Improve logging in Linux's SecureRandomSpencer Jackson2015-10-291-10/+7
* SERVER-21166 validate that index key pattern values are representable as 32-b...David Storch2015-10-293-0/+126
* SERVER-21166 don't leak DistinctNodeDavid Storch2015-10-292-4/+4
* SERVER-21103 fix comment grammarRandolph Tan2015-10-291-1/+1
* SERVER-21109 Add helper for waiting a balancing round in js testsRandolph Tan2015-10-293-10/+21
* SERVER-21188 do not schedule another liveness timeout if one is already pendingEric Milkie2015-10-297-7/+33
* SERVER-21008: Fixed cappedDelete to keep track of beginning of collection so ...Martin Bligh2015-10-292-15/+50
* Revert "SERVER-21008: Fixed cappedDelete to keep track of beginning of collec...Martin Bligh2015-10-292-59/+23
* SERVER-21149 Make sure that ShardRegistry is aware of any node that the Remot...Spencer T Brody2015-10-294-9/+42
* SERVER-20146 add readConcern to DBQuery shell helpersJonathan Reams2015-10-292-2/+19
* SERVER-21008: Fixed cappedDelete to keep track of beginning of collection so ...Martin Bligh2015-10-292-23/+59
* SERVER-20858 Reject creation of non-capped oplog collections.Max Hirschhorn2015-10-291-0/+1
* SERVER-21043: Fix coverity 76646, parameter hiddenGeert Bosch2015-10-291-2/+1
* Revert "SERVER-21160: revert woCompare to using unsigned comparison for Times...Geert Bosch2015-10-294-19/+2
* SERVER-21160: revert woCompare to using unsigned comparison for TimestampGeert Bosch2015-10-284-2/+19
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-285-69/+127
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-287-24/+7
* SERVER-21103 Top chunk optimization is not being triggered when there is no b...Randolph Tan2015-10-281-0/+5
* SERVER-20694 Do not require w:majority on writes to config replica sets in SC...Andy Schwerin2015-10-281-1/+2
* SERVER-20856 Atomically store the replica set config document and initiate th...Andy Schwerin2015-10-286-48/+57
* SERVER-21110 fix PV1 unit testEric Milkie2015-10-281-3/+3
* SERVER-21157 Change term warning message in protocol version 0 to LOG(3)Siyuan Zhou2015-10-271-1/+1
* SERVER-21110 PV1 should not check PV0 election rules.Siyuan Zhou2015-10-271-7/+13
* SERVER-20901 Make LockPinging test in replset_dist_lock_manager_test robust t...Randolph Tan2015-10-271-12/+2
* Revert "SERVER-21031: Vectorize logOps"Martin Bligh2015-10-275-125/+67
* SERVER-19614 fix lintAndrew Morrow2015-10-271-3/+2
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-275-67/+125