summaryrefslogtreecommitdiff
path: root/src/mongo/client/syncclusterconnection.h
Commit message (Expand)AuthorAgeFilesLines
* 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