Changes committed to git://oss.sgi.com/nathans/pcp-json.git
src/pmproxy/j_desc.c | 36 +--
src/pmproxy/j_instance.c | 24 --
src/pmproxy/j_pmns.c | 363 +++++++++++++++++++++-------------
src/pmproxy/j_proxy.c | 13 -
src/pmproxy/j_text.c | 26 --
src/pmproxy/jsonpdu.c | 33 ++-
src/pmproxy/jsonpdu.h | 33 ++-
src/pmproxy/tests/proxychildren1.json | 12 +
src/pmproxy/tests/proxychildren2.json | 12 +
9 files changed, 341 insertions(+), 211 deletions(-)
commit 3b90ff779533f90f554f25d8596ce9d1b60a3bd5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 25 16:46:09 2010 +1100
Start making sense of the namespace PDUs in pmproxy JSON translator.
commit b6543c7f670c0aaa587af92e5dc6eb0d3aac276f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 20 08:43:40 2010 +1100
Abstract out json_printf routine for more readable code.
|