summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-242-37/+0
* SERVER-30720 Integer overflow in SharedBuffer::grow_reallocateMartin Neupauer2017-08-181-5/+6
* SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn2017-08-161-0/+4
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-163-4/+4
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-094-4/+25
* SERVER-13362 Remove BSONElement::chk(bool) overloadBen Shteinfeld2017-08-071-11/+6
* SERVER-13362 Change BSONElement::chk() to take a BSONType and use uassertBen Shteinfeld2017-08-041-4/+4
* SERVER-30309: Stage changes for supportsRecoverToStableTimestampDaniel Gottlieb2017-08-022-2/+2
* SERVER-30185 Call setInitialDataTimestamp at the beginning and end of initial...Judah Schvimer2017-08-012-0/+5
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-215-95/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-205-55/+0
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-195-0/+55
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-0/+12
* SERVER-29581 Create $_internalSchemaMinLength and $_internalSchemaMaxLength M...Natalia Jacobowitz2017-07-142-0/+4
* SERVER-29610 Allow LogicalSessionIds to contain signed user informationsamantharitter2017-07-131-0/+5
* SERVER-29731 upconvertRequest shouldn't separate data and metadataMathias Stearn2017-07-131-2/+10
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-112-0/+2
* SERVER-29588 create an $_internalSchemaUniqueItems MatchExpressionKyle Suarez2017-07-072-0/+2
* SERVER-15194 Refactor base64::decode ImplementationSara Golemon2017-07-071-7/+1
* Revert "SERVER-15194 Refactor base64::decode Implementation"Nathan Myers2017-07-071-1/+7
* SERVER-15194 Refactor base64::decode ImplementationSara Golemon2017-07-061-7/+1
* SERVER-29919 Change BSONElement::operator[] to take field as StringDataJames Wahlin2017-07-052-2/+2
* SERVER-29925 Only canonicalize bson types if they differMathias Stearn2017-07-031-10/+9
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-272-0/+4
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-272-4/+0
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-272-0/+4
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-1/+1
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-233-0/+47
* SERVER-27263 BSONExtractWithDefault more efficient in the 'no such key' caseTyler Kaye2017-06-222-87/+159
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-195-7/+136
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-184-78/+85
* SERVER-27713 create an OpObserver for shard chunk metadata updatesDianna Hohensee2017-06-151-1/+3
* SERVER-27193 Fix signed/unsigned mismatch compilation warnings on MSVCKaloian Manassiev2017-06-141-2/+1
* SERVER-27193 Use ItoA to handle integer cases in StringBuilderMathias Stearn2017-06-132-7/+65
* SERVER-29461 check for duplicate fields when serializing OP_MSGMathias Stearn2017-06-131-0/+5
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-12/+3
* SERVER-12203 Remove tautological assert in bson_validate_test.cppBen Shteinfeld2017-06-071-4/+5
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-022-70/+8
* SERVER-29080 Make BSONArrayBuilder move-constructibleKaloian Manassiev2017-05-082-16/+21
* fix error codesMathias Stearn2017-05-051-1/+1
* SERVER-29047 Fix BSONObjBuilder's move constructorMathias Stearn2017-05-053-17/+17
* SERVER-28827 BinData for IDLMark Benvenuto2017-05-021-0/+26
* SERVER-28211 UUID::parse(BSONElement) returns InvalidUUID instead of UnknownE...Benety Goh2017-04-171-1/+3
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-122-27/+45
* SERVER-28508 Tighten invariant in BSONObjBuilder resume constructorMathias Stearn2017-04-121-1/+1
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-292-0/+26
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-242-1/+19
* SERVER-28311 Make BSONObjBuilder returnableMathias Stearn2017-03-205-11/+57
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-133-0/+106
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-0/+11