summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientinterface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11332 ConnectionString less-than for simpler use in mapsGreg Studer2014-04-181-0/+6
* SERVER-12712 Remove dependency on auth_helpers from C++ clientAndrew Morrow2014-02-141-0/+1
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-1/+14
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-6/+5
* SERVER-12274 mongos GLE changes for better backwards compatibilityGreg Studer2014-01-161-0/+12
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-43/+44
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-0/+18
* SERVER-11426 change C++ drive to accept both userSource and db as the DB to a...matt dannenberg2013-10-301-1/+1
* SERVER-11329 Display correct auth return values in the shellAndreas Nilsson2013-10-301-3/+3
* SERVER-10818 basic write batch downconversion utilitiesGreg Studer2013-10-291-0/+11
* SERVER-6219: Use ::mongo in macrosPhillip Quiza2013-09-131-1/+1
* SERVER-10498 backoff, don't fail on repeated reconnectGreg Studer2013-08-191-2/+2
* DOCS-1749 Update comment for default form of GLE so it will show up in the do...Spencer T Brody2013-07-291-2/+6
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-1/+1
* SERVER-10084 Fix build errors from logging caused by implicit construction of...Andy Schwerin2013-07-091-2/+3
* very small header cleaningEliot Horowitz2013-06-241-0/+2
* SERVER-6246 Add updateUser command and shell helperSpencer T Brody2013-06-141-1/+1
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-0/+9
* Rename PrincipalName to UserNameSpencer T Brody2013-05-231-2/+2
* SERVER-8798 Removing user credentials from auth cache on logoutAndreas Nilsson2013-05-231-0/+9
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-0/+7
* SERVER-9430 Split SSLManager into an abstract interface and hidden implementa...Andrew Morrow2013-05-021-1/+1
* SERVER-8460 Fix build by not using ConnectionString constructor directly on a...Spencer T Brody2013-03-141-0/+2
* SERVER-8674 Remove literal mentions of wiki from comments, docsJason Rassi2013-03-011-1/+1
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-151-1/+1
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-131-0/+12
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-5/+41
* SERVER-8374 Mongos incorrectly parses read preference spec with $query syntaxRandolph Tan2013-02-071-5/+6
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-231-1/+0
* SERVER-7572 Remove almost all remaining references to AuthenticationInfoSpencer T Brody2012-12-211-3/+1
* SERVER-7572 Remove all references to AuthenticationTable outside of Authentic...Spencer T Brody2012-12-191-7/+1
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-6/+2
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-111-1/+0
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-111-2/+2
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-0/+18
* SERVER-7423 Support commands for read preferenceRandolph Tan2012-11-191-0/+5
* SERVER-7704 extra comment in ConnectionStringEliot Horowitz2012-11-191-0/+1
* SERVER-7704 - clean some of the equality semantics for sync and set Connectio...Eliot Horowitz2012-11-191-3/+3
* SERVER-7704 - make Shard == handle replica set changesEliot Horowitz2012-11-191-0/+7
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-0/+8
* include what you use, to fix compilationEric Milkie2012-11-091-0/+1
* SERVER-7460 Make sure connections never get version information associated wi...Spencer T Brody2012-11-081-1/+5
* Merge branch 'master' of github.com:mongodb/mongoDwight2012-11-071-1/+1
|\
| * Fixed typosPascal Borreli2012-10-141-1/+1
* | clarification int he comments for the driver and tweak error messageDwight2012-11-011-0/+3
|/
* Fix for SERVER-7050daveh862012-10-051-3/+9
* SERVER-7182 Call getLastError on the correct database in mongorestoreSpencer T Brody2012-09-281-0/+14
* Allow socket timeout to be set after connecting SERVER-1929Kristina2012-09-051-3/+3
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6334 ReplSet connections magically gets reauthenticated after logging outRandolph Tan2012-07-131-0/+9