summaryrefslogtreecommitdiff
path: root/src/mongo/bson/mutable
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-282-3/+4
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-113/+91
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-046-32/+39
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-298-28/+162
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-2/+2
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-084-8/+16
* SERVER-21647 fix $rename to not re-order fields when the destination field is...David Storch2015-12-303-0/+192
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-138-3/+209
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+2
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+1
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-293-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2014-7615/+7515
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-102-4/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-7/+7
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-0/+48
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-078-39/+39
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-9/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-068-140/+140
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-151-1/+1
* SERVER-14482 Add add missing appendX methods to BSONArrayBuilderTyler Brock2014-07-161-5/+18
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-192-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1614-126/+294
* SERVER-13643: move update damage vector application into CollectionEliot Horowitz2014-04-281-0/+2
* SERVER-13523 Use a tiny number of fast reps in debug buildsAndrew Morrow2014-04-091-1/+7
* SERVER-13516 When failing to bulk right copy don't access rep after resolvingAndrew Morrow2014-04-091-3/+7
* SERVER-12578 Permit in-place mutation for all types when possibleAndrew Morrow2014-04-061-57/+57
* SERVER-12913: improve storage validation messagesScott Hernandez2014-03-122-0/+39
* SERVER-12547 Implement bulk rightward copying of opaque regions in mutableAndrew Morrow2014-02-083-43/+88
* SERVER-12494 Embed loops for navigation by name or index within DocumentAndrew Morrow2014-01-297-65/+204
* SERVER-10159 Also cache field name lengths for leaf elementsAndrew Morrow2014-01-041-23/+24
* SERVER-10159 Do slightly less work when resetting or destroying a mutable Doc...Andrew Morrow2014-01-041-0/+5
* SERVER-10159 Size internal document data structures appropriately to common u...Andrew Morrow2014-01-041-2/+8
* SERVER-10159 Cache field name lengths in mutable elementsAndrew Morrow2013-12-171-6/+19
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-132-0/+9
* SERVER-7379 Loosen some overtight aliasing checks in debug builds of mutableAndrew Morrow2013-10-101-6/+11
* SERVER-11056 Fix unused variable warning in non-debug buildAndrew Morrow2013-10-081-2/+2
* SERVER-11056 Don't assume address uniqueness for detecting root element insta...Andrew Morrow2013-10-082-40/+49
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-082-1/+5
* SERVER-10159 Improve the efficiency of constructing new ElementRep structuresAndrew Morrow2013-09-251-51/+57
* SERVER-10159 Embed some number of ElementReps in the Document.Alberto Lerner2013-09-241-16/+32
* SERVER-10159 Don't 'done' the BSONObjBuilder right before we call its destructorAndrew Morrow2013-09-201-1/+0
* SERVER-10159 Don't declare storage for static integral constantsAndrew Morrow2013-09-121-5/+0
* SERVER-10159 Expand universe of types eligible for in-place updateAndrew Morrow2013-09-122-0/+127
* SERVER-10159 Always obtain BSONElement field names as StringDataAndrew Morrow2013-09-121-4/+4
* SERVER-10159 Don't acquire rep just to check type when resolvingAndrew Morrow2013-09-121-4/+11
* SERVER-10159 Elements never have null Document pointersAndrew Morrow2013-09-121-2/+5
* SERVER-10159 Inline Element::OK and Document::end; they are called oftenAndrew Morrow2013-09-126-66/+75
* SERVER-10159 Re-use Document objects during update loop and loggingAndrew Morrow2013-08-012-20/+73
* SERVER-9067 Fix repl and update tests that depended on field orderingAndrew Morrow2013-07-253-52/+74
* SERVER-10276 Improve error handling and consistency of mutable libraryAndrew Morrow2013-07-254-27/+36