summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74139 Create v2 of FLE2UnindexedEncryptedValueErwin Pe2023-02-282-1/+15
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-1/+0
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-115-16/+23
* SERVER-73410 Add validation of new QE v2 payload types in bson_validate.cppShreyas Kalyan2023-02-082-46/+116
* SERVER-73258 Add Duration based IDL typesSara Golemon2023-01-312-4/+65
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-202-2/+2
* SERVER-72698 Fix nan/inf handling in epoch valuesSara Golemon2023-01-131-1/+5
* SERVER-72698 Introduce unixEpoch and millisEpoch IDL typesSara Golemon2023-01-121-0/+65
* SERVER-72495 Return warnings about CodeWScope correctly in checkBSONConforman...Yuhong Zhang2023-01-051-1/+3
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-212-0/+3
* SERVER-69729 Add tidy check for signed char misuseMatt Kneiser2022-12-201-4/+14
* SERVER-71904: Have `fromjson` understand `UUID(...)` extended json.Daniel Gottlieb2022-12-072-0/+33
* SERVER-69315 Remove feature flag for BSON Column CompressionHenrik Edin2022-12-075-1456/+1965
* 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