summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 3.1.4r3.1.4Dan Pasette2015-06-081-1/+1
* bump tools to 3.1.4Dan Pasette2015-06-081-1/+1
* Revert "BUMP 3.1.4"Ramon Fernandez2015-06-081-1/+1
* Revert "post 3.1.4"Ramon Fernandez2015-06-081-1/+1
* post 3.1.4Dan Pasette2015-06-081-1/+1
* BUMP 3.1.4Dan Pasette2015-06-081-1/+1
* SERVER-18184 change oplog's newOptimeNotifier boost::condition back to using ...David Storch2015-06-083-5/+5
* SERVER-17660 Rename index option "filter" to "partialFilterExpression"Jason Rassi2015-06-0810-27/+26
* Revert "SERVER-17660 Rename index option "filter" to "partialIndexExpression""Jason Rassi2015-06-0810-26/+27
* SERVER-17660 Rename index option "filter" to "partialIndexExpression"Jason Rassi2015-06-0810-27/+26
* SERVER-18039: disable DataReplicator initial sync cleanup while investigating...Scott Hernandez2015-06-061-2/+3
* SERVER-18039: Add Initial Sync to DataReplicatorScott Hernandez2015-06-0520-298/+1622
* SERVER-18277 Do not do database reads under client spinlock.Andy Schwerin2015-06-052-2/+3
* SERVER-14995 Fix race condition in jstests/noPassthrough/update_yield1.js.Andy Schwerin2015-06-051-2/+3
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-0515-126/+170
* SERVER-18848 enable perf statistics collection in evergreenmike o'brien2015-06-051-0/+149
* SERVER-18461 cover range predicates comparing BinData in building index boundscoollog2015-06-053-4/+144
* SERVER-18292 remove global Strategy instanceAdam Midvidy2015-06-0511-41/+36
* SERVER-18292 move runCommands to commands.cppAdam Midvidy2015-06-054-249/+278
* SERVER-18825 restore indicator behavior of "dropped" field in a dropDatabase ...matt dannenberg2015-06-054-5/+16
* SERVER-18515 Finish changing type of OpDebug::ns to std::stringAndy Schwerin2015-06-051-2/+2
* SERVER-18515 Put OperationContext into mongos client request path.Andy Schwerin2015-06-0517-71/+173
* SERVER-18277 Move server status metrics code out of curop.cpp into curop_metr...Andy Schwerin2015-06-057-58/+133
* SERVER-18277 Get references to the Top object out of CurOp.Andy Schwerin2015-06-055-13/+27
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-0523-170/+304
* SERVER-18178 Convert the mr_drop.js test to an FSM workloadKamran Khan2015-06-052-41/+118
* SERVER-18623 TaskExecutor interfaceSpencer T Brody2015-06-052-0/+419
* SERVER-18037 added applyUntilAndPause to applierBenety Goh2015-06-053-10/+343
* SERVER-18037 migrated synchronization primitives used in applier from boost::...Benety Goh2015-06-053-33/+30
* SERVER-18371 Fix FIPS test for platforms without FIPS supportJonathan Reams2015-06-051-2/+3
* SERVER-18590 Implement lock & unlock for replSets distlock managerRandolph Tan2015-06-0520-128/+1262
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-0418-454/+110
* SERVER-18127 Remove ConfigServer::modelServerKaloian Manassiev2015-06-048-92/+38
* SERVER-18491 Add support for answering $or queries with a partial index.Max Hirschhorn2015-06-042-2/+51
* SERVER-18623 Split NetworkInterface and StorageInterface out from Replication...Spencer T Brody2015-06-0450-239/+723
* SERVER-180007 don't call getValue() on non-OK StatusWith in replAdam Midvidy2015-06-041-2/+1
* SERVER-18815 Remove Shard(std::string&) constructorKaloian Manassiev2015-06-044-32/+60
* SERVER-18277 Stop using OldClientContext in BatchExecutor.Andy Schwerin2015-06-044-77/+48
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-049-58/+120
* SERVER-18764 Only use elapsedMillis when command succeedsSiyuan Zhou2015-06-041-5/+0
* SERVER-18792 when logging createCollection to the oplog always include size i...matt dannenberg2015-06-043-3/+30
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-06-045-17/+48
* SERVER-18827 do not force-kill master-slave master; this confuses slave when ...Eric Milkie2015-06-042-2/+0
* SERVER-18801 Make multi_host_query_test deterministicKaloian Manassiev2015-06-041-4/+6
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-0417-358/+13
* SERVER-18495 Enable FSM replication testsJonathan Abrahams2015-06-042-6/+11
* SERVER-18813 move check for stale config in to aggRunCommandAdam Midvidy2015-06-031-7/+8
* SERVER-18157 Appropriately handle applyOps status during migrationDaniel Alabi2015-06-032-12/+9
* SERVER-17747 Fix compile on FreeBSD 11Jonathan Reams2015-06-034-7/+9
* SERVER-18739 finish post member state update action before signalling finishe...matt dannenberg2015-06-031-7/+7