Unify unsigned integer usage in the API
[jansson.git] / src /
2010-06-15 Petri LehtinenUnify unsigned integer usage in the API
2010-06-13 Petri Lehtinenjansson 1.3 v1.3
2010-06-12 Petri LehtinenRemove the C++ interface
2010-06-12 Petri LehtinenMerge branch '1.2'
2010-05-20 Petri LehtinenMerge branch '1.2'
2010-05-14 Petri LehtinenZero the visited flag after an encoding error
2010-05-14 Petri LehtinenZero the visited flag after encoding an empty array...
2010-05-07 Petri LehtinenMerge branch '1.2'
2010-05-07 Petri Lehtinenload.c: Make stream_init() static
2010-04-03 Petri LehtinenMerge branch '1.2'
2010-04-03 Petri Lehtinenjansson 1.2.1 v1.2.1
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenSupport compilers that don't have the "inline" keyword
2010-03-26 Petri LehtinenEstimate real number underflows with 0.0
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-03-23 Petri LehtinenFix reference counting on true, false and null
2010-03-18 Andres Freundc++ wrapper: add missing 'inline' statements to various...
2010-03-18 Petri LehtinenDon't include stdint.h anywhere
2010-02-11 Petri Lehtinenhashtable: Fix typo in comment
2010-02-11 Petri LehtinenMerge branch 'c++-enhance-proxies'
2010-02-11 Petri LehtinenImplement JSON_PRESERVE_ORDER encoding flag
2010-02-09 Petri LehtinenOptimize hashtable_set()
2010-02-08 Petri LehtinenC++: Optimize PropertyProxy
2010-02-07 Petri LehtinenC++: Make proxies safer
2010-02-06 Petri LehtinenMake int32_t available on all systems
2010-02-04 Petri LehtinenMerge branch '1.2'
2010-02-04 Petri LehtinenMerge branch 'cleanup-c++-code'
2010-02-04 Petri LehtinenC++: Add Value::dump_file(), load_file() and loads...
2010-02-04 Petri LehtinenC++: Rename some functions to better match the C API
2010-02-04 Petri LehtinenC++: #include <cstdio> in jansson.hpp
2010-02-02 Petri LehtinenAdd year 2010 to copyright notices
2010-02-02 Petri LehtinenAdd myself as another copyright holder for jansson...
2010-02-02 Petri LehtinenC++: Rename jansson-impl.hpp to jansson.ipp
2010-02-02 Petri LehtinenC++: Rename namespace json::_private to json::detail
2010-02-02 Petri LehtinenC++: Untabify, reindent, delete trailing whitespace
2010-02-01 Petri LehtinenAdd functions json_object_iter_{at,set,set_new}
2010-01-28 Petri LehtinenMerge branch '1.2'
2010-01-21 Petri LehtinenMerge branch 'c++-api'
2010-01-21 Petri Lehtinenjansson 1.2 v1.2
2010-01-19 Sean Middleditchadd meaningful copyright to jansson-impl.hpp too
2010-01-19 Sean Middleditchadd meaningful copyright to jansson.hpp
2010-01-19 Sean Middleditchintegrate jansson.hpp into build and test suite
2010-01-19 Sean MiddleditchMerge branch 'master' of /home/elanthis/Source/janssonxx
2010-01-17 Petri LehtinenMerge branch '1.1'
2010-01-10 Petri LehtinenFix memory leaks in json_*_deep_copy()
2010-01-10 Petri LehtinenUse _nocheck functions internally for speed
2009-12-31 Petri LehtinenAdd functions for shallow and deep copying JSON values
2009-12-31 Petri LehtinenAdd equality test for JSON values
2009-12-23 Petri LehtinenAdd _nocheck functions
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenRemove const qualifier from the json_t parameter in...
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-18 Petri Lehtinenjansson 1.1.3 v1.1.3
2009-12-17 Petri LehtinenEncode reals correctly
2009-12-16 Petri LehtinenImplement JSON_SORT_KEYS encoding flag
2009-12-05 Petri LehtinenImplement JSON_ENSURE_ASCII encoding flag
2009-12-02 Petri LehtinenUse int32_t instead of plain int with Unicode code...
2009-11-29 Petri LehtinenOnly export symbols starting with "json_" in libjansson.la
2009-11-29 Petri LehtinenMake parse_json static
2009-11-08 Petri LehtinenMerge branch '1.1'
2009-11-08 Petri Lehtinenjansson 1.1.2 v1.1.2
2009-11-07 Petri LehtinenDon't include stdint.h in jansson.h
2009-11-04 Petri LehtinenMerge branch '1.1'
2009-11-04 Petri Lehtinendump: Revise whitespace usage
2009-10-29 Petri Lehtinenload: Parse a badly put - sign correctly
2009-10-27 Petri Lehtinenjson_load_file: Initialize the error struct properly
2009-10-20 Petri Lehtinenjansson 1.1 v1.1
2009-10-19 raoulhAdd C++ guards to jansson.h
2009-10-16 Petri LehtinenFix indentation
2009-10-15 Petri LehtinenEnhance handling of circular references
2009-10-15 Petri Lehtinenjson_dumps: Close the strbuffer if dumping fails
2009-10-14 Petri LehtinenMake integer, real and string mutable
2009-10-13 Petri LehtinenDon't use non-portable asprintf()
2009-10-11 Petri LehtinenMerge branch '1.0'
2009-10-11 Petri Lehtinenjansson 1.0.4 origin/1.0 v1.0.4
2009-10-11 Petri LehtinenExtend object API
2009-10-10 Petri LehtinenCheck json_object_set_new arguments
2009-10-06 Petri LehtinenFix a few more compilation issues
2009-10-01 Petri LehtinenMake it compile on platforms where char is unsigned
2009-09-29 Petri LehtinenExtend array API
2009-09-14 Petri LehtinenMerge branch '1.0'
2009-09-14 Petri Lehtinenjansson 1.0.3 v1.0.3
2009-09-14 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-13 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-13 Petri LehtinenUse unsigned long instead of uint32_t
2009-09-08 Petri LehtinenMerge branch '1.0' into HEAD
2009-09-08 Petri Lehtinenjansson 1.0.2 v1.0.2
2009-09-08 Petri Lehtinenload: Handle EOF correctly
2009-09-07 Petri LehtinenDon't perform reference counting on true, false and...
2009-09-06 Petri LehtinenBetter argument validation
2009-09-06 Petri LehtinenDon't include unistd.h
2009-09-06 Petri LehtinenMerge branch '1.0'
2009-09-04 Petri Lehtinenjansson 1.0.1 v1.0.1
2009-09-04 Petri Lehtinenjansson.h: Fix typo
2009-09-04 Petri Lehtinendump: Optimize indenting
2009-09-04 Petri Lehtinenload: Factor out an unneeded strdup
2009-09-04 Petri LehtinenDon't define -std=c99 in AM_CFLAGS
2009-09-04 Petri LehtinenAdd reference stealing functions for inserting values...
2009-08-24 Petri LehtinenDetect garbage near EOF in json_loadf() and json_load_f...
2009-08-23 Petri Lehtinenarray: Fix a few checks and a leak
next