summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11675 Agg text supportMathias Stearn2013-12-181-0/+43
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* Use BSONElement::fieldNameStringData() in aggregationMathias Stearn2013-08-191-1/+1
* Add returning version of Document::toBson()Mathias Stearn2013-07-251-0/+7
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* SERVER-9444 improve Sorter serialization of Document and ValueMathias Stearn2013-07-101-6/+15
* SERVER-9444 Use Sorter in DocumentSourceSortMathias Stearn2013-07-101-0/+12
* Optimize DocumentStorage::findFieldMathias Stearn2012-12-261-4/+8
* Use StringData rather than c-strings internally in DocumentMathias Stearn2012-12-201-3/+3
* Support MutableDocument::setNestedField with a FieldPathMathias Stearn2012-12-141-9/+22
* Use cached field name len in DocumentStorage::findFieldMathias Stearn2012-12-101-2/+2
* Rewrite Document/Value conversion to BSON to use BSONObjBuilderValueStreamMathias Stearn2012-12-101-1/+8
* Make Value::compare behave the same as BSONElement::woCompareMathias Stearn2012-12-101-10/+7
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-4/+4
* fix windows buildMathias Stearn2012-11-171-1/+1
* Rewrite Document and Value classesMathias Stearn2012-11-161-129/+254
* Rip out manageDependecies and DependencyTracker stuff SERVER-4644Mathias Stearn2012-07-201-12/+4
* Document::toStringMathias Stearn2012-07-201-1/+8
* Reserve space in vectors in Document::createFromBsonObjMathias Stearn2012-07-101-0/+3
* Treat undefined as null in aggregation rather than erroring SERVER-4674Mathias Stearn2012-07-031-7/+0
* Convert to unix line endingsMathias Stearn2012-06-291-227/+227
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+2
* checkpoint dependency tracker for SERVER-4644U-tellus\cwestin2012-02-141-3/+10
* fixed emacs to remove tabs from files before writing; removed tabsU-tellus\cwestin2012-01-101-45/+45
* our assertdwight2011-12-281-0/+2
* compile: add missing headerEric Milkie2011-12-281-0/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+219