summaryrefslogtreecommitdiff
path: root/src/mongo/s/dbclient_multi_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-131-239/+0
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-0/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-16094 remove batch write command downconversion functionality from mon...Greg Studer2014-11-181-57/+12
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-2/+2
* SERVER-13171: Add '_forceLegacyShardWriteMode' mongos setParameterScott Hernandez2014-03-121-1/+6
* SERVER-11192 hook c++ driver to transmit mongos authenticated users to mongod...Eric Milkie2013-12-241-2/+8
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-2/+4
* SERVER-11949 add 30s timeout to config server batch writesRandolph Tan2013-12-091-1/+1
* SERVER-11949 add 30s timeout to config server batch writesRandolph Tan2013-12-091-1/+5
* SERVER-10818 send shardName and version with every batch write requestGreg Studer2013-11-131-4/+29
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-2/+2
* SERVER-10818 fixes for basic batch downconversionGreg Studer2013-11-081-4/+3
* SERVER-10818 basic write batch downconversion utilitiesGreg Studer2013-10-291-17/+106
* SERVER-10519 fix database name mongos write commands are sent onGreg Studer2013-10-161-3/+9
* SERVER-10532 interfaces and basic implementation for batch write ops, targete...Greg Studer2013-10-031-0/+141