summaryrefslogtreecommitdiff
path: root/db/jsobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* explicit short sizeof assumptionAlberto Lerner2010-12-151-0/+1
* refactor OID class a bit, cleanup, better id generation SERVER-2175dwight2010-12-051-78/+1
* strcpy_s changedwight2010-11-241-1/+0
* BSON( min << MINKEY << max << MAXKEY) is handyAlberto Lerner2010-11-231-0/+3
* commentDwight2010-11-021-1/+1
* fixes x.y.N skipping N's elements SERVER-1820Kristina Chodorow2010-09-211-1/+1
* Parse $nearSphere queries SERVER-1342Mathias Stearn2010-09-021-1/+1
* sanity check for possible corruptionEliot Horowitz2010-08-221-1/+8
* change back header-only bsonAlberto Lerner2010-08-031-2/+0
* make bsondemo compile again with vs2010Dwight2010-08-021-14/+2
* Test expect lowercase hex. May change them later.Mathias Stearn2010-07-271-1/+1
* use less stringstream in bsonMathias Stearn2010-07-271-17/+8
* csv parsing issue SUPPORT-53Mathias Stearn2010-07-221-1/+1
* SERVER-1272 Inline hot portion of BufBuild::grow()Alberto Lerner2010-07-201-0/+14
* SERVER-1270 Elim c_str() /dbAlberto Lerner2010-07-201-1/+1
* SERVER-1270 Hook StringData to BSONObjBuilderAlberto Lerner2010-07-201-34/+33
* git????dwight2010-07-181-2/+2
* use StringData in place rather than hackingEliot Horowitz2010-07-181-3/+3
* extractFieldsDotted was unused and broken (done() vs obj()). use extractField...Mathias Stearn2010-07-141-25/+0
* more strlen(x) == 0 smashingMathias Stearn2010-06-291-1/+1
* Start handling Nuls in strings. SERVER-1177Mathias Stearn2010-06-251-1/+1
* open to BSONObj::woCompare to treak compare key as dottedEliot Horowitz2010-06-251-3/+3
* 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