summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2016-01-291-3/+6
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-5/+8
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-211-13/+10
* SERVER-18567 Move Future under the mongos commandsKaloian Manassiev2015-07-161-39/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-392/+379
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-18815 Rename shard registry's findIfExists(...) to getShard(...) and a...Daniel Alabi2015-06-181-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18815 Make Shard object non-copyable. Get rid of Shard::make(...) and ...Daniel Alabi2015-06-091-4/+8
* SERVER-18815 Define ShardId type. Get rid of findIfExists(...) and getAllShar...Daniel Alabi2015-06-051-7/+12
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-10/+11
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-1/+1
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-16/+0
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-1/+1
* SERVER-18101 Remove usage of default_version.cppKaloian Manassiev2015-04-171-1/+3
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-18064 Move shard.cpp under the sharding client libraryKaloian Manassiev2015-04-151-1/+1
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-1/+0
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-7/+3
* SERVER-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-1/+1
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-0/+572