summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonelement_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68487 add BSONElement::isNaN()Benety Goh2022-08-021-0/+19
* SERVER-57321 Make $mod match expression handle NaN, Infinity and large valuesMindaugas Malinauskas2021-07-201-0/+49
* SERVER-51720 Fix BSONElement::_binDataVector bounds for ByteArrayDeprecatedBilly Donahue2020-10-201-0/+43
* SERVER-46434 turn MemberConfig into IDLJudah Schvimer2020-03-201-0/+35
* Revert "SERVER-41994 correctly create and show type 2 binary elements"Gabriel Russell2019-10-151-15/+0
* SERVER-41994 correctly create and show type 2 binary elementsGabriel Russell2019-09-101-0/+15
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-15/+10
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-0/+97
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-1/+1
* SERVER-38623 Make safeNumberLongForHash consistent on all platformsJustin Seyster2019-04-031-3/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-071-0/+74
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-171-0/+18
* SERVER-27814 Prints Timestamp consistently, changes toString(), and removes t...Pavithra Vetriselvan2017-11-161-0/+25
* SERVER-31026 Fix Windows zero-length array errorGeert Bosch2017-10-191-1/+1
* SERVER-31026 Properly format UUIDs in BSONElement::toStringGeert Bosch2017-10-191-0/+87