aboutsummaryrefslogtreecommitdiff
path: root/lib/json.c
AgeCommit message (Expand)Author
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-04-22some ctype related casts to suppress gcc warnings on NetBSDYAMAMOTO Takashi
2013-04-01json: New function json_serialized_length().Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-08-03util: New macro CONST_CAST.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-26json: Correct position tracking in JSON parser implementations.Ben Pfaff
2011-05-16Remove unnecessary #include directives.Ben Pfaff
2010-11-15util: Add function hexits_value() for parsing multiple hex digits.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-08-25json: Remove unused return value from json_parser_push().Ben Pfaff
2010-08-25json: Remove write-only variable from json_lex_number().Ben Pfaff
2010-06-30json: Better handle JSON objects with duplicate names.Ben Pfaff
2010-03-03json: Fix typo in error message.Ben Pfaff
2010-02-02json: Fix memory leak when nesting depth is exceeded.Ben Pfaff
2010-01-26json: New function json_to_ds().Ben Pfaff
2010-01-26json: Export function to parse an individual JSON string.Ben Pfaff
2009-12-17test-json: Avoid use of /dev/stdin to fix builds in limited chroots.Ben Pfaff
2009-12-16json: Accurately parse very large real numbers.Ben Pfaff
2009-12-07json: New convenience function json_array_create_1().Ben Pfaff
2009-12-03json: Improve error reporting.Ben Pfaff
2009-11-06json: Make json_equal() compare objects correctly.Ben Pfaff
2009-11-04Implement JSON parsing and serialization.Ben Pfaff