summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10159 Store the FieldRef for _id in a file static to avoid a dynamic a...Andrew Morrow2014-01-041-3/+9
* SERVER-10159 Avoid forming past end iterator when reserializingAndrew Morrow2013-09-251-1/+7
* SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow2013-09-251-28/+47
* SERVER-10159 Fix invalid dereference of end iterator while parsing invalid fi...Andrew Morrow2013-09-131-1/+13
* SERVER-10159 Retain concatenated dotted path and return it that way when poss...Andrew Morrow2013-09-121-18/+25
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-7175 Support for catching conflicting mods in the update driver.Alberto Lerner2013-07-051-23/+65
* SERVER-7174: new rename modScott Hernandez2013-06-181-0/+17
* SERVER-6400: FieldRef support for sub dottedFieldEliot Horowitz2013-05-091-5/+6
* SERVER-6400 FieldRef has a equalsDottedField to compare it to a full stringEliot Horowitz2013-05-091-0/+29
* SERVER-7172 Allow init() to be called more than once in field parsing (for re...Alberto Lerner2013-05-061-0/+4
* normalize #includes in many filesEric Milkie2013-04-181-0/+1
* SERVER-5710 Changed KeyPattern.hasField() sematics to consider dotted field p...Alberto Lerner2013-01-161-0/+123