summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/shard_connection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47426 Remove ShardConnection and VersionManagerBlake Oler2020-04-131-306/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37349 Ensure that commands with transactions do not use the VersionMan...Kaloian Manassiev2018-10-131-25/+28
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-4/+4
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-1/+2
* SERVER-34857 Make `sharding_legacy_api_test` more robustKaloian Manassiev2018-05-071-0/+10
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-30/+14
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-8/+0
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-4/+4
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-271-0/+2
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-261-2/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-261-0/+2
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-198/+196
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+3
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-18127 Shard class should use ConnectionString for addressesKaloian Manassiev2015-05-261-25/+25
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-10/+0
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-3/+3
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-161-2/+4
* SERVER-17817 Move Locker cache in Client onto a decoration.Andy Schwerin2015-04-061-13/+21
* SERVER-17496 sharding_client libraryKaloian Manassiev2015-03-111-0/+315