summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8674 Remove literal mentions of wiki from comments, docsJason Rassi2013-03-011-1/+1
* SERVER-8760 DBClientReplicaSet::slaveConn returns connection to primaryRandolph Tan2013-02-282-1/+17
* SERVER-8710 better forcing behavior for upgrade and namespace locks during co...Greg Studer2013-02-271-3/+2
* SERVER-8648 add explicit timeout to checkStatus connectionGreg Studer2013-02-211-1/+1
* SERVER-8601 end line on waiting for distributed lock messageGreg Studer2013-02-201-1/+1
* SERVER-8630 Log the actual error message when getnonce failsSpencer T Brody2013-02-201-1/+1
* SERVER-8501 Rename MONGO-CR to MONGODB-CRSpencer T Brody2013-02-152-3/+3
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-142-7/+18
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-135-55/+399
* Fix Windows warnings -- unreferenced local variableTad Marshall2013-02-121-1/+1
* fill in assert codeEric Milkie2013-02-121-1/+1
* SERVER-8305 Change default database for GSSAPI from $sasl to $external.Andy Schwerin2013-02-122-3/+3
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-129-254/+404
* SERVER-8442 don't release() direct m/r cursors to shardsgregs2013-02-111-3/+12
* SERVER-8459 add command line flag to enable FIPS modeEric Milkie2013-02-081-1/+2
* SERVER-8374 Mongos incorrectly parses read preference spec with $query syntaxRandolph Tan2013-02-073-21/+24
* Add sasl_client_authenticate.h to dbclient.hSpencer T Brody2013-02-071-0/+1
* SERVER-7434 Do not spawn a thread in grandparent process when using --forkAndy Schwerin2013-02-012-6/+0
* SERVER-8226 C++ driver fassert 16464 when runGlobalInitializersOrDie is not c...Randolph Tan2013-02-011-17/+14
* SERVER-8219 empty tag sets [{}] asserts with primary read preferenceRandolph Tan2013-02-011-3/+9
* SERVER-8388 scoped_db_conn_test threading issuesRandolph Tan2013-01-301-1/+14
* SERVER-939 abilitiy to distribute collections in a single dbRandolph Tan2013-01-181-1/+7
* SERVER-8209 reverse logic of --sslForceCertificateValidation with --sslWeakCe...Eric Milkie2013-01-181-1/+1
* SERVER-8100 Do not expect a code in sasl commands that return ok: 1.Andy Schwerin2013-01-151-8/+13
* SERVER-8132: speed up getServerAddressEliot Horowitz2013-01-141-1/+1
* SERVER-7572 Remove AuthenticationInfoSpencer T Brody2012-12-235-232/+0
* Put version management class/header in its own module.Alberto Lerner2012-12-211-0/+1
* Moved StaleConfigException's to their own module.Alberto Lerner2012-12-214-4/+3
* Moved ShardChunkVersion to its own module and renamed.Alberto Lerner2012-12-214-14/+16
* SERVER-8013 Update shell helper db.auth() to support SASL authentication.Andy Schwerin2012-12-212-16/+18
* SERVER-7984 config upgrade from v3 to v4Greg Studer2012-12-212-30/+28
* SERVER-7572 Remove almost all remaining references to AuthenticationInfoSpencer T Brody2012-12-212-9/+2
* SERVER-7767 Validate system.users documents on insert and update.Andy Schwerin2012-12-192-0/+5
* SERVER-7572 Remove all references to AuthenticationTable outside of Authentic...Spencer T Brody2012-12-194-19/+1
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-193-21/+0
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-194-38/+8
* Introduce client_basic.{h,cpp}, replacing client_common.h.Andy Schwerin2012-12-183-3/+3
* Removed cluster_constants filesShaun Verch2012-12-181-1/+0
* SERVER-939 Changed LockPingFields to LockpingsTypeShaun Verch2012-12-181-14/+15
* SERVER-939 Changed LockFields to LocksTypeShaun Verch2012-12-181-72/+73
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-12-182-3/+8
* SERVER-7202 add parameter to force client certificate checksEric Milkie2012-12-141-4/+7
* SERVER-7202 add CRL support for SSLEric Milkie2012-12-141-1/+2
* Fix wrong condition for displaying error message introduced by SERVER-6754Randolph Tan2012-12-141-1/+1
* SERVER-7122 Make DistLock test commands only work when testing commands are e...Spencer T Brody2012-12-111-11/+52
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-112-21/+9
* tabs -> spaceRandolph Tan2012-12-111-2/+2
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-112-9/+23
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-3/+3
* cleanup firstExample so that it doesn't segfault if you have a connection pro...Eric Milkie2012-12-081-0/+11