summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUMP 3.1.3r3.1.3Ramon Fernandez2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-1845-105/+110
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-1845-110/+105
* Revert "SERVER-18486 modernize MONGO_DISALLOW_COPYING"Adam Midvidy2015-05-181-6/+4
* bump tools to r3.1.3Ernie Hershey2015-05-181-1/+1
* SERVER-18478 Get rid of UpdateGuard and simplify locking for user management ...Daniel Alabi2015-05-1814-274/+89
* SERVER-18486 modernize MONGO_DISALLOW_COPYINGAdam Midvidy2015-05-181-4/+6
* SERVER-18288 implement a common interface for OP_COMMAND and OP_QUERYAdam Midvidy2015-05-1836-155/+2014
* Import wiredtiger-wiredtiger-2.6.0-19-g35cc116.tar.gz from wiredtiger branch ...Michael Cahill2015-05-1895-1167/+2984
* SERVER-18457 Support more query operators with {$exists: true} filter.Max Hirschhorn2015-05-162-11/+147
* SERVER-17075: Handle WCE in cloneCollectionAsCappedGeert Bosch2015-05-151-21/+61
* SERVER-18168: Get rid of nested units of work in the RecoveryUnitGeert Bosch2015-05-1522-219/+161
* SERVER-18171: Rename awaitCommit to waitUntilDurableGeert Bosch2015-05-1515-41/+44
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-1527-42/+43
* Make it safe to run evalb.js multiple times without clearing dataMathias Stearn2015-05-151-0/+1
* SERVER-18227 Fix minor typosMathias Stearn2015-05-1512-23/+23
* SERVER-18227 Add bypassDocumentValidation support to applyOpsMathias Stearn2015-05-152-6/+10
* SERVER-18320 Remove command line from buildinfoJonathan Reams2015-05-151-1/+1
* SERVER-18198 fix incorrect logic for applying read pref to aggregate commandAdam Midvidy2015-05-152-1/+45
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-159-28/+23
* SERVER-13875 Spec equivalence check ignore text/geo index versionsJason Rassi2015-05-153-4/+59
* SERVER-18124 Move 'newest chunk' check to the catalog managerKaloian Manassiev2015-05-1513-108/+86
* SERVER-18463 Remove BSON startup testsKaloian Manassiev2015-05-153-160/+95
* SERVER-13874 Fix MSVC signed/unsigned mismatch warningKaloian Manassiev2015-05-151-1/+1
* SERVER-13874 Support converting Date_t to system_clock::time_point and back.Andy Schwerin2015-05-153-3/+35
* SERVER-18494: Fix long link command lines on WindowsMark Benvenuto2015-05-151-4/+4
* SERVER-18420 fix double populating of result in dropCollectionmatt dannenberg2015-05-152-3/+4
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-1595-43/+159
* SERVER-18016 added unit test assertion macro to check error code in exceptionBenety Goh2015-05-142-4/+15
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-1428-43/+194
* SERVER-18227 Propagate all options when creating collections based on othersMathias Stearn2015-05-144-17/+27
* SERVER-18227 Correctly parse collection options in RS rollback of collmodMathias Stearn2015-05-143-10/+26
* SERVER-18350 Refactor expression_algo.cpp.Max Hirschhorn2015-05-145-413/+386
* SERVER-13874 Add comments to Date_t class definition and method declarations.Andy Schwerin2015-05-143-7/+73
* SERVER-13874 Get rid of some dead code in time_support.h/cppAndy Schwerin2015-05-144-50/+8
* SERVER-18464 AuthZ manager reads should use the config shardKaloian Manassiev2015-05-141-15/+14
* SERVER-18049 getShardMap command on MongoD should check if shard registry is ...Kaloian Manassiev2015-05-141-1/+7
* SERVER-18127 User cache invalidator job should use the catalog manager to get...Daniel Alabi2015-05-141-13/+10
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-146-22/+32
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-1410-308/+412
* SERVER-18016 removed listDatabases() call from Database::duplicateUncasedName()Benety Goh2015-05-141-12/+5
* Revert "SERVER-18049 Move StaticShardInfo out of shard.cpp"Kaloian Manassiev2015-05-139-418/+305
* Revert "SERVER-18049 Put ShardRegistry on Grid"Kaloian Manassiev2015-05-136-32/+22
* SERVER-18421: add os x ssl builderSam Kleinman2015-05-131-0/+81
* SERVER-18465 fix confusing warning message for generating too many S2 keysDavid Storch2015-05-131-3/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-13131-1058/+1261
* Revert "SERVER-18320 Remove command line from buildinfo"David Storch2015-05-132-1/+10
* SERVER-18455 stop logging sync_pullOpLog message in master slavematt dannenberg2015-05-131-2/+0
* SERVER-17913 Log voters at the default loglevelalexander2015-05-131-1/+2
* SERVER-18328 Create mongos version of user management commands that uses cata...Daniel Alabi2015-05-139-669/+1958