| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -532/+468 |
* | SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value | Tyler Brock | 2015-02-06 | 1 | -1/+1 |
* | SERVER-13256 Add usings and qualifications for names from namespace std | Andrew Morrow | 2015-01-15 | 1 | -0/+3 |
* | SERVER-15592 set default log component for all cpp | Matt Kangas | 2014-10-14 | 1 | -0/+2 |
* | SERVER-10159 Only do rematch for positional data when necessary | Andrew Morrow | 2014-01-06 | 1 | -7/+7 |
* | SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a... | Andrew Morrow | 2014-01-04 | 1 | -2/+1 |
* | SERVER-11188, SERVER-11366, SERVER-11384, SERVER-11623: Update message cleanup | Scott Hernandez | 2013-12-04 | 1 | -11/+18 |
* | SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ... | Scott Hernandez | 2013-11-13 | 1 | -22/+0 |
* | SERVER-2363 $push support for insertion at any position | Scott Hernandez | 2013-10-11 | 1 | -23/+151 |
* | SERVER-10958: Update error messages and provide _id of error docs | Scott Hernandez | 2013-10-08 | 1 | -22/+53 |
* | SERVER-9590 SERVER-8069: make sure to validate $sort number for $push and rem... | Scott Hernandez | 2013-10-01 | 1 | -0/+6 |
* | SERVER-9590 SERVER-8069: $push with $slice and/or $sort, and element sorting | Scott Hernandez | 2013-10-01 | 1 | -63/+52 |
* | SERVER-10717: use positional set for array appending | Scott Hernandez | 2013-09-17 | 1 | -14/+47 |
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
* | SERVER-10163: don't enforce viable path restriction for replication related u... | Scott Hernandez | 2013-08-01 | 1 | -1/+1 |
* | SERVER-10275 Use size_t in pathsupport function | Andrew Morrow | 2013-07-22 | 1 | -4/+3 |
* | SERVER-10162 Generate properly grouped oplog update components in new update ... | Andrew Morrow | 2013-07-19 | 1 | -19/+8 |
* | SERVER-6399 Reject non-object entries in $each in $push with $sort | Andrew Morrow | 2013-07-18 | 1 | -1/+13 |
* | SERVER-7174: don't allow multiple positional elements | Scott Hernandez | 2013-07-15 | 1 | -2/+7 |
* | SERVER-7174: $push fix for missing dest | Scott Hernandez | 2013-07-15 | 1 | -1/+3 |
* | SERVER-7174: remove checkDoc, use element copy constructor, add test for log ... | Scott Hernandez | 2013-07-10 | 1 | -20/+4 |
* | SERVER-7175 $pushAll is syntactic sugar for $push with $each. | Alberto Lerner | 2013-07-03 | 1 | -5/+50 |
* | SERVER-7174 $push mod implementation on new update framework. | Alberto Lerner | 2013-05-22 | 1 | -0/+502 |