summaryrefslogtreecommitdiff
path: root/src/mongo/db/client_basic.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-37/+44
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-4/+3
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-6/+0
* SERVER-17817 Make AuthenticationSession a decoration on ClientBasic, not a me...Andy Schwerin2015-04-161-6/+0
* SERVER-17817 When setting up ClientBasic, get AuthorizationSession object fro...Andy Schwerin2015-04-061-3/+3
* SERVER-17817 Attach pointer to ServiceContext to ClientBasic.Andy Schwerin2015-04-061-1/+12
* SERVER-17817 Move replication-specific data from Client into ReplClientInfo d...Andy Schwerin2015-04-061-1/+4
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-1/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Split AuthorizationManager into 2 classes: AuthorizationManager and Authoriza...Spencer T Brody2013-05-221-5/+5
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-231-2/+0
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-2/+2
* Introduce client_basic.{h,cpp}, replacing client_common.h.Andy Schwerin2012-12-181-0/+75