summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1642-378/+882
* add missing headerMathias Stearn2014-05-121-0/+1
* SERVER-13704 write commands handles ClockSkewException differently from legac...Randolph Tan2014-05-012-99/+1
* SERVER-13617 remove const qualifiers on primitive return typesMathias Stearn2014-05-011-1/+1
* SERVER-13643: move update damage vector application into CollectionEliot Horowitz2014-04-281-0/+2
* SERVER-13037 Fix misspelling ("compatability" to "compatibility")Sean Wilkinson2014-04-251-1/+1
* SERVER-13453 Strip C++ client driver artifacts from the server treeAndrew Morrow2014-04-195-809/+0
* 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-11643: remove BSONObj::makeEliot Horowitz2014-04-032-3/+0
* SERVER-12913: improve storage validation messagesScott Hernandez2014-03-122-0/+39
* SERVER-12547 Implement bulk rightward copying of opaque regions in mutableAndrew Morrow2014-02-084-43/+90
* SERVER-12604 Remove header-only assert macro definitions from bson.hAndrew Morrow2014-02-051-67/+10
* SERVER-12494 Embed loops for navigation by name or index within DocumentAndrew Morrow2014-01-297-65/+204
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-243-0/+23
* SERVER-3364: The C++ Driver compiled as shared library must export the APIMark Benvenuto2014-01-231-13/+19
* SERVER-12298 Fix typos in bsonExtractIntegerField status messageKamran Khan2014-01-171-1/+1
* SERVER-12213: merge BtreInMemoryState and IndexCatalogEntryEliot Horowitz2014-01-091-0/+3
* SERVER-11995 Fix Windows compiler error for bson_extract_test.Andy Schwerin2014-01-071-1/+2
* SERVER-11995 Add basic integer support to bson_extract.h.Andy Schwerin2014-01-073-2/+109
* SERVER-11903 Fix bug in bson_validate_test support codeMathias Stearn2014-01-061-1/+1
* SERVER-12260 Don't look for _id field name after EOOMathias Stearn2014-01-061-3/+7
* 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-043-1/+17
* SERVER-10159 Size internal document data structures appropriately to common u...Andrew Morrow2014-01-041-2/+8
* SERVER-11903 Remove BSONElement::validate()Mathias Stearn2014-01-034-66/+133
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-284-17/+21
* SERVER-11611: prep work to remove DataFileMgr::insertWithObjModEliot Horowitz2013-12-221-0/+4
* SERVER-10159 Cache field name lengths in mutable elementsAndrew Morrow2013-12-172-6/+32
* SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin2013-12-101-2/+0
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-133-7/+26
* SERVER-11643: Collection::storageSize and 32-bit fix for 64-bit numbersEliot Horowitz2013-11-091-4/+0
* SERVER-11643: make Collection::storageSize return int64_t to be consistentEliot Horowitz2013-11-091-0/+4
* SERVER-11378 Remove dassert from client facing headerAndrew Morrow2013-10-251-1/+0
* SERVER-11135 Fix C++11 build break and questionable type narrowing.Andy Schwerin2013-10-211-4/+4
* SERVER-11135 fixed appendNumber(long long) and appendIntOrLL to handle std::n...Benety Goh2013-10-212-10/+268
* 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-6399: Return Status from okForStorage-like checksScott Hernandez2013-09-171-2/+22
* SERVER-6219: Use ::mongo in macrosPhillip Quiza2013-09-131-2/+2
* 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