summaryrefslogtreecommitdiff
path: root/src/mongo/db/projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-448/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-3/+4
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+4
* Make Projection use StringMapMathias Stearn2012-11-151-7/+6
* Be more explicit about types when constructing pair for insertAndrew Morrow2012-11-081-2/+3
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-3/+3
* Fixed typosPascal Borreli2012-10-141-1/+1
* Revert "FastStringKey class to speed up lookups by c-strings in maps and sets"Mathias Stearn2012-10-011-3/+3
* FastStringKey class to speed up lookups by c-strings in maps and setsMathias Stearn2012-09-301-3/+3
* SERVER-828: additional test and cleanupBen Becker2012-06-151-24/+1
* SERVER-828: implement positional operator ($) and for query projectionsBen Becker2012-06-141-20/+163
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+301