summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-151-1/+3
* 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-151-1/+3
* 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-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-151-0/+9
* 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-142-9/+18
* 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-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
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-136-22/+32
* SERVER-18049 Move StaticShardInfo out of shard.cppKaloian Manassiev2015-05-139-305/+418
* SERVER-18320 Remove command line from buildinfoJonathan Reams2015-05-132-10/+1
* SERVER-18442 better error message when user attempts to change unchangable st...Eric Milkie2015-05-131-3/+4
* SERVER-18286 Increase the value of the WiredTiger close_idle_timeDan Pasette2015-05-131-0/+1
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-124-177/+27
* SERVER-18418 Remote command targeterKaloian Manassiev2015-05-1213-172/+524
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-1238-108/+105
* SERVER-14608 Optimize out empty match stage in aggregation pipelineCharlie Swanson2015-05-123-4/+32
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-1240-319/+442
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-129-33/+46