summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_connection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37667 Silence Coverity warning in ShardConnectionKaloian Manassiev2018-10-231-3/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-131-1/+2
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-2/+6
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-23800 Remove ShardConnection::syncKaloian Manassiev2016-04-201-2/+0
* SERVER-22174 Cleanup unused sharding codeKaloian Manassiev2016-01-201-3/+0
* SERVER-20407 Sharded findAndModify should retry on shard version mismatchKaloian Manassiev2015-09-161-0/+12
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+1
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-211-3/+1
* SERVER-18567 Move Future under the mongos commandsKaloian Manassiev2015-07-161-16/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-113/+115
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-6/+5
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-6/+9
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-4/+1
* SERVER-18072 Pull ShardingConnectionHook into its own libraryKaloian Manassiev2015-04-161-16/+0
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-0/+175