summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobjbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-15/+10
* SERVER-60970 Repair and extend explicit instantiations for BSON buildersAndrew Morrow2021-11-041-1/+48
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57492 Side-write table should not write more than KeyStringLouis Williams2021-06-171-1/+1
* SERVER-56300 Add append functionality for iterator ranges in BSONObjBuilderKris Satya2021-06-101-32/+31
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-29/+3
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-3/+29
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-29/+3
* SERVER-50754 introduce MakeBSONObjStage and various perf improvements to SBEIan Boros2021-01-191-0/+10
* SERVER-52703 Support Undefined type in SBE. SERVER-52704 Support MinKey/MaxKe...Martin Neupauer2020-12-081-0/+12
* SERVER-53183 Parameterize BSONObjBuilder by buffer allocatorIan Boros2020-12-041-276/+445
* Revert "SERVER-41994 correctly create and show type 2 binary elements"Gabriel Russell2019-10-151-5/+2
* SERVER-41994 correctly create and show type 2 binary elementsGabriel Russell2019-09-101-2/+5
* SERVER-40160 Remove `if_constexpr.h` header.ADAM David Alan Martin2019-07-271-6/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41989 Fix exception safety in `BSONObjBuilder::asTempObj`.ADAM David Alan Martin2019-07-261-29/+26
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-091-16/+10
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-55/+20
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+6
* SERVER-41563 BSONObjBuilder mutators must return *thisBilly Donahue2019-06-071-7/+10
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-011-9/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-8/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36931 Handle returnKey option for $** indexesyarai2018-09-211-2/+0
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-171-3/+5
* SERVER-36108 speed up BSONArrayBuilder by counting in decimalGeert Bosch2018-08-051-36/+34
* Revert "SERVER-36108 speed up BSONArrayBuilder by counting in decimal"Geert Bosch2018-08-031-34/+36
* SERVER-36108 speed up BSONArrayBuilder by counting in decimalGeert Bosch2018-08-031-36/+34
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-061-0/+1
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-0/+8
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-8/+0
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-0/+8
* SERVER-30532 Remove IDL-generated parser for the findAndModify resultKaloian Manassiev2017-10-171-5/+0
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-241-23/+0
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-4/+32
* SERVER-29080 Make BSONArrayBuilder move-constructibleKaloian Manassiev2017-05-081-2/+0
* SERVER-29047 Fix BSONObjBuilder's move constructorMathias Stearn2017-05-051-1/+1
* SERVER-28508 Tighten invariant in BSONObjBuilder resume constructorMathias Stearn2017-04-121-1/+1
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-201-0/+11
* SERVER-23100 Allow StringBuilder and str::stream to return StringData viewsMathias Stearn2016-08-291-7/+3
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-19/+5
* SERVER-24525 Fix BSON encoding and decoding for decimalVincent Do2016-06-131-0/+1
* SERVER-4536 Support appending an int64_t to a BSONObjBuilderMathias Stearn2016-06-091-0/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-21481 optimize generating indices in BSONArrayBuilderAdam Midvidy2015-11-181-19/+32
* SERVER-20853 eliminate copies in find and getMore pathDavid Storch2015-11-131-2/+15
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-0/+17
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-5/+15
* SERVER-19391: Remove BSONObjBuilder::appendAsNumber.David Hatch2015-07-231-5/+0