summaryrefslogtreecommitdiff
path: root/src/mongo/client/syncclusterconnection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27864 Handle $cmd commands embedded in the query field properly in SCCCRandolph Tan2017-03-141-1/+1
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-141-2/+0
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-0/+4
* SERVER-19543 Add connection hook for checking config server mode to connectio...Spencer T Brody2015-08-181-0/+16
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-241-1/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-155/+184
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+2
* SERVER-18236 make runCommandHook and postRunCommand hook operate on the metad...Adam Midvidy2015-06-161-6/+6
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* 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-0/+9
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-1/+0
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-5/+0
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-2/+2
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-10/+10
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-28/+28
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11332 hookup of fastest query to SyncClusterConnectionGreg Studer2014-05-141-2/+44
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+1
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-1/+1
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-2/+3
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-0/+2
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-0/+1
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-1/+4
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-191-3/+0
* SERVER-7182 Call getLastError on the correct database in mongorestoreSpencer T Brody2012-09-281-0/+5
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+5
* Always use internal credetials when connecting to the config servers. SERVER-...Spencer T Brody2012-06-201-0/+3
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-111-1/+2
* SERVER-5200 and SERVER-4262 remove race condition with simultaneous config re...Greg Studer2012-06-111-1/+2
* Revert "SERVER-5200 and SERVER-4262 remove race condition with simultaneous c...gregs2012-06-091-2/+1
* Revert "SERVER-4262 remove race condition on config reload in sharded remove"gregs2012-06-091-2/+1
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-081-1/+2
* SERVER-5200 and SERVER-4262 remove race condition with simultaneous config re...Greg Studer2012-06-081-1/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-5/+4
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* Promote C++ batch query execution functions to DBClientBase.Andy Schwerin2012-03-011-0/+3
* Extend Auth::Level auth() parameter to whole DBClient inheritance treeMathias Stearn2012-01-271-1/+1
* fix slave ok getMore cursors via mongos by storing actual server usedEliot Horowitz2012-01-251-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+147