summaryrefslogtreecommitdiff
path: root/src/mongo/bson/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46361 Format UUID as $uuid:<string> in logv2Henrik Edin2020-02-251-0/+31
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+9
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-23/+176
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-4/+5
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-98/+77
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-8544 Disable having duplicate regex options in JSON parsingNathan Brown2019-06-041-1/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-3/+4
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-15194 Refactor base64::decode ImplementationSara Golemon2017-07-071-7/+1
* Revert "SERVER-15194 Refactor base64::decode Implementation"Nathan Myers2017-07-071-1/+7
* SERVER-15194 Refactor base64::decode ImplementationSara Golemon2017-07-061-7/+1
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* 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