summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42815 Remove unused BSONElement::codeWScopeScopeDataUnsafe() methodJames Wahlin2019-08-291-16/+0
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-155-53/+7
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-082-0/+23
* SERVER-42657 Make DataType<BSONObj> noexcept safeJonathan Reams2019-08-072-4/+11
* SERVER-42067 Ensure key Ordering offset does not exceed the maximum number of...Louis Williams2019-08-051-0/+3
* 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-2720-116/+77
* SERVER-41989 Fix exception safety in `BSONObjBuilder::asTempObj`.ADAM David Alan Martin2019-07-263-43/+42
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-122-0/+7
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-093-37/+15
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-034-113/+153
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-2/+2
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-274-101/+95
* SERVER-41705 fix lint againBenety Goh2019-06-241-1/+0
* SERVER-41705 fix lintBenety Goh2019-06-241-1/+2
* SERVER-41705 Add BSON validator fuzzing testRoxane2019-06-242-0/+45
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-203-95/+12
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-1417-44/+47
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-103-6/+5
* SERVER-41563 BSONObjBuilder mutators must return *thisBilly Donahue2019-06-072-43/+46
* SERVER-8544 Disable having duplicate regex options in JSON parsingNathan Brown2019-06-042-1/+5
* 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