summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_unset.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-116/+98
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-10159 Only do rematch for positional data when necessaryAndrew Morrow2014-01-061-7/+7
* SERVER-12029: use $unset true in logbuilder, and unset modScott Hernandez2013-12-131-15/+1
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-1/+1
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-4/+13
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-011-1/+1
* SERVER-10296 Allow $unset and $rename to act on invalid namesAndrew Morrow2013-07-261-1/+1
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-221-7/+0
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-221-2/+2
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-15/+5
* SERVER-7174: don't allow multiple positional elementsScott Hernandez2013-07-151-2/+7
* SERVER-7174 clean commented out code portion.Alberto Lerner2013-05-071-14/+1
* SERVER-7174 $unset update mod built over the new mods framework.Alberto Lerner2013-05-071-0/+203