Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
xmlrpc-c - A lightweight RPC library based on XML and HTTP
- Description:
XML-RPC is a quick-and-easy way to make procedure calls over the
Internet. It converts the procedure call into XML document, sends it
to a remote server using HTTP, and gets back the response as XML.
This library provides a modular implementation of XML-RPC for C.
Packages
xmlrpc-c-1.16.24-1200.1840.el6.src
[586 KiB] |
Changelog
by Enrico Scholz (2009-11-21):
- updated to 1.16.24
- rediffed patches
- added patch fix handling of wrong certificates (Nikola Pajkovsky)
- added support for $XMLRPC_TRACE_CURL env (John Dennis)
- fixed 'xmlrpc-c-config --help' output (#531910)
- build xmlrpc_pstream tool
|