summaryrefslogtreecommitdiff
path: root/src/mongo/client/scoped_db_conn_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-201-0/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-1/+4
* SERVER-14374 Include server_options.h as needed and apply the std:: namespace...Andy Schwerin2014-06-271-0/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-311-3/+3
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-101-0/+2
* Revert "SERVER-9818 allocate socket file descriptors before opening datafiles"Spencer T Brody2013-09-041-1/+0
* SERVER-9818 allocate socket file descriptors before opening datafilesmatt dannenberg2013-09-041-0/+1
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-57/+40
* SERVER-7434 Do not spawn a thread in grandparent process when using --forkAndy Schwerin2013-02-011-2/+0
* SERVER-8388 scoped_db_conn_test threading issuesRandolph Tan2013-01-301-1/+14
* Fix unused variable warning for shard_conn_test and scoped_db_conn_testRandolph Tan2012-11-211-4/+4
* SERVER-7700 scoped_db_conn_test failingRandolph Tan2012-11-211-1/+3
* Revert "SERVER-7700 Use high-resolution program uptime to track socket connec...Tad Marshall2012-11-181-3/+3
* SERVER-7700 Use high-resolution program uptime to track socket connection timeTad Marshall2012-11-181-3/+3
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-0/+408