summaryrefslogtreecommitdiff
path: root/tests/test-json.c
Commit message (Expand)AuthorAgeFilesLines
* json: Fix deep copy of objects and arrays.Ilya Maximets2022-10-111-4/+120
* tests: Add de-serialization check to the json string benchmark.Ilya Maximets2022-01-311-5/+18
* json: Optimize string serialization.Ilya Maximets2021-08-311-0/+68
* Embrace anonymous unions.Ben Pfaff2018-05-251-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-4/+3
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-5/+7
* Revert "json: New function json_serialized_length()."Ben Pfaff2014-04-031-2/+1
* json: New function json_serialized_length().Ben Pfaff2013-04-011-1/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* tests: Fix memory leaks in test programs.Ben Pfaff2010-02-021-1/+3
* test-json: Avoid use of /dev/stdin to fix builds in limited chroots.Ben Pfaff2009-12-171-12/+8
* Implement JSON-RPC protocol.Ben Pfaff2009-11-041-1/+1
* Implement JSON parsing and serialization.Ben Pfaff2009-11-041-0/+160