summaryrefslogtreecommitdiff
path: root/src/mongo/db/jsobj.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-1/+1
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-7/+19
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-14/+2
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-2/+14
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-161-14/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-161-2/+14
* SERVER-12737 Clean up includes of jsobjmanipulator.hAndrew Morrow2014-02-141-1/+0
* SERVER-12426 updated max BSON timestamp to depend on OpTime::max() which is d...Benety Goh2014-01-241-1/+1
* SERVER-11868 Add tests for numbers that cannot be represented in JSONShaun Verch2013-12-301-0/+3
* SERVER-11015 Properly quote and escape javascript code in JSON outputShaun Verch2013-12-201-3/+3
* SERVER-11813 Output date as string in jsonString strict modeShaun Verch2013-12-191-13/+27
* Revert "SERVER-11813 Output date as string in jsonString strict mode"Shaun Verch2013-12-171-27/+13
* SERVER-11813 Output date as string in jsonString strict modeShaun Verch2013-12-161-13/+27
* SERVER-11867 Do not use NumberLong constructor in JS JSON output modeShaun Verch2013-12-041-1/+1
* SERVER-11867 Support numberLong object in strict JSONShaun Verch2013-12-021-2/+2
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-4/+8
* SERVER-11136 SERVER-11135 support NumberLong() in BSONElement::jsonString() r...Benety Goh2013-11-121-4/+3
* SERVER-11136 - Support json parsing of NumberLong/IntScott Hernandez2013-10-111-1/+11
* SERVER-10958: Update error messages and provide _id of error docsScott Hernandez2013-10-081-1/+1
* SERVER-6399: _okForStorage -- CodeWScope fixScott Hernandez2013-09-171-1/+1
* SERVER-6399: Return Status from okForStorage-like checksScott Hernandez2013-09-171-21/+38
* 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