Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
xmlrpc-c: A lightweight RPC library based on XML and HTTP
- Summary
- 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 and
C++.
Changelog
- * Sat Feb 3 16:00:00 2007 Enrico Scholz <enrico{*}scholz{%}informatik{*}tu-chemnitz{*}de> - 1.06.09-1
- updated to 1.06.09
- removed -typo patch since applied upstream
- * Tue Oct 31 16:00:00 2006 Enrico Scholz <enrico{*}scholz{%}informatik{*}tu-chemnitz{*}de> - 1.06.06-1
- updated to 1.06.06
- * Mon Oct 2 17:00:00 2006 Enrico Scholz <enrico{*}scholz{%}informatik{*}tu-chemnitz{*}de> - 1.06.05-2
- updated cmake patch
- strip installed libraries