summaryrefslogtreecommitdiff
path: root/src/mongo/client/syncclusterconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-11332 hookup of fastest query to SyncClusterConnectionGreg Studer2014-05-141-0/+19
* SERVER-11332 minor cleanup of SCC and chunk diff timeoutGreg Studer2014-04-181-3/+9
* SERVER-12419 switch to using a post-command hook to capture gle informationEric Milkie2014-01-301-0/+12
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-171-1/+12
* SERVER-11192 make sure to set all instances of the runCommandHook, for specia...Eric Milkie2014-01-091-0/+2
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-0/+8
* SERVER-11665: add timing in writeConcern result for sync timeEliot Horowitz2013-12-031-1/+3
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* Fix typo in SyncClusterConnection exceptionJeremy Mikola2013-06-281-1/+1
* clean NamespaceString so that it can be the thing passed aroundEliot Horowitz2013-06-261-2/+2
* SERVER-5442: need to resetError before doing the prepareEliot Horowitz2013-06-051-0/+1
* SERVER-5442: use journal commit instead of fsync command for config server wr...Eliot Horowitz2013-06-051-10/+10
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-0/+12
* SERVER-9125 Copy collections faster in the config upgrade procedureAlberto Lerner2013-04-011-1/+25
* SERVER-7271 Do not exit if a transient config server error aborts a migration.Alberto Lerner2013-04-011-1/+1
* SERVER-6727 style fixes for old scc auth changesGreg Studer2013-03-111-7/+7
* SERVER-8802 SERVER-8814 Don't build indexes from inserts into collection name...Spencer T Brody2013-03-011-2/+4
* SERVER-8414/SERVER-8429 Support SASL authentication in DBClient::auth() metho...Andy Schwerin2013-02-121-17/+7
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-191-14/+0
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-191-5/+1
* SERVER-6802 allow trivial bulk insert for SCCsGreg Studer2012-10-241-0/+5
* clarify error message. in mongos if you get this message it's pretty unclear...Dwight2012-10-031-2/+2
* SERVER-7182 Fix broken compile for mongosSpencer T Brody2012-09-281-1/+1
* SERVER-7182 Call getLastError on the correct database in mongorestoreSpencer T Brody2012-09-281-1/+9
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-8/+8
* SERVER-5064 don't return false in auth unless all config servers are downMathias Stearn2012-08-071-6/+61
* cpSpencer T Brody2012-06-201-1/+1
* Always use internal credetials when connecting to the config servers. SERVER-...Spencer T Brody2012-06-201-1/+20
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-111-2/+2
* SERVER-5200 and SERVER-4262 remove race condition with simultaneous config re...Greg Studer2012-06-111-3/+3
* Revert "SERVER-5200 and SERVER-4262 remove race condition with simultaneous c...gregs2012-06-091-3/+3
* Revert "SERVER-4262 remove race condition on config reload in sharded remove"gregs2012-06-091-2/+2
* SERVER-4262 remove race condition on config reload in sharded removeGreg Studer2012-06-081-2/+2
* SERVER-5200 and SERVER-4262 remove race condition with simultaneous config re...Greg Studer2012-06-081-3/+3
* if we fall into catch ( ... ) warnEliot Horowitz2012-03-281-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-5/+5
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-3/+6
* Extend Auth::Level auth() parameter to whole DBClient inheritance treeMathias Stearn2012-01-271-2/+2
* fix slave ok getMore cursors via mongos by storing actual server usedEliot Horowitz2012-01-251-1/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+410