summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52929 Correctly handle compound indexes with 32 keysLouis Williams2020-12-101-1/+7
* SERVER-46699 Report the oplog visibility timestamp in FTDCJamie Heppenstall2020-04-171-1/+1
* SERVER-44964 calculate index build memory usage per key based on BSONObj buff...Eric Milkie2019-12-231-2/+2
* SERVER-42067 Ensure key Ordering offset does not exceed the maximum number of...Louis Williams2019-08-141-0/+3
* SERVER-42657 Make DataType<BSONObj> noexcept safer4.2.0-rc8Jonathan Reams2019-08-072-4/+11
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-2621-118/+79
* SERVER-17311 Ensure BSONObj, RecordData, and SharedBuffer are noexcept moveableAlya Berciu2019-06-031-0/+4
* SERVER-40802 stop using boost::container::flat_setMathias Stearn2019-05-012-34/+0
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-013-30/+47
* SERVER-40813 remove all -inl.h filesBilly Donahue2019-04-305-252/+386
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-253-0/+205
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-112-9/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-096-37/+31
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-083-15/+22
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-065-10/+10
* SERVER-38623 Make safeNumberLongForHash consistent on all platformsJustin Seyster2019-04-032-19/+18
* SERVER-36024 Relax overzealous dassert in mutable bsonAndrew Morrow2019-03-292-29/+46
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-287-12/+16
* Revert "SERVER-36243 Use sized deallocation."Andrew Morrow2019-03-181-1/+1
* SERVER-36243 Use sized deallocation.Henrik Edin2019-03-121-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-6/+4
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-141-2/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1366-97/+6
* 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