summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-09-081-6/+1
* SERVER-15056 Sharded connection cleanup on setup error can crash mongosRandolph Tan2014-09-082-3/+3
* Revert "SERVER-13616 "type 7" (OID) error when acquiring distributed lock for...Ernie Hershey2014-08-211-5/+1
* SERVER-13616 "type 7" (OID) error when acquiring distributed lock for first timeRandolph Tan2014-08-201-1/+5
* SERVER-13376 Make sync7.js less sensitive to delaysRandolph Tan2014-03-271-7/+18
* SERVER-13331 lower GridFS default chunk size to 255kTyler Brock2014-03-241-1/+1
* SERVER-12548 add indexes to distlock collections backportGreg Studer2014-03-201-11/+24
* SERVER-12041 improve retry logic for read preferences without slaveOk setGreg Studer2013-12-202-7/+7
* SERVER-10919 logging in ~ReplicaSetsMonitor crashesRandolph Tan2013-12-191-1/+0
* SERVER-11971 slaveok versioning logic should also apply to read prefsGreg Studer2013-12-063-65/+91
* SERVER-7246 rename internal dbclient_rs auth helperGreg Studer2013-12-041-3/+2
* SERVER-5625 SERVER-7426 allow all connections in all states to tolerate downe...Greg Studer2013-12-013-26/+174
* SERVER-8707 Sleep 10 seconds before entering ReplicaSetMonitorWatcher's loopTad Marshall2013-08-041-0/+1
* SERVER-10007 compile fail, toString() needed for str::stream()Greg Studer2013-08-021-1/+1
* SERVER-10007 better logging for dbclient_rs.cppGreg Studer2013-08-022-19/+134
* SERVER-8707 Stop the ReplicaSetMonitorWatcher loop on process terminationTad Marshall2013-08-021-2/+6
* SERVER-8891 Destroy static objects in a safer orderTad Marshall2013-07-292-49/+73
* SERVER-5442: need to resetError before doing the prepareEliot Horowitz2013-06-191-0/+1
* SERVER-5442: use journal commit instead of fsync command for config server wr...Eliot Horowitz2013-06-191-10/+10
* SERVER-6514 Only run global initializers from httpClientTest for in-tree SSL ...Andrew Morrow2013-06-061-2/+1
* SERVER-6514 Re-add support for building the C++ driver shared libraryAndrew Morrow2013-06-041-1/+8
* SERVER-8813 Switch C++ client and shell code for SASL authentication to use t...Andy Schwerin2013-05-016-99/+567
* SERVER-9399 Create the right index of config.lockpings.Alberto Lerner2013-04-181-1/+1
* SERVER-7271 Improve error reporting when migrate commit fails.Alberto Lerner2013-04-091-6/+5
* SERVER-7271 - Fix compile error with ScopedDbConnectionDan Pasette2013-04-021-2/+6
* SERVER-9125 Copy collections faster in the config upgrade procedureAlberto Lerner2013-04-021-1/+25
* SERVER-7271 Do not exit if a transient config server error aborts a migration.Alberto Lerner2013-04-023-16/+74
* SERVER-9174 Race condition on read_pref_rs_client.js after reconfigRandolph Tan2013-04-011-31/+374
* SERVER-8720 Memory leak in DBClientReplicaSet::slaveConnRandolph Tan2013-03-272-34/+38
* SERVER-8984: gle c++ client helper should check for command failureScott Hernandez2013-03-251-5/+13
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-011-2/+4
* SERVER-8674 Update hyperlinks to point to dochubJason Rassi2013-03-011-1/+1
* 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