summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_bit.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-1/+1
* SERVER-19706 Empty bit operation now returns BadValue errorYunhe (John) Wang2015-09-091-0/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-212/+182
* 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-11188, SERVER-11366, SERVER-11384, SERVER-11623: Update message cleanupScott Hernandez2013-12-041-10/+10
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-14/+39
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-4362 Implement xor support for $bitAndrew Morrow2013-08-201-12/+17
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-011-1/+1
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-221-14/+1
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-221-3/+3
* SERVER-10273 Support variadic arguments to $bit in new update frameworkAndrew Morrow2013-07-221-24/+36
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-21/+8
* SERVER-7174: don't allow multiple positional elementsScott Hernandez2013-07-151-2/+7
* SERVER-7174 Implement $bit on new update frameworkAndrew Morrow2013-05-081-0/+267