Changes committed to git://oss.sgi.com/nathans/pcp-json.git
src/pmproxy/j_desc.c | 13 +++++++++++--
src/pmproxy/j_fetch.c | 32 ++++++++++++++++++++------------
src/pmproxy/j_filter.c | 13 +++++++++++--
src/pmproxy/j_instance.c | 13 +++++++++++--
src/pmproxy/j_pmns.c | 34 ++++++++++++++++++++++++++++------
src/pmproxy/j_proxy.c | 9 +++++++++
src/pmproxy/jsonpdu.c | 20 ++++++++++++--------
src/pmproxy/jsonpdu.h | 13 ++++---------
src/pmproxy/pmproxy.c | 2 +-
src/pmproxy/tests/instance.json | 1 +
src/pmproxy/tests/lookup.json | 1 +
src/pmproxy/tests/proxylookup.json | 11 +++++++++++
src/pmproxy/tests/proxytext.json | 10 ++++++++++
src/pmproxy/tests/text.json | 4 ++++
14 files changed, 134 insertions(+), 42 deletions(-)
commit 191a248239f9ae8ff9a4b17d6988715e3d7d9fd8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Oct 18 13:32:36 2010 +1100
Additional work on JSON translation of the namespace PDUs.
Also added a mechanism whereby we can clear shared state at
the start of processing a new PDU, else we can end up with
values initialised from a previous PDU being inadvertantly
used when processing a subsequent one.
|