summaryrefslogtreecommitdiff
path: root/src/mongo/s/d_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-5/+6
* SERVER-17698 Initialize MongoD sharding state only onceKaloian Manassiev2015-03-231-18/+26
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-3/+10
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-21/+21
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-1/+1
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-4/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-1/+1
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-7/+7
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-7/+7
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-7/+7
* SERVER-16184 repeated WriteBackListener error on out-of-order upgradeRandolph Tan2014-11-241-0/+12
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+3
* SERVER-15531 serverID for WBL no longer usedGreg Studer2014-10-281-34/+0
* SERVER-15633 ShardingState::doRefreshMetadata should take a more granular loc...Randolph Tan2014-10-271-3/+4
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-2/+2
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+2