summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10554 Patch memory leak in aggregationMathias Stearn2013-08-191-2/+12
* Remove deprecated methods from DocumentMathias Stearn2013-08-091-11/+3
* Add relational operators to DocumentMathias Stearn2013-08-091-3/+20
* Add returning version of Document::toBson()Mathias Stearn2013-07-251-0/+1
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-0/+7
* Add Value::consume() to create an Array-typed Value without copyingMathias Stearn2013-06-181-1/+1
* Literal syntax for Document/Value similar to BSON() and BSON_ARRAY()Mathias Stearn2013-06-181-0/+68
* exchanged toBson(Obj|Array) to serialize in aggMatt Dannenberg2013-06-181-0/+5
* Support MutableDocument::setNestedField with a FieldPathMathias Stearn2012-12-141-4/+14
* Optimize MutableDocument::freezeMathias Stearn2012-12-101-2/+5
* Add at least minimal support for all types to aggMathias Stearn2012-12-101-1/+4
* Rewrite Document/Value conversion to BSON to use BSONObjBuilderValueStreamMathias Stearn2012-12-101-0/+3
* fix windows buildMathias Stearn2012-11-171-1/+1
* Rewrite Document and Value classesMathias Stearn2012-11-161-170/+325
* Fixed typosPascal Borreli2012-10-141-1/+1
* pch headerSiddharth Singh2012-08-061-1/+1
* QA-106 Unit tests and minor comment fixes for Document, Value, and related cl...Aaron2012-07-241-1/+1
* Rip out manageDependecies and DependencyTracker stuff SERVER-4644Mathias Stearn2012-07-201-8/+2
* Rewrite ExpressionObjectMathias Stearn2012-07-201-3/+3
* Document::toStringMathias Stearn2012-07-201-1/+4
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-2/+8
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-56/+56
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+246