summaryrefslogtreecommitdiff
path: root/dbtests/jsobjtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* some tests for getFieldDottedEliot Horowitz2011-01-171-0/+15
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-150/+150
* fix case where the same element is in $each part of $addToSet SERVER-2249Eliot Horowitz2010-12-191-0/+10
* BSON( min << MINKEY << max << MAXKEY) is handyAlberto Lerner2010-11-231-3/+17
* eliminate duplicate test cases, merge left-over?Alberto Lerner2010-11-231-4/+0
* SERVER-1917 don't allow returning new element with appendAsAaron2010-10-101-8/+6
* bsonobjbuilder change appendAs interfaceAaron2010-10-011-1/+32
* turn off test that is different on windowsEliot Horowitz2010-08-091-2/+2
* make BSONElement::toString 20x faster for doubleEliot Horowitz2010-08-081-0/+30
* use checksum to make curop threadsafe SERVER-723Eliot Horowitz2010-07-291-0/+37
* remove assert that isn't always validEliot Horowitz2010-07-261-2/+1
* testEliot Horowitz2010-07-261-0/+3
* SERVER-1269 TODOAlberto Lerner2010-07-221-0/+5
* operator < > <= >= for BSONObjEliot Horowitz2010-07-201-0/+22
* Adjust test caseAlberto Lerner2010-07-191-1/+2
* $or helper in C++ SERVER-1332Mathias Stearn2010-07-191-0/+20
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-1/+1
* git????dwight2010-07-181-3/+3
* SERVER-1270 StringData unit testAlberto Lerner2010-07-141-0/+15
* BSONForEach testMathias Stearn2010-07-141-0/+16
* Start handling Nuls in strings. SERVER-1177Mathias Stearn2010-06-251-0/+25
* nicer way to create bsonEliot Horowitz2010-06-211-0/+28
* close subobj BSONObjBuilders automatically if they don't get closed cleanlyEliot Horowitz2010-06-101-1/+1
* switch default subtype to 0 for BinData bsondwight2010-06-091-1/+1
* remove extraneous logging from dbtestsDwight Merriman2010-05-251-2/+2
* better assert debugging for win32 issueEliot Horowitz2010-05-031-1/+1
* stdafx->pchDwight2010-04-271-1/+1
* can iterate over a BSONObjBuilder without commitingEliot Horowitz2010-04-211-0/+33
* ObjectID from Date_t SERVER-857Mathias Stearn2010-04-141-2/+21
* Convert OID to datetimes SERVER-857Mathias Stearn2010-04-141-0/+25
* SERVER-489 toString() foramt arrays as arrays not objectsAaron2010-04-051-0/+9
* fix equality matching of emdeded docs with numbers SERVER-853Eliot Horowitz2010-03-311-0/+11
* Revert "BSONObj::appendAny for boost::any"Mathias Stearn2010-03-181-44/+0
* BSONObj::appendAny for boost::anyMathias Stearn2010-03-181-0/+44
* Reduce liklihood of TimeTBuilder test fail SERVER-755Mathias Stearn2010-03-151-0/+2
* String types are valid as long as last character is EOO SERVER-706Eliot Horowitz2010-03-061-30/+3
* appendNumber for nicer numbers in the shellEliot Horowitz2010-03-011-0/+21
* fix BSONElementCmpWithoutField and therefore BSONElementSetEliot Horowitz2010-02-271-0/+38
* fix logic error in appendIntOrLLMathias Stearn2010-02-021-0/+43
* BSONObjBuilder::asTempObj() for peeking at stateMathias Stearn2010-01-281-0/+66
* better debugging for invalid objectsEliot Horowitz2010-01-261-1/+35
* BSONObj::okForStorage - just checks for $ and . forEliot Horowitz2010-01-161-0/+28
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-5/+5
* BSONObjIteratorSorted - sorted iterator for bson obj that is sorted by field ...Eliot Horowitz2009-12-181-0/+26
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-4/+14
* 32-bit fixEliot Horowitz2009-11-131-1/+1
* BDONObjBuilder::apendAsNumberEliot Horowitz2009-11-131-0/+30
* BSON_ARRAY macroMathias Stearn2009-11-051-0/+14
* BSONArray classMathias Stearn2009-11-051-17/+25
* BSONArrayBuilder classMathias Stearn2009-11-051-0/+34