summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-5/+0
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-132-7/+7
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-0/+2
* SERVER-76673 Reduce size of BSONColumn iteratorsHenrik Edin2023-05-055-225/+309
* SERVER-74822 Remove buffering with deque in BSONColumnHenrik Edin2023-05-033-278/+184
* SERVER-72867 eol-terminate all nonempty text filesBilly Donahue2023-04-261-1/+1
* SERVER-76257 Improve inlining of BSONColumn decompressionHenrik Edin2023-04-2513-627/+721
* SERVER-75837 Better fromjson error messagesCharlie Swanson2023-04-102-8/+89
* SERVER-65804 BSONColumn can check for contained scalar element types on compr...Matt Kneiser2023-03-273-2/+302
* SERVER-74649 Dump Compressed BSONColumn as hexMatt Kneiser2023-03-241-0/+69
* SERVER-71359 Return warnings on unrecognized BSON binary data subtypes during...Yuhong Zhang2023-03-072-1/+16
* 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