summaryrefslogtreecommitdiff
path: root/src/mongo/db/json.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-9666 Move json utils into bson libraryAndrew Morrow2015-05-061-485/+27
|
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-6/+5
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-29/+29
|
* SERVER-14315 Support MinKey and MaxKey extended JSON objects in JSON parserShaun Verch2014-06-251-0/+14
|
* SERVER-14357: Add support for top level JSON ArrayTyler Brock2014-06-251-2/+46
|
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-14/+14
|
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-2/+3
| | | | | | build all the sharedclient programs using the new macro MONGO_CLIENT_API in mongo/client/export_macros.h Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-11867 Support numberLong object in strict JSONShaun Verch2013-12-021-0/+7
|
* SERVER-11136 - Support json parsing of NumberLong/IntScott Hernandez2013-10-111-0/+14
|
* Rename internal JSON parser token and field expectation functionsShaun Verch2013-10-091-2/+18
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-8674 Update hyperlinks to point to dochubJason Rassi2013-03-011-4/+4
|
* SERVER-5677 Replaced JSON -> BSON parserShaun Verch2012-12-181-16/+355
|
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-3/+4
| | | | | | | Try to impose current kernel style guide rules for include files on a subset of files: include what you use, start include paths from "mongo/", group and sort includes alphabetically. Changed tabs to spaces in a few places, fixed alignment where tabs had throw it off.
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+41