summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_object_replace.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+6
* SERVER-22701 Make replace modifier timestamp handling endian-safesamantharitter2016-03-171-4/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-125/+115
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-9/+10
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-10/+9
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+6
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-011-6/+7
* SERVER-12625: skip oplog entries for no-op fieldsScott Hernandez2014-02-181-3/+7
* SERVER-12349: don't replace _id Timestamp, but replace all toplevel Timestamp...Scott Hernandez2014-01-271-9/+8
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-1/+6
* SERVER-11188, SERVER-11366, SERVER-11384, SERVER-11623: Update message cleanupScott Hernandez2013-12-041-9/+5
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-18/+4
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-12/+21
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10379: do not apply okForStorage check to config db collectionsScott Hernandez2013-08-051-1/+1
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-011-1/+1
* SERVER-10298 SERVER-10277: add tests and cleanup code to match for update rep...Scott Hernandez2013-07-261-8/+35
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-11/+14
* SERVER-10214 When doing an object replacement, update any 0 timestamps in fir...Andrew Morrow2013-07-181-2/+25
* SERVER-10037: move reset firstScott Hernandez2013-07-151-2/+3
* SERVER-10037 Optimize updates when document is unchangedRon Avnur2013-07-101-1/+14
* SERVER-7175 Initial support for routing updates to the new framework.Alberto Lerner2013-05-301-0/+116