summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13448 broadcast updates/deletes to all shards when more than one targetedGreg Studer2014-04-014-11/+121
* SERVER-13388 explicitly use w:1 for upconverted writes from mongosGreg Studer2014-03-272-0/+77
* SERVER-13282 Fix leak in mongos BatchedWriteExec::execute()Siyuan Zhou2014-03-201-3/+9
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-194-6/+27
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-167-470/+1184
* SERVER-13176 suppress legacy dup-key error codes when down/upconverting in mo...Greg Studer2014-03-141-1/+11
* SERVER-12954 w parameter is not propagated correctly on compatibility writeModeRandolph Tan2014-03-146-69/+145
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-133-2/+4
* SERVER-13155 mongos obey maxWriteBatchSize for upconv'd bulk insertsJason Rassi2014-03-131-1/+2
* SERVER-13001: exclude nModified from legacy write resultsScott Hernandez2014-03-121-3/+3
* SERVER-13162 Clean up _upsertDetails in ~BatchedCommandResponse()Siyuan Zhou2014-03-121-0/+1
* SERVER-12950 don't mark writes as completed after errors in ordered batchGreg Studer2014-03-033-1/+23
* SERVER-12950 break ordered batches at first multi-shard opGreg Studer2014-03-032-22/+354
* SERVER-12962 Set ok field on failed upconverted writesMathias Stearn2014-02-282-0/+24
* SERVER-12657 better validity checks for ns and index descriptors in write opsgregs2014-02-192-0/+29
* SERVER-12654 append additional information to inconsistent config writesSiyuan Zhou2014-02-181-2/+8
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-134-11/+11
* SERVER-12549 combined write op errors need an indexGreg Studer2014-02-121-0/+1
* SERVER-12419 Fix commands from mongos and GLEEric Milkie2014-01-294-12/+20
* SERVER-12419 add electionId to mongos batch response structureEric Milkie2014-01-296-19/+82
* SERVER-12404 don't double report null err field, don't suppress err in sharde...Greg Studer2014-01-291-1/+1
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-235-118/+335