summaryrefslogtreecommitdiff
path: root/src/mongo/bson
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14616 replace BSONObj with UpdatePositionArgsmatt dannenberg2014-08-052-0/+49
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-143/+0
* SERVER-14587 Add hash function to OID so it can be stored in an unordered_mapSpencer T Brody2014-07-172-0/+16
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-1710-1043/+976
* SERVER-14482 Add add missing appendX methods to BSONArrayBuilderTyler Brock2014-07-162-83/+39
* SERVER-12751 remove BSONBuilderBaseTyler Brock2014-07-142-73/+2
* SERVER-14524 move jsobj.cpp components into proper filesEric Milkie2014-07-1411-33/+1567
* SERVER-14482 Add ability to append RegEx into BSONArrayBuilderTyler Brock2014-07-081-0/+5
* SERVER-14436 Introduce bsonCheckOnlyHasFields helpers.Andy Schwerin2014-07-072-0/+166
* SERVER-14426 Add a StringData method to BSONElementSpencer T Brody2014-07-021-0/+11
* SERVER-14357: Add support for top level JSON ArrayTyler Brock2014-06-251-1/+5
* SERVER-14167 Removed spurious duplicate declarationMichael Whittaker2014-06-051-2/+0
* SERVER-9526 a more elegant solution to printout of BinData in log messagesJohan Hedin2014-05-231-4/+9
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-1912-33/+33
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in OIDAndrew Morrow2014-05-171-4/+4
* SERVER-6018 Use AtomicUInt32 instead of old AtomicUint in the BSONObj::Holder...Andrew Morrow2014-05-171-15/+10
* 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