summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_update_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-159/+0
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-90/+17
* SERVER-28752 Remove duplicated common fields from the insert/update/delete pa...Kaloian Manassiev2017-07-061-43/+0
* SERVER-29319 mongos write commands support document sequencesMathias Stearn2017-06-191-32/+40
* SERVER-29464 Fix memory leak in BatchedDeleteRequest and BatchedUpdateRequestKaloian Manassiev2017-06-091-0/+4
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-091-28/+0
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-7/+4
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-0/+3
* SERVER-23129 Reject unknown fields in write commandsMathias Stearn2016-04-211-0/+7
* SERVER-20859 Propagate bypassDocumentValidation in cloneTo methodsMathias Stearn2015-10-151-0/+2
* SERVER-19855 SERVER-20285 Make write commands send shard version information ...Spencer T Brody2015-09-171-36/+0
* 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-30/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-259/+263
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+8
* 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/+3
* optimize update request parsingEliot Horowitz2015-01-121-27/+39
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-041-9/+17
* SERVER-12139 refactor bulk write op processing in batch write opsGreg Studer2014-01-071-0/+8
* 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-87/+19
* SERVER-10818 send shardName and version with every batch write requestGreg Studer2013-11-131-0/+31
* SERVER-10818 use separate write execution path for config server batch writesGreg Studer2013-11-131-1/+1
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-0/+318