summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_redact.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-111/+100
* SERVER-17936 optimize out {$skip: 0} aggregation stageCharlie2015-05-061-1/+2
* SERVER-18204 Remove Value::consume()Mathias Stearn2015-05-041-1/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove intrusive_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-1/+3
* SERVER-11443 Support all expressions in $redact, not just objectsMathias Stearn2013-12-181-5/+1
* SERVER-11692 step 4: Use Variables::Id to get/set ValuesMathias Stearn2013-11-131-24/+31
* SERVER-11692 step 3: Pass Variables as pointer rather than const ref.Mathias Stearn2013-11-131-7/+7
* SERVER-11692 step 2: use VariablesParseState at parse timeMathias Stearn2013-11-131-0/+5
* SERVER-11692 step 1: VariablesParseState plumbingMathias Stearn2013-11-131-1/+2
* Allow agg Expressions to have differing serializations and explainsMathias Stearn2013-10-211-1/+1
* Don't require a pointer to BSONElement in pipeline parsing.Mathias Stearn2013-10-111-3/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10693 include non-object array members if an array is included in $redactmatt dannenberg2013-09-061-0/+3
* serialize to replace toBson in document sources and pipelinematt dannenberg2013-08-281-2/+2
* SERVER-8581 use $$DESCEND rather than $$CONTINUE in $redactmatt dannenberg2013-08-261-12/+8
* SERVER-8581 $redact pipeline stagematt dannenberg2013-08-191-0/+147