summaryrefslogtreecommitdiff
path: root/src/mongo/bson/bsonobjbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+0
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-6/+8
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-775/+816
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+4
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-2/+2
* Revert "SERVER-15047 Remove undefined behavior from Timestamp"Eric Milkie2015-04-091-13/+20
* SERVER-15047 Remove undefined behavior from TimestampEric Milkie2015-04-081-20/+13
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+61
* SERVER-17880 Remove superfluous OpTime bson functionalityEric Milkie2015-04-061-25/+3
* SERVER-17880 remove ReplTimeEric Milkie2015-04-061-7/+0
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-2/+1