chiark / gitweb /
protogen: simplify handling of integers and times.
authorRichard Kettlewell <rjk@terraraq.org.uk>
Sun, 7 Aug 2011 12:46:26 +0000 (13:46 +0100)
committerRichard Kettlewell <rjk@terraraq.org.uk>
Sun, 7 Aug 2011 12:46:26 +0000 (13:46 +0100)
commitbcb2af729883325b5c3c041411b026d125c78869
tree518a6f1e9b25086ed1e46f7ed96b0f7008bba616
parentad131c2579b5e9fda58e5d76bdb20d5949a711ee
protogen: simplify handling of integers and times.

They are now moved into the generic command marshalers, rather than
being converted to strings in every stub.  The same technique is used
as for list parameters and command bodies.
lib/client-common.c
lib/client-common.h
lib/client-stubs.c
lib/client.c
lib/eclient-stubs.c
lib/eclient.c
scripts/protocol