XML-RPC For C/C++ is a programming library for writing an XML-RPC server or client in C or C++.
XML-RPC For C/C++ is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server.
XML-RPC For C/C++ is like CORBA or SOAP, but it is much simpler.
What's New in This Release: [ read full changelog ]
· Abyss: fix wrong peer address with Unix socket channel made with ChannelUnixCreateFd(). Always broken (ability to get peer address was added in Release 1.07 (October 2006)).
· JSON value formatting: Fix buffer overrun.