summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19855 Make ShardForceVersionOkModeBlock use the OperationShardVersion ...Spencer T Brody2015-09-171-15/+0
* SERVER-20298 Less strict configdb checking for config repl setRandolph Tan2015-09-171-1/+1
* SERVER-20191 multi-updates/remove can make successive queries skip shard vers...Randolph Tan2015-09-081-1/+1
* SERVER-17544 make $where work in the new mongos read pathDavid Storch2015-08-131-0/+6
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+2
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-16/+21
* SERVER-19319 SetShardVersionRequestKaloian Manassiev2015-07-311-344/+61
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-24/+28
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-33/+27
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-799/+17
* SERVER-19165 add setParameter to control choice of NetworkInterfacesamantharitter2015-06-301-7/+7
* SERVER-18042 missing include for ReplicationExecutor in d_state.cppBenety Goh2015-06-291-0/+1
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-271-2/+0
* Revert "SERVER-19004 Get rid of Shard::runCommand"Siyuan Zhou2015-06-261-0/+2
* SERVER-19004 Get rid of Shard::runCommandKaloian Manassiev2015-06-261-2/+0
* SERVER-19001 Make the replication executor own its thread poolKaloian Manassiev2015-06-261-3/+6
* SERVER-19021 CatalogManagerReplicaSet implementation of logChange methodSpencer T Brody2015-06-261-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1096/+1049
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-18036 fixed NamespaceString usage in some commands, especially in case...Benety Goh2015-06-181-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-27/+27
* SERVER-18236 send GLEStats over OP_COMMAND metadata objectAdam Midvidy2015-06-161-1/+1
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-151-2/+4
* SERVER-18436 Basic skeleton of replica set catalog managerSpencer T Brody2015-06-101-0/+2
* SERVER-18438/SERVER-18435 Add RemoteCommandTargeter and runner to gridKaloian Manassiev2015-06-091-1/+9
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-22/+27
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-2/+1
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-2/+2
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-141-2/+2
* Revert "SERVER-18049 Put ShardRegistry on Grid"Kaloian Manassiev2015-05-131-2/+2
* SERVER-18049 Put ShardRegistry on GridKaloian Manassiev2015-05-131-2/+2
* SERVER-18126 MetadataLoader needs to use the catalog manager for reading chun...Daniel Alabi2015-05-061-1/+1
* SERVER-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+2
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-1/+0
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-0/+1
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-2/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-1/+2
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-4/+5
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-0/+8
* SERVER-18101 Remove usage of default_version.cppKaloian Manassiev2015-04-171-0/+6
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-4/+24
* SERVER-18024 Link CatalogManagerLegacy in mongos/mongod onlyKaloian Manassiev2015-04-171-9/+7
* SERVER-18071 Fix error codes conflictKaloian Manassiev2015-04-161-1/+1
* SERVER-18071 Parse mongos 'configdb' command line parameter into a Connection...Spencer T Brody2015-04-161-4/+7
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-18072 Pull ShardingConnectionHook into its own libraryKaloian Manassiev2015-04-161-1/+1
* SERVER-17867 Appropriately handle return values in some mongos filesDaniel Alabi2015-04-101-2/+3
* SERVER-17805 logOp / OperationObserver should always check shardversionRandolph Tan2015-04-011-0/+5
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-62/+56