summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/multi_host_query_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23454 remove HostThreadPool class and its dependenciesMisha Tyulenev2016-04-011-707/+0
* SERVER-20398 Remove 'TwoHostResponses' from the multi host query unit-test suiteKaloian Manassiev2015-09-141-29/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-585/+543
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+4
* SERVER-18801 Make multi_host_query_test deterministicKaloian Manassiev2015-06-041-4/+6
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-291-1/+3
* SERVER-18567 Implement ConnectionString::parse which returns StatusWithKaloian Manassiev2015-05-211-27/+30
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-18072 Pull ShardingConnectionHook into its own libraryKaloian Manassiev2015-04-161-0/+770