summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/path_support.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47476 Use small_vector to be able to store a few multikey components w...Henrik Edin2020-04-201-8/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-12/+6
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-3/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-11/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29762 Look up arrays by index during update.Justin Seyster2017-07-061-19/+8
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-6/+20
* SERVER-28769 Implement PopNode.David Storch2017-06-291-15/+15
* SERVER-28759 Implement SetNode::apply()Tess Avitabile2017-05-011-1/+13
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+427