Add the 0.11 release doxygen-generated docs to source control.
[platform/upstream/json-c.git] / json_object.c
2013-02-27 Eric HaszlakiewiczMerge branch 'remicollet-issue-float'
2013-02-09 Eric HaszlakiewiczMerge pull request #62 from ghazel/master
2013-01-11 Greg Hazeladd json_object_object_length
2013-01-02 Eric HaszlakiewiczMerge pull request #58 from Abioy/master
2012-12-24 Abioyescape '\f' in json_escape_str
2012-12-23 Eric HaszlakiewiczMerge pull request #51 from remicollet/issue-dyndepth
2012-12-13 Remi Colletprobably worth an option for this
2012-12-13 Remi ColletSave space, drop unuseful trailing zeroes
2012-12-13 Remi ColletSimple fix to double encode
2012-12-09 Eric HaszlakiewiczFix issue #53 - ensure explicit length string are still...
2012-10-18 Eric HaszlakiewiczReformat json_object_object_get() and json_object_objec...
2012-10-18 Eric HaszlakiewiczFix json_object_object_get() so it returns NULL if...
2012-10-18 Eric HaszlakiewiczChange json_object_put to return 1 if the object passed...
2012-09-02 Eric HaszlakiewiczAdd a json_set_serializer() function to allow the strin...
2012-07-29 Eric HaszlakiewiczMerge branch 'rename_library' of https://github.com...
2012-07-29 Eric HaszlakiewiczMerge pull request #37 from cgwalters/master
2012-07-25 Eric HaszlakiewiczRewrite json_object_object_add to replace just the...
2012-07-09 Eric HaszlakiewiczMerge pull request #26 from ford-prefect/master
2012-05-31 Eric HaszlakiewiczMerge pull request #27 from OBI-1/master
2012-05-31 Eric HaszlakiewiczMerge pull request #29 from mloskot/msvc-port
2012-05-22 Mateusz LoskotMissing explicit casts from void* to specific pointers...
2012-05-21 Mateusz LoskotReplaced #if HAVE_X with #ifdef HAVE_X as the former...
2012-04-29 Eric HaszlakiewiczChange the format used for sprintbuf (but not scanf...
2012-04-28 Eric HaszlakiewiczAdd a json_object_to_json_string_ext() function to...
2012-04-25 Eric HaszlakiewiczSince we already use a local json_bool type, replace...
2012-04-23 Eric HaszlakiewiczMerge pull request #21 from kdopen/add_iterator
2012-04-12 Keith DerrickAdd NULL-safe get object method
2012-04-02 Eric HaszlakiewiczAdjust json_object_is_type and json_object_get_type...
2012-03-31 Eric HaszlakiewiczAdjust json_object_is_type and json_object_get_type...
2012-03-31 Eric HaszlakiewiczMerge pull request #16 from kdopen/master
2012-03-26 Keith DerrickRename boolean type to json_bool
2012-02-16 Eric HaszlakiewiczMerge branch 'master' of https://github.com/json-c...
2012-02-16 Eric HaszlakiewiczMerge pull request #12 from jameinel/win32-project
2012-02-01 John Arbash MeinelSome updates to make the code compatible with VC 9...
2011-12-09 Eric HaszlakiewiczMerge pull request #7 from federicoculloca/master
2011-10-30 Federico CullocaAdded capitalized charaters to json_hex_chars
2011-10-13 Eric HaszlakiewiczMerge pull request #4 from deweerdt/master
2011-10-07 Frederik DeweerdtAdd new json_object_array_sort function
2011-05-26 Jehiah Czebotarhandle NULL passed to json_objct_object_get
2011-05-03 Eric HaszlakiewiczAdd a json_type_to_name() function which returns a...
2011-05-03 Eric HaszlakiewiczFix a bug in json_object_get_int() where calling it...
2011-01-14 Jehiah Czebotarupdate json_object_new_string_len, json_escape_str...
2010-12-07 ehaszlaSimplify things by storing integer values only as int64...
2010-10-06 Michael Clark * Add int64 support. Two new functions json_object_ne...
2009-06-30 Christopher WatfordDisable REFCOUNT_DEBUG by default in json_object.c
2009-04-27 Michael ClarkFix json_object_get_boolean to return false for empty...
2009-02-25 Michael Clark * Don't use this as a variable, so we can compile...
2009-02-25 Michael Clark * Don't use this as a variable, so we can compile...
2009-02-25 Michael Clark * Null pointer dereference fix. Fix json_object_get_b...
2009-02-25 Michael Clark * Fixed warning reported by adding -Wstrict-prototypes
2009-01-10 Michael Clarkfix typo in json_object.h
2009-01-06 Michael ClarkAdd const correctness to public interfaces
2007-12-07 Michael ClarkPatch allows for json-c compile with -Werror and not...
2007-12-07 Michael Clark* Fix bug with use of capital E in numbers with exponents
2007-10-25 Michael Clark* Add macros to enable compiling out debug code
2007-03-13 Michael Clark * Add escaping of backslash to json output
2007-03-13 Michael Clark * Fix bug in escaping of control characters
2007-03-13 Michael Clark * Make headers C++ compatible by change *this to...
2007-03-13 Michael Clark * printbuf.c - C. Watford (christopher dot watford...
2007-03-13 Michael Clarkimport of version 0.1