summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71360 Avoid C-style casting in the BSON validatorYuhong Zhang2022-11-161-5/+5
* SERVER-71360 Avoid signed promotion on the value of the subtype before castin...Yuhong Zhang2022-11-161-1/+2
* SERVER-71292 Redact all sensitive information in query #8731Jess Balint2022-11-152-14/+31
* SERVER-29601 Add -Wshadow to compilation - part1Juan Gu2022-11-112-15/+15
* SERVER-69788 Use the BSONElementValue helper in BSON validationYuhong Zhang2022-11-111-40/+45
* SERVER-68252 BSONColumnBuilder improvementsHenrik Edin2022-10-065-592/+709
* SERVER-68360 Add BSONElementValue helperHenrik Edin2022-10-064-46/+371
* SERVER-66511 Improve performances of sort+limit stages in SBEAlberto Massari2022-09-292-0/+12
* SERVER-67855 Throw on invalid delta in BSON Column encodingGregory Noma2022-09-082-0/+64
* SERVER-69522 Fix ambiguity when using DecimalCounter in libfmtHenrik Edin2022-09-081-1/+1
* SERVER-68837: removed the double hashing in AbslHashValue for TenantIdAdityavardhan Agrawal2022-09-072-9/+25
* SERVER-69198 Access val by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-67879 Check encrypted BSON value's structural consistencyYuhong Zhang2022-09-012-0/+109
* SERVER-69176 Fix linking for BSON fuzzersYuhong Zhang2022-08-311-0/+1
* SERVER-69155 fix clang_tidy bugprone-suspicious-string-compare errorsJuan Gu2022-08-311-1/+1
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-301-1/+1
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-302-3/+3
* SERVER-69187 Use a no-op buffer to avoid allocating memory when checking for ...Yuhong Zhang2022-08-291-10/+7
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-6/+1
* SERVER-67562 Check for invalid UTF-8 characters in BSON documents during vali...Damian Wasilewicz2022-08-202-5/+74
* SERVER-67521 Check for duplicate field names in BSON documents during validationRichard Hausman2022-08-203-7/+91
* SERVER-68830 did some tidy clang fixesJuan Gu2022-08-191-2/+0
* SERVER-67880 : Check BSON column is decompressible in the validate command.Richard Hausman2022-08-196-60/+106
* SERVER-67604 Check BSON array field indexes when running the validate commandDamian Wasilewicz2022-08-162-16/+188
* SERVER-67881 : Check unsupported regular expression options in BSON documents...Richard Hausman2022-08-092-2/+58
* SERVER-68487 add BSONElement::isNaN()Benety Goh2022-08-022-0/+39
* SERVER-67877 : Check for UUID validity in BSON documents.Richard Hausman2022-08-022-0/+34
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-292-2/+0
* SERVER-67878 Check BSON MD5 type in the validate commandDamian Wasilewicz2022-07-282-0/+25
* SERVER-67522 Return warnings about the use of deprecated types in BSON docume...Yuhong Zhang2022-07-272-3/+59
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-44/+44
* SERVER-67561 Create the interface to enable `validateBSON()` to run more thor...Yuhong Zhang2022-07-262-11/+85
* SERVER-67854 Test BSON column binary with zero delta after interleavedGregory Noma2022-07-121-0/+25
* SERVER-67357 deflake test and add better diagnosticsAndrew Shuvalov2022-06-171-1/+4
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-252-5/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-068-8/+24
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-295-11/+11
* SERVER-65927 Annotate switch fallthrough in `bson_validate_old.cpp`Gregory Noma2022-04-271-1/+1
* SERVER-65501 Re-start interleaved object compression when scalar field is enc...Henrik Edin2022-04-222-8/+144
* Revert "SERVER-65501 Re-start interleaved object compression when scalar fiel...Uladzimir Makouski2022-04-202-96/+0
* SERVER-65501 Re-start interleaved object compression when scalar field is enc...Henrik Edin2022-04-192-0/+96
* SERVER-65499 Fix storing int64 max as int128 in BSONColumnBuilderHenrik Edin2022-04-182-1/+17
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-182-0/+2
* SERVER-63536 Remove murmur3 dependency in BSONColumnHenrik Edin2022-04-072-20/+0
* SERVER-63736 validate only fields listed in config are indexedsergey.galtsev2022-04-051-0/+7
* SERVER-64294 Enhance redact to always redact BinData 6Shreyas Kalyan2022-04-022-10/+28
* SERVER-65100 Increase block size for BSONColumn to be BSONObjMaxUserSizeHenrik Edin2022-04-011-2/+3
* SERVER-54358 enable for (auto [name, elem] : someBsonObj) {...}Mathias Stearn2022-03-293-0/+44
* SERVER-63593 Array compression support for BSONColumnHenrik Edin2022-03-236-614/+2080
* SERVER-63572 Implement index join for scalar local field typeRui Liu2022-03-111-0/+4