netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / json.c
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-05-29 Ben Pfaffjson: Fix error message for corner case in json_string_...
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-04-20 Ben Pfaffjson: New function json_string_escape().
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-10-08 Ben Pfaffutil: Make hexits_value() support 64-bit integers too.
2014-08-26 Thomas Grafjson: Fix leaked nodes in json_hash_object()
2014-06-25 Ben Pfaffjson: Fix parsing of strings that end with a backslash.
2014-04-03 Ben PfaffRevert "json: New function json_serialized_length()."
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-04-22 YAMAMOTO Takashisome ctype related casts to suppress gcc warnings on...
2013-04-01 Ben Pfaffjson: New function json_serialized_length().
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffRemove unnecessary #include directives.
2010-11-15 Ben Pfaffutil: Add function hexits_value() for parsing multiple...
2010-09-20 Ben PfaffAvoid shadowing local variable names.
2010-08-25 Ben Pfaffjson: Remove unused return value from json_parser_push().
2010-08-25 Ben Pfaffjson: Remove write-only variable from json_lex_number().
2010-06-30 Ben Pfaffjson: Better handle JSON objects with duplicate names.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-03 Ben Pfaffjson: Fix typo in error message.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-02 Ben Pfaffjson: Fix memory leak when nesting depth is exceeded.
2010-01-26 Ben Pfaffjson: New function json_to_ds().
2010-01-26 Ben Pfaffjson: Export function to parse an individual JSON string.
2009-12-17 Ben Pfafftest-json: Avoid use of /dev/stdin to fix builds in...
2009-12-16 Ben Pfaffjson: Accurately parse very large real numbers.
2009-12-08 Ben Pfaffjson: New convenience function json_array_create_1().
2009-12-04 Ben Pfaffjson: Improve error reporting.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-06 Ben Pfaffjson: Make json_equal() compare objects correctly.
2009-11-04 Ben PfaffImplement JSON parsing and serialization.