summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclientinterface.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-141-80/+35
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-14/+18
* SERVER-19543 Add connection hook for checking config server mode to connectio...Spencer T Brody2015-08-181-13/+16
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-0/+7
* SERVER-19455 move authentication methods to a new librarysamantharitter2015-08-031-18/+0
* SERVER-19439 implement ConnectionHook API in NetworkInterfaceImplAdam Midvidy2015-07-311-2/+20
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-12/+1
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+2
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-35/+44
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-46/+60
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1029/+1164
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+5
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-161-29/+30
* SERVER-18236 provide variant of DBClientWithCommands::runCommands thatAdam Midvidy2015-06-161-3/+13
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-161-0/+8
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-5/+5
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-2/+32
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-121-87/+4
* SERVER-18418 Remote command targeterKaloian Manassiev2015-05-121-56/+1
* SERVER-18246 getmore on secondary in recovery mode can crash mongosRandolph Tan2015-05-071-15/+17
* SERVER-18070 Split ConnectionString out into its own librarySpencer T Brody2015-04-161-155/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+2
* SERVER-7775 add killOp commandAdam Midvidy2015-04-061-1/+19
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+3
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-26/+25
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-2/+2
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-15318 copydb should not use exhaust flag when used against mongosRandolph Tan2014-11-251-2/+14
* SERVER-16027 create replica set monitor when req'd when resolving shards for ...Greg Studer2014-11-111-1/+1
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* SERVER-15399 Implementation of NetworkInterface that uses its own thread and ...Andy Schwerin2014-10-061-0/+1
* SERVER-13635 Remove deprecated getIndexes() methodMathias Stearn2014-09-291-5/+0
* SERVER-15089 remove last uses of dbclient.connect(char*)Eric Milkie2014-08-291-17/+0
* SERVER-14378: make DBClientWithCommands::exist not use system.namespacesEliot Horowitz2014-08-011-1/+2
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-4/+0
* SERVER-14378: clean list(Collections|Indexes)Eliot Horowitz2014-07-281-3/+6
* SERVER-14378: cloner shouldn't use system.indexes but listIndexesEliot Horowitz2014-07-281-0/+2
* SERVER-14378: Cloner shouldn't use system.namespacesEliot Horowitz2014-07-281-1/+9
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-0/+1
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-301-0/+2
* SERVER-14374 Include mongo/util/mongoutils/str.h as needed.Andy Schwerin2014-06-271-0/+1
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-123/+123
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in DBClientConnectionAndrew Morrow2014-05-171-4/+4
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-8/+7
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21