summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_update_request.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-94/+0
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-28/+0
* SERVER-28752 Remove duplicated common fields from the insert/update/delete pa...Kaloian Manassiev2017-07-061-13/+0
* SERVER-29319 mongos write commands support document sequencesMathias Stearn2017-06-191-1/+2
* SERVER-29464 Fix memory leak in BatchedDeleteRequest and BatchedUpdateRequestKaloian Manassiev2017-06-091-0/+1
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-091-4/+0
* SERVER-19855 SERVER-20285 Make write commands send shard version information ...Spencer T Brody2015-09-171-12/+0
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-1/+0
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-20/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-111/+115
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+6
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-1/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+1
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-041-3/+6
* SERVER-12139 refactor bulk write op processing in batch write opsGreg Studer2014-01-071-0/+2
* 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-27/+9
* SERVER-11874 Add helper methods for insert/update/remove to the cluster_write...Randolph Tan2013-12-021-0/+4
* SERVER-10818 send shardName and version with every batch write requestGreg Studer2013-11-131-0/+10
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-0/+138