summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38932 add BinData sub-type for encryptionIsabella Siu2019-01-222-0/+4
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-142-0/+20
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+3
* rewrite BSONElement::coerce as overloads rather than undefined templateBilly Donahue2018-12-272-18/+16
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-202-31/+0
* SERVER-38668 Use ordered_unique_range_t when creating flat_set from sorted ve...Henrik Edin2018-12-192-0/+17
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-073-1/+125
* SERVER-38160 Allow compilation with Visual Studio 2017.Henrik Edin2018-11-271-0/+8
* SERVER-37124 Disambiguate DuplicateKey error and return keyPattern details in...James Wahlin2018-11-162-5/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2266-850/+1016
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-122-4/+5
* SERVER-36517 Allow wildcard indexes to provide DISTINCT_SCANBernard Gorman2018-10-111-1/+3
* SERVER-36931 Handle returnKey option for $** indexesyarai2018-09-212-14/+0
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-177-13/+150
* SERVER-36576 Restore ostream formatters after changeMark Benvenuto2018-09-061-2/+17
* SERVER-36475 Reduce use of stringstream in BSONObj.jsonStringKashish Garg2018-08-084-8/+35
* SERVER-36108 speed up BSONArrayBuilder by counting in decimalGeert Bosch2018-08-053-36/+96
* Revert "SERVER-36108 speed up BSONArrayBuilder by counting in decimal"Geert Bosch2018-08-033-96/+36
* SERVER-36108 speed up BSONArrayBuilder by counting in decimalGeert Bosch2018-08-033-36/+96
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-022-16/+17
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-292-2/+1
* Revert "SERVER-34975 Treat an OID-embedded timestamp as unsigned."Justin Seyster2018-06-283-6/+11
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+2
* SERVER-35135 Redact command payload when auditing edge case eventsBilly Donahue2018-06-061-0/+1
* SERVER-34975 Treat an OID-embedded timestamp as unsigned.Justin Seyster2018-05-223-11/+6
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-162-3/+4
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34396 Fail to compile if io manipulators like std::hex are passed to S...Mathias Stearn2018-04-181-0/+8
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-1/+1
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-4/+4
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-131-0/+12
* SERVER-33847 create type aliases for BSONObj containers with binary compariso...Kyle Suarez2018-03-133-1/+247
* Revert "SERVER-32144 Remove test coverage for replication protocol version 0"Vesselina Ratcheva2018-03-091-12/+0
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-091-0/+12
* 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-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-261-0/+21
* SERVER-32784 Move ExpressionConvert tests to separate file.Justin Seyster2018-02-201-1/+1
* SERVER-32784 Add $convert with typecast conversions.Justin Seyster2018-02-152-0/+44
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-301-1/+0
* SERVER-32058 Rollback in-memory catalog changes on collMod abortGeert Bosch2018-01-221-0/+6
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-31911 make UUID constructor privateGeert Bosch2018-01-051-7/+7
* SERVER-32302 Make mutablebson cache total field sizeMathias Stearn2018-01-042-54/+115
* SERVER-32302 Use a table to compute the size of each BSONElementMathias Stearn2018-01-041-56/+69
* SERVER-32302 Compute BSONElement sizes eagerlyMathias Stearn2018-01-044-155/+32