summaryrefslogtreecommitdiff
path: root/src/mongo/db/jsobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* reapply "SERVER-10518 do not allow storage of objects with an undefined _id"matt dannenberg2013-08-261-1/+1
* Revert "SERVER-10518 do not allow storage of objects with an undefined _id"matt dannenberg2013-08-261-1/+1
* SERVER-10518 do not allow storage of objects with an undefined _idmatt dannenberg2013-08-261-1/+1
* SERVER-7557: fix okForStorageScott Hernandez2013-07-231-14/+40
* SERVER-10214 Move OpTime out of db/repl and into bsonAndrew Morrow2013-07-181-1/+1
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-4/+5
* SERVER-9713 Port some BSONObj accessors to accept StringDataJason Rassi2013-05-201-2/+3
* SERVER-9502 prohibit _id as RegExEric Milkie2013-05-151-0/+7
* normalize #includes in many filesEric Milkie2013-04-181-3/+3
* SERVER-7772 move all of optime into optime.cpp/.hEric Milkie2013-03-111-1/+1
* SERVER-8493 Stop jsonString from sign extending type of BinDataShaun Verch2013-02-251-3/+4
* SERVER-8330 Make jsonString ouptut a signed Date_t and make sure JSON parser ...Shaun Verch2013-02-141-1/+1
* alias geoNear/near, geoWithin/within.Hari Khalsa2013-02-121-0/+4
* SERVER-8183 Iterative implementation of validateBSON().Andy Schwerin2013-01-181-7/+1
* SERVER-7769 - turn objcheck on by default and use new fast bson validateEliot Horowitz2012-12-191-29/+7
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2012-12-181-1/+6
|\
| * SERVER-7437 Fixed handling of timestamp object in jsonStringShaun Verch2012-12-181-1/+6
* | remove isNumber and stringToNumEliot Horowitz2012-12-181-0/+29
|/
* near only works w/points, rename intersectHari Khalsa2012-12-131-6/+4
* Enhancements to BSONObjBuilder family of classes' stream APIMathias Stearn2012-12-101-0/+1
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-9/+10
* Revert "SERVER-7437 Fixed handling of timestamp object in jsonString"Shaun Verch2012-11-211-6/+1
* SERVER-7437 Fixed handling of timestamp object in jsonStringShaun Verch2012-11-211-1/+6
* kill newnear, allow >1 special index typeHari Khalsa2012-11-191-3/+0
* remove unused headerEliot Horowitz2012-11-131-1/+0
* SERVER-2874 performance fix for s2 intersect, add s2 nearHari Khalsa2012-11-131-0/+3
* SERVER-2874 add s2 indexing and cursorHari Khalsa2012-11-051-3/+7
* SERVER-2001 change shard key validation to allow hashed shard keysKevin Matulef2012-10-101-0/+15
* SERVER-2149 - handle more cases in BSON::valid that can crashEliot Horowitz2012-10-091-0/+5
* SERVER-7104 Fixed handling of Undefined type in jsonString and added test casesShaun Verch2012-09-241-3/+8
* SERVER-6256 create tyepName method for BSONTypeMatt Dannenberg2012-07-031-0/+29
* DOCS-217 make all wiki links dochub linksMatt Dannenberg2012-06-291-1/+1
* move isPrefixOf utility to BSONObj classKevin Matulef2012-06-031-0/+14
* make extractFieldsUnDotted take a refKevin Matulef2012-05-311-1/+1
* clarify extractFieldsUnDottedKevin Matulef2012-05-301-6/+1
* fix isnan; call internal function isNaN instead; create a new float_utils.h h...Eric Milkie2012-05-091-0/+1
* cleanup pch.h and goodies.hEric Milkie2012-04-061-14/+19
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+1
* SERVER-3562 movePrimary less dangerous...Greg Studer2012-03-291-0/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-42/+40
* SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-8/+21
* add a functor version of lexNumCmpAaron2012-03-061-9/+17
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1268