Improve SingletonThreadLocal performance
[folly.git] / folly / json.cpp
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-08 Eric Nieblergive all folly exception types default visibility
2017-12-08 Yedidya FeldblumMove folly/Bits.h to folly/lang/
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-04-08 Christopher DykesQualify a couple local constexpr values as 'static...
2017-04-01 Giuseppe OttavianoOptimize JSON escaping of ASCII strings v2017.04.03.00
2017-03-28 Dylan YudakenAllow custom sorting function for JSON serializer
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-24 Mathieu Baudetfolly: remove unused includes
2017-01-10 Yedidya FeldblumFix an inefficiency in json-serializing a dynamic with...
2017-01-09 Michael O'FarrellFix folly json to only sort properties of objects based...
2017-01-04 Yedidya Feldblum2017
2016-12-30 Zbigniew SzymanskiMove internal `decodeUtf8` method from json.cpp to...
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-11-30 Christopher DykesStart fixing implicit truncations
2016-09-13 Milo YipOptimize toJson() Performance
2016-06-27 Bo YouFolly parseJson doesn't handle minInt properly
2016-04-27 Kyle NekritzAdd recursion limit to folly::parseJson.
2016-04-26 Pavlo KushnirUse std::string in folly::dynamic
2016-03-07 Giuseppe OttavianoDeprecate dynamic::dynamic(std::initializer_list<dynamic>) deprecate-dynamic-initializer
2016-02-25 Christopher DykesMinor MSVC issues
2016-02-19 Christopher DykesDon't use a VLA for the double->string buffer.
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-01 Christopher DykesSupport constexpr_strlen under MSVC.
2016-01-21 Tom JacksonAdd PrintTo for dynamic
2015-12-06 Bartek Ryniecjson: Add option to parse numbers as strings
2015-10-23 Bartosz NitkaOption to fallback to double when int precision is...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Ranjeeth Dasinenirevert D1471958. ParseError is not intended to be caught
2014-09-09 Pavlo KushnirFix bug in stripComments
2014-09-09 Jez NgFactor out JSON stripComments().
2014-08-14 Ranjeeth Dasinenirfc: move folly::json::ParseError type to folly/json.h
2014-07-07 Lucian Grijincufolly: StringPiece: add skipWhitespace
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-03-18 Tom Jacksonrange(), for making Range<T*> from arrays and std:...
2014-03-18 David VickreyAdd control of floating point serialization to JSON...
2014-02-07 Sean CannellaFix OS X compilation
2014-02-06 Yan Wuraise error when parsing object with NaN or INF to...
2014-01-19 Alexander Sidorovfolly json bug fix: overflow for -1LL<<63
2013-12-20 Mark McDufffolly::json: allow skipping invalid UTF8
2013-12-20 Anton Likhtarovsort_keys option for json
2013-11-26 Ben MaurerAvoid copy in folly::toJson
2013-07-09 Tom JacksonAllowing trailing comma in folly::parseJson
2013-06-03 John Fremlin VIIallow reading maps from number -> value
2013-05-23 Maxime BoucherAllow escapeString in folly/json.cpp to be called by...
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Gaurav JainFix some clang compiler warnings/errors
2012-12-16 Hari Manikarnikamake folly::toJson retain non-ascii chars if encode_non...
2012-10-12 Anton Likhtarovfolly/json: serialize \r and \n as \r and \n
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6