summaryrefslogtreecommitdiff
path: root/src/mongo/bson/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16221 SERVER-23710 Result of fromHex must be cast before becoming a Bi...Andrew Morrow2016-04-151-1/+9
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-1/+55
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-071-2/+2
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1073/+1047
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-5/+7
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-7/+5
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-5/+7
* SERVER-9666 Move json utils into bson libraryAndrew Morrow2015-05-061-0/+1304