summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_write_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28161 make ClusterWrite::explain path use ARS instead of DBClientMulti...Esha Maharishi2017-03-021-37/+33
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+0
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-1/+1
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-1/+1
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-7/+9
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-1/+1
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-101-6/+12
* Revert "SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHost"Esha Maharishi2016-05-091-12/+6
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-091-6/+12
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-151-5/+4
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-1/+4
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-251-3/+3
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-7/+8
* SERVER-19500 Cleanup explain logicKaloian Manassiev2015-07-211-2/+93
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-10/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-191/+166
* SERVER-18292 remove global Strategy instanceAdam Midvidy2015-06-051-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-8/+5
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-5/+8
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-8/+5
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-2/+1
* SERVER-17817 Remove ClientInfo class.Andy Schwerin2015-04-161-8/+7
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17817 Split ClusterLastErrorInfo concept out of ClientInfo type and in...Andy Schwerin2015-04-071-1/+3
* SERVER-17817 Attach pointer to ServiceContext to ClientBasic.Andy Schwerin2015-04-061-1/+1
* SERVER-17496 Move all admin commands to separate filesKaloian Manassiev2015-03-111-188/+164
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-041-1/+1
* SERVER-15502 simple targeting of explain for writes in mongosGreg Studer2014-10-081-7/+10
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-0/+51
* SERVER-14471 Fixing lint error because of whitespaceKaloian Manassiev2014-07-071-1/+1
* SERVER-14471 Fix build break with the Visual Studio 2013 Update 2 toolkitKaloian Manassiev2014-07-071-0/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+4
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-2/+2
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-4/+0
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-3/+1
* SERVER-12549 opcounters after write commands in mongos not correctly updatedSiyuan Zhou2014-02-101-0/+24
* SERVER-12419 make mongos write commands report last errorGreg Studer2014-02-051-16/+41
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-18/+13
* SERVER-12078 getLastError does not show error after executing an unauthorized...Randolph Tan2013-12-121-4/+10
* SERVER-11681 populate lastError in write commands for backwards GLE compatibi...Greg Studer2013-11-141-0/+9