summaryrefslogtreecommitdiff
path: root/db/jsobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-1268/+0
* begin the process of putting global vairables in one central location. in par...Dwight2011-12-191-1/+2
* SERVER-4470 Added BSONNULL driver language constructKevin Matulef2011-12-141-0/+1
* SERVER-4415: Added support for parsing/exporting +/- infBrandon Diamond2011-12-061-0/+4
* isnan wasnt compilingdwight2011-12-021-1/+1
* SERVER-2157: can now import/export NaN fieldsBrandon Diamond2011-12-021-0/+4
* better support for blank field names when comparing them: SERVER-2651Eric Milkie2011-12-021-7/+8
* return arrays if arrays given SERVER-3661gregs2011-09-291-0/+15
* change BSONObj::shallowEqual to binaryEqualEliot Horowitz2011-08-161-2/+2
* remove spamEliot Horowitz2011-08-031-4/+0
* SERVER-3375 key generation fixes - backward breaking for v1 indexesAaron2011-07-311-4/+10
* Merge branch 'master' of github.com:mongodb/mongo into bug-csvFullStopSpencer T Brody2011-07-011-129/+39
|\
| * bson package tweakingdwight2011-06-281-129/+39
* | SERVER-2634: mongoimport imports the string "." as the number 0Spencer T Brody2011-07-011-1/+1
|/
* missed on previous commitdwight2011-06-271-23/+0
* move lexNumCmp to util/stringutils.hEliot Horowitz2011-06-251-0/+1
* errorcodesgregs2011-06-211-1/+1
* SERVER-3222 mergeAaron2011-06-211-1/+1
* SERVER-3222 min and max for type cleaning and fixesAaron2011-06-211-40/+71
* Don't allow manual split-point with different field order SERVER-3080Mathias Stearn2011-06-201-0/+17
* fix hint1.js and minkey for date which is now tricky as we support a couple d...Dwight2011-06-061-1/+3
* towards signed datesdwight2011-06-061-2/+4
* move some functions to header as we want bson to be runnable header onlydwight2011-06-051-147/+0
* prep for signed datesDwight2011-06-031-1/+5
* use memcmp, not strcmp for comparing BSON stringsDwight2011-06-011-2/+12
* SERVER-2935 fix woEqual which wasnt equalling ints and doublesdwight2011-06-011-2/+17
* some bson methods should be inline and were notdwight2011-05-231-15/+0
* check we are in writelock on optime::now. also tune it a bitdwight2011-05-141-7/+0
* json support for undefinedKristina2011-05-131-4/+13
* each location is a unique snowflake - don't merge in returned setgregs2011-05-051-3/+12
* Make numStr safe in static init SERVER-2697Mathias Stearn2011-04-041-0/+6
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-031-2/+1
* allow multiple locations to be nested in different subdocuments SERVER-838gregs2011-03-281-6/+6
* make getFieldDottedOrArray 2x fasterEliot Horowitz2011-01-311-4/+6
* put Array check back but at 1M instead of 4kEliot Horowitz2011-01-201-0/+1
* don't limit size of ArrayEliot Horowitz2011-01-201-1/+0
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-144/+160
* 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