summaryrefslogtreecommitdiff
path: root/db/jsobj.h
Commit message (Expand)AuthorAgeFilesLines
* better debugging for invalid objectsEliot Horowitz2010-01-261-2/+9
* 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
* add Connection classDwight2009-10-091-2/+2
* use timestamp for replication instead of DateEliot Horowitz2009-10-091-2/+1
* BSONElement::operator<( BSONElement )Eliot Horowitz2009-10-081-2/+11
* BSONObj::md5() - some tests that can be copied to other driversEliot Horowitz2009-10-071-0/+2
* fix BSONObj::dumpEliot Horowitz2009-10-011-2/+2
* append( string, BSONObj ) since often used for array buildingEliot Horowitz2009-09-291-0/+4
* cleanerdwight2009-09-151-1/+4
* better var. name MINOREliot Horowitz2009-09-151-2/+2
* option to appendOID to gen _idEliot Horowitz2009-09-151-2/+5
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-09-111-1/+1
|\
| * make group work better with nullsEliot Horowitz2009-09-101-1/+1
* | fix commentDwight2009-09-111-3/+0
* | GENOID feature for BSON in c++Dwight2009-09-111-0/+14
|/
* normalize sort order - put null firstEliot Horowitz2009-09-091-4/+38
* SERVER-100 checkpoint move index bounding code to FieldRangeSetAaron2009-09-071-0/+7
* use canonicalType in a couple more places - make symbol test workEliot Horowitz2009-08-271-1/+1
* symbol indexing fixesEliot Horowitz2009-08-271-0/+2
* make trueValue() return false for EOOEliot Horowitz2009-08-261-0/+2
* fix numeric sort order when comparing non numeric typesEliot Horowitz2009-08-251-0/+14
* $mod operatorEliot Horowitz2009-08-201-0/+1
* couple of helpers MINOREliot Horowitz2009-08-191-1/+15
* some comments and also simple unit tests for simpleRegex()dwight2009-08-171-2/+9
* fixed BSONElement::simpleRegex and changed return to a string. this fixes SE...Eliot Horowitz2009-08-171-1/+4
* SERVER-149 implement $existsAaron Staple2009-08-121-0/+1
* don't optimize field set for sharding internalsEliot Horowitz2009-08-111-0/+14
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-08-111-8/+89
|\