summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22203 consolidate shardVersion checks to using the OperationShardVersion.Esha Maharishi2016-03-071-19/+2
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-5/+5
* SERVER-19855 SERVER-20285 Make write commands send shard version information ...Spencer T Brody2015-09-171-14/+70
* SERVER-19855 Remove 'shardName' field from write commands' metadataKaloian Manassiev2015-08-181-2/+4
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-4/+0
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-18/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-266/+262
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+8
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+1
* 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-18/+16
* SERVER-14032 verify _id present for upserts to multiple config serversGreg Studer2014-06-051-0/+19
* SERVER-13518 generate _ids in write batches if not set in mongosGreg Studer2014-04-111-0/+45
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-131-0/+2
* SERVER-12657 better validity checks for ns and index descriptors in write opsgregs2014-02-191-0/+28
* SERVER-12139 refactor bulk write op processing in batch write opsGreg Studer2014-01-071-84/+12
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11948 Add metadata field for write command requestsRandolph Tan2013-12-091-44/+4
* SERVER-10818 send shardName and version with every batch write requestGreg Studer2013-11-131-0/+16
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-0/+380