History log of /external/xmlrpcpp/src/XmlRpcValue.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b0b71ed8b630bbf1b94f0be0c4030d8488b3f8b7 11-Oct-2015 Roshan Pius <rpius@google.com> xmlrpcpp: Add support for Nil value type.

XML RPC has an optional Nil data type, which is used by the Python's
xmlrpclib client. Add support for Nil to xmlrpccpp, so that we can
interop with the Python client.

Related changes:
Added a function to explicitly set the type to Nil since we cannot
reuse any of the existing constructors to set the type to Nil.

BUG: 24335496
TEST: Tested with Python's xmlrpclib with "allow_none" option set to True
and passing a "None" value as a RPC method's parameter.

Change-Id: I6d02dbf0cb54cf1bd84015e316a23bed6b04bb55
/external/xmlrpcpp/src/XmlRpcValue.cpp
4e2ea8184cc1f9609f1f1251394316629a108a78 23-Sep-2015 Roshan Pius <rpius@google.com> [Brillo] Add XmlRpc++ library

Adding a third-party native XML RPC library for Shill testing on Brillo.

Bug: 24335496
TEST: source build/envsetup.sh && lunch aosp_shamu-userdebug &&
make -j 64

Change-Id: I7a4d86fc3ab3b85f981e1814c1ef44eab85471b5
/external/xmlrpcpp/src/XmlRpcValue.cpp