summaryrefslogtreecommitdiff
path: root/db/jsobj.h
Commit message (Expand)AuthorAgeFilesLines
* BSONSizeTracker - tracks how big actual bson objects created with a builder areEliot Horowitz2010-02-201-4/+51
* re-hydrate index valuesEliot Horowitz2010-02-161-0/+1
* fix logic error in appendIntOrLLMathias Stearn2010-02-021-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-02-021-0/+7
|\
| * Add boolean version of append()Aaron2010-02-021-0/+7
* | BSONObjBuilder::appendIntOrLL - for admin/reporting sanityEliot Horowitz2010-02-011-1/+11
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-01-281-3/+3
|\
| * size_t <-> int changes to fix win64 warningsMathias Stearn2010-01-281-3/+3
* | isABSONObj for fast checking for Object/ArrayEliot Horowitz2010-01-281-5/+21
|/
* BSONObjBuilder::asTempObj() for peeking at stateMathias Stearn2010-01-281-0/+10
* eliminate findElement - use getField() insteadDwight2010-01-281-20/+14
* better debugging for invalid objectsEliot Horowitz2010-01-261-0/+5
* output large bindata types correctlyAaron2010-01-251-1/+1
* jsonString supports timestampEliot Horowitz2010-01-191-0/+3
* BSONObj::okForStorage - just checks for $ and . forEliot Horowitz2010-01-161-0/+5
* Use indexes for regexes with escape chars SERVER-522Mathias Stearn2010-01-141-6/+0
* basics os array element matching done SERVER-377 - doesn't work with query op...Eliot Horowitz2009-12-311-1/+2
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-9/+9
* undefined should be falseEliot Horowitz2009-12-281-0/+1
* new killOp(opnumber)Dwight2009-12-221-1/+1
* BSONObjIteratorSorted - sorted iterator for bson obj that is sorted by field ...Eliot Horowitz2009-12-181-1/+42
* make getObjectid const SERVER-491Eliot Horowitz2009-12-161-2/+2
* Get rid of compareValuesMathias Stearn2009-12-141-10/+0
* better error messagesEliot Horowitz2009-12-111-2/+4
* almost all operators done on recursive update versionEliot Horowitz2009-12-101-0/+5
* More sane version of extractFieldsDotted (not used anywhere yet)Mathias Stearn2009-12-091-7/+5
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-4/+8
* BSONObj::isValid makes sure objects are less than 8mbEliot Horowitz2009-11-301-1/+1
* make jstOID a simple type and fix field filter and findOneEliot Horowitz2009-11-251-0/+1
* OID::newState to generate fresh "machine" bitsMathias Stearn2009-11-231-0/+6
* compile visual studioDwight2009-11-161-1/+1
* BDONObjBuilder::apendAsNumberEliot Horowitz2009-11-131-0/+11
* BSON_ARRAY macroMathias Stearn2009-11-051-0/+7
* BSONArray classMathias Stearn2009-11-051-2/+11
* BSONArrayBuilder classMathias Stearn2009-11-051-0/+29
* BSONObjBuilder::numStr optimizationMathias Stearn2009-11-051-0/+7
* wrap( char * newName )Eliot Horowitz2009-11-041-1/+11
* Add assert to prevent calling appendAs with EOOMathias Stearn2009-11-031-0/+1
* Add nested-dotted converters for BSONObjMathias Stearn2009-11-021-0/+33
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-17/+15
* Support {:'foo', :'bar'} syntax in queries. SERVER-275Mathias Stearn2009-10-191-1/+3
* BSONObj operator==Eliot Horowitz2009-10-181-0/+4
* some prep work for comparing dotted field names. can't use strcmp like we us...Eliot Horowitz2009-10-161-0/+10
* un-overload appendTimeT to support MSVCMathias Stearn2009-10-151-1/+1
* Modify OID definitionMathias Stearn2009-10-151-3/+5
* support appending time_t to BSONObjBuilderMathias Stearn2009-10-151-0/+9
* BSON( "created" << DATENOW )Mathias Stearn2009-10-131-2/+16
* make lasterror threadsafeDwight2009-10-121-0/+3
* refactor matcher a bitEliot Horowitz2009-10-121-2/+3
* $type operator - SERVER-336Eliot Horowitz2009-10-121-1/+2