summaryrefslogtreecommitdiff
path: root/src/mongo/client/scoped_db_conn_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-221-0/+4
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-0/+8
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+6
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-1/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+4
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-3/+1
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-14/+11
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-0/+6
* SERVER-27210 Fix flakey ScopedDbConnection unit testJonathan Reams2016-12-121-3/+6
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-0/+49
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-4/+4
* SERVER-26846 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool: expected ...Waley Chen2016-11-011-10/+29
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-251-1/+1
* SERVER-26420 fix shell to not send internalClient info in isMasterDavid Storch2016-10-241-8/+49
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-241-12/+9
* SERVER-26420 add internalClient information to isMaster handshake requestDavid Storch2016-10-201-4/+52
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-08-241-2/+14
* SERVER-25572 Fix ASAN clean shutdown logicJason Carey2016-08-231-3/+5
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-23/+48
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-4/+0
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-1/+2
* SERVER-24191 Bump wire version number to show command support for write concernLeon Zaruvinsky2016-06-071-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-1/+0
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-38/+0
* SERVER-23125 MessageHandler has shared ownershipsamantharitter2016-03-171-5/+5
* SERVER-21401 Ensure that Client outlives its associated messaging portJason Rassi2015-11-131-0/+2
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-3/+2
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-4/+6
* SERVER-18849 only send wire version for find/getMore commands if config serve...David Storch2015-08-241-1/+1
* SERVER-19395 Write commands should use ShardConnectionKaloian Manassiev2015-07-211-4/+0
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-9/+9
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-10/+30
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-280/+268
* Cleanup memory in scoped_db_conn_testSpencer Jackson2015-06-191-1/+1
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-151-73/+80
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-1/+2
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-1/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-3/+1
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-1/+3
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-3/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-3/+0
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-0/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-5/+5
* SERVER-16105 do not hold any locks when exiting via shutdown commandEric Milkie2014-11-121-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2