summaryrefslogtreecommitdiff
path: root/db/jsobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* see if this is happy on all platformsDwight2010-05-191-1/+0
* object id coordination across cluster SERVER-927Eliot Horowitz2010-05-111-1/+3
* jsonString for CodeWScope SERVER-1080Eliot Horowitz2010-05-031-1/+11
* stdafx->pchDwight2010-04-271-1/+1
* replsetcnfig workDwight2010-04-271-0/+2
* bson cleaningDwight Merriman2010-04-251-10/+0
* more attemps to get tests to passEliot Horowitz2010-04-241-0/+8
* trying to get tests to passEliot Horowitz2010-04-241-0/+4
* bson separationDwight Merriman2010-04-241-297/+10
* towards 3Dwight Merriman2010-04-241-0/+12
* towards 2Dwight Merriman2010-04-241-1/+1
* some bson cleaningDwight Merriman2010-04-241-1/+1
* Get rid of xassertMathias Stearn2010-04-231-1/+1
* rs workDwight2010-04-211-4/+24
* missing fileDwight2010-04-211-0/+2
* bsonDwight2010-04-211-3/+2
* some rs work and clean up BSONElementDwight2010-04-211-10/+10
* fix OrderingEliot Horowitz2010-04-201-1/+1
* faster! Ordering classDwight Merriman2010-04-201-3/+3
* more tomorrowDwight2010-04-201-0/+32
* rsDwight2010-04-201-1/+7
* rsDwight2010-04-201-3/+8
* tweak jsonStringEliot Horowitz2010-04-191-3/+9
* allow some commands in the webuiDwight Merriman2010-04-191-6/+8
* make bson element ObjectId print same as jsonEliot Horowitz2010-04-161-2/+2
* 32bit compileMathias Stearn2010-04-141-2/+2
* elim compile warning windowsDwight Merriman2010-04-141-1/+1
* ObjectID from Date_t SERVER-857Mathias Stearn2010-04-141-0/+14
* Convert OID to datetimes SERVER-857Mathias Stearn2010-04-141-0/+10
* Delete commented codeMathias Stearn2010-04-141-11/+0
* slightly cleaner MINORMathias Stearn2010-04-071-6/+2
* Recursive valid() is fasterMathias Stearn2010-04-071-7/+7
* fix BSONObj::valid()Mathias Stearn2010-04-071-0/+4
* Faster BSONObj::valid() SERVER-865Mathias Stearn2010-04-071-4/+19
* SERVER-489 toString() foramt arrays as arrays not objectsAaron2010-04-051-5/+7
* $maxDistance for $near SERVER-813Eliot Horowitz2010-04-011-2/+6
* Faster BSONObj::getFieldsDottedMathias Stearn2010-03-291-50/+36
* fix a.0.x for regex SERVER-799Eliot Horowitz2010-03-221-25/+48
* cleaning un-used optionEliot Horowitz2010-03-221-11/+1
* Revert "BSONObj::appendAny for boost::any"Mathias Stearn2010-03-181-32/+1
* Revert "assert IDs MINOR"Mathias Stearn2010-03-181-2/+2
* assert IDs MINORMathias Stearn2010-03-181-2/+2
* getCmdLineOpts commandMathias Stearn2010-03-181-0/+1
* BSONObj::appendAny for boost::anyMathias Stearn2010-03-181-1/+32
* some prep for geo $within SERVER-690Eliot Horowitz2010-03-151-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-03-121-12/+9
|\
| * Don't escape '/' in JSON strings SERVER-713Mathias Stearn2010-03-081-11/+8
| * String types are valid as long as last character is EOO SERVER-706Eliot Horowitz2010-03-061-1/+1
* | better debuggingEliot Horowitz2010-03-051-1/+1
|/
* better validate error messageEliot Horowitz2010-03-041-25/+29