summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24600 Increase interruptibility of RemoteCommandTargeter::findHost.Andy Schwerin2016-09-071-1/+1
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-2/+5
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-1/+1
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-23/+24
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-184-34/+34
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-2/+2
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-3/+3
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-1/+1
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-121-1/+7
* SERVER-24405 add collation to mongos implementation of update and delete comm...David Storch2016-06-226-0/+263
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-152-56/+56
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2813-42/+64
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-104-87/+112
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-1010-308/+24
* Revert "SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHost"Esha Maharishi2016-05-094-112/+88
* Revert "SERVER-24112 only include libs required for MONGO_INITIALIZER deps in...Esha Maharishi2016-05-091-6/+5
* SERVER-24112 only include libs required for MONGO_INITIALIZER deps in cluster...Esha Maharishi2016-05-091-5/+6
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-094-88/+112
* SERVER-23647 Make Shard::runCommand retry on failuresSpencer T Brody2016-04-283-1/+15
* SERVER-23129 Reject unknown fields in write commandsMathias Stearn2016-04-216-33/+75
* SERVER-22540 Commands that do writes on mongos should take a writeConcern and...Judah Schvimer2016-04-122-2/+1
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-0/+1
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-164-34/+2
* SERVER-22203 consolidate shardVersion checks to using the OperationShardVersion.Esha Maharishi2016-03-072-43/+2
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-248-95/+54
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-153-37/+22
* SERVER-21050 Make dist lock timeouts uniformKaloian Manassiev2015-12-082-10/+0
* SERVER-21186 Make catalog manager insert virtualKaloian Manassiev2015-11-032-0/+29
* SERVER-20859 Propagate bypassDocumentValidation in cloneTo methodsMathias Stearn2015-10-153-0/+14
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-246-23/+16
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-236-35/+55
* SERVER-19905 SERVER-19855 Put config server optime into its own subobject whe...Spencer T Brody2015-09-171-5/+6
* SERVER-19855 SERVER-20285 Make write commands send shard version information ...Spencer T Brody2015-09-1717-458/+164
* SERVER-19875 Add OperationContext to CatalogManager::getAllShardsSpencer T Brody2015-08-252-9/+9
* SERVER-19855 Remove 'shardName' field from write commands' metadataKaloian Manassiev2015-08-188-77/+30
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-179-124/+79
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-149-79/+124
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-149-124/+79
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-1425-187/+258
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-129-69/+124
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-0219-244/+328
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2042-8079/+7800
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1013-35/+23
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1011-29/+29
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-148-0/+47
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-292-2/+3
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-283-3/+0