summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobjbuilder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-0/+17
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-2/+41
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-198/+202
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+4
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-241-0/+13
* SERVER-11135 Fix C++11 build break and questionable type narrowing.Andy Schwerin2013-10-211-4/+4
* SERVER-11135 fixed appendNumber(long long) and appendIntOrLL to handle std::n...Benety Goh2013-10-211-0/+251