summaryrefslogtreecommitdiff
path: root/db/jsobj.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * append(Min|Max)ForType - so that range queries can be made smarter SERVER-177Eliot Horowitz2009-08-101-0/+6
| * first cut off NumberLong (64 bit ints) in BSONDwight2009-08-031-8/+83
* | generate compile time error for certain types of bad bson / << syntaxAaron Staple2009-08-051-2/+8
|/
* use namespace in BSON macroEliot Horowitz2009-07-291-1/+1
* beginnings of $snapshotDwight2009-07-151-0/+19
* better assertion message MINOREliot Horowitz2009-07-011-1/+4
* fix assert MINOREliot Horowitz2009-07-011-1/+1
* fix appending BSONElement via <<Eliot Horowitz2009-06-131-2/+10
* finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-091-1/+1
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-4/+7
* db ref for javascript and shell SERVER-46Eliot Horowitz2009-06-031-0/+12
* print stack trace when detect an invalid BSON objectAaron2009-05-281-1/+1
* comments MINORAaron2009-05-281-0/+2
* BUG SERVER-68 - regex matches within objects within arraysAaron2009-05-261-0/+11
* BSONObj::operator[string]Eliot Horowitz2009-05-221-0/+4
* added [int] to BSONObjEliot Horowitz2009-05-201-0/+7
* fix assert macro definition after a boost include (ugly at the moment)Dwight2009-05-151-1/+1
* appendTimestampEliot Horowitz2009-05-151-0/+6
* remove client dependency on pcreAaron2009-05-111-6/+13
* convert some shell functions to new js engine frameworkAaron2009-05-041-2/+7
* implement id tracker using db storageAaron2009-04-231-0/+1
* Fix OID string repAaron2009-04-011-1/+1
* fix some compiler warnings for fcc 4.3Eliot2009-04-011-1/+7
* Add SIZE labelAaron2009-03-271-0/+1
* Construct complex objects on update without extra copiesAaron2009-03-261-0/+1
* Init unused builder with zero lenAaron2009-03-261-1/+1
* Use non-copying subobject builder in json parserAaron2009-03-251-0/+15
* Build a subobject without recopying the contentsAaron2009-03-251-5/+17
* Use string instead of char * in client codeAaron2009-03-241-0/+7
* clean up warnings on windowsDwight2009-03-231-1/+1
* optimizationsAaron2009-03-201-17/+21
* Better exampleAaron2009-03-201-2/+2
* const refAaron2009-03-201-3/+3