summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-232-3/+2
* SERVER-18131 Add missing include; fix Windows compile.Andy Schwerin2015-04-231-0/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-2/+2
* SERVER-18131 Retire some unused parts of LastError.Andy Schwerin2015-04-202-49/+0
* SERVER-18072 Pull ShardingConnectionHook into its own libraryKaloian Manassiev2015-04-161-3/+0
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-1/+2
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-2/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-0711-26/+26
* SERVER-17868 Fix potential resource leak in BatchedRequestMetadata::parseBSONDaniel Alabi2015-04-071-5/+7
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+1
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-204-601/+1
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-1310-10/+18
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-032-220/+38
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-0619-20/+20
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1521-0/+61
* optimize update request parsingEliot Horowitz2015-01-122-41/+65
* SERVER-16733 mongos does not fail when different configdb string is usedRandolph Tan2015-01-092-0/+237
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-0510-10/+23
* SERVER-16423: Reduce NamespaceString temporariesMark Benvenuto2014-12-049-66/+107
* SERVER-16094 remove batch write command downconversion functionality from mon...Greg Studer2014-11-185-997/+59
* SERVER-15502 simple targeting of explain for writes in mongosGreg Studer2014-10-081-46/+0
* SERVER-14289 invalid limit for delete command should result in write errorMichael Ivanov2014-09-191-0/+6
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-122-4/+4
* SERVER-13853 Latent resource leak in BatchedCommandResponse::parseBSONRandolph Tan2014-08-121-3/+3
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-012-0/+10
* SERVER-14032 verify _id present for upserts to multiple config serversGreg Studer2014-06-052-0/+25
* SERVER-13865 handle edge case for v2.4 when upserted _id not returnedGreg Studer2014-05-233-6/+76
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-195-10/+10
* SERVER-11332 ConnectionString less-than for simpler use in mapsGreg Studer2014-04-182-12/+2
* SERVER-13518 make sure all tested updates are valid with update exprsGreg Studer2014-04-121-1/+5
* SERVER-13518 break child batches up by size or number of documentsGreg Studer2014-04-114-15/+318
* SERVER-13518 generate _ids in write batches if not set in mongosGreg Studer2014-04-115-8/+142